mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/eudev: Bump version to 1.9
- Switch EUDEV_SITE to official upstream: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-fs/eudev/eudev-1.9-r1.ebuild?view=markup Github does not carry this current eudev version. - Remove EUDEV_AUTORECONF = yes, tarball contains ./configure Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
90bb58d74b
commit
7cfc0f8935
@@ -4,12 +4,12 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
EUDEV_VERSION = v1.7
|
EUDEV_VERSION = 1.9
|
||||||
EUDEV_SITE = $(call github,gentoo,eudev,$(EUDEV_VERSION))
|
EUDEV_SOURCE = eudev-$(EUDEV_VERSION).tar.gz
|
||||||
|
EUDEV_SITE = http://dev.gentoo.org/~blueness/eudev
|
||||||
EUDEV_LICENSE = GPLv2+ (programs), LGPLv2.1+ (libraries)
|
EUDEV_LICENSE = GPLv2+ (programs), LGPLv2.1+ (libraries)
|
||||||
EUDEV_LICENSE_FILES = COPYING
|
EUDEV_LICENSE_FILES = COPYING
|
||||||
EUDEV_INSTALL_STAGING = YES
|
EUDEV_INSTALL_STAGING = YES
|
||||||
EUDEV_AUTORECONF = YES
|
|
||||||
|
|
||||||
# mq_getattr is in librt
|
# mq_getattr is in librt
|
||||||
EUDEV_CONF_ENV += LIBS=-lrt
|
EUDEV_CONF_ENV += LIBS=-lrt
|
||||||
|
|||||||
Reference in New Issue
Block a user