Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EUDEV_VERSION = 3.1.5
|
||||
EUDEV_VERSION = 3.2
|
||||
EUDEV_SOURCE = eudev-$(EUDEV_VERSION).tar.gz
|
||||
EUDEV_SITE = http://dev.gentoo.org/~blueness/eudev
|
||||
EUDEV_LICENSE = GPLv2+ (programs), LGPLv2.1+ (libraries)
|
||||
@@ -14,13 +14,14 @@ EUDEV_INSTALL_STAGING = YES
|
||||
# mq_getattr is in librt
|
||||
EUDEV_CONF_ENV += LIBS=-lrt
|
||||
|
||||
EUDEV_CONF_OPTS = \
|
||||
--disable-manpages \
|
||||
--sbindir=/sbin \
|
||||
--libexecdir=/lib \
|
||||
--with-firmware-path=/lib/firmware \
|
||||
--disable-introspection \
|
||||
--enable-libkmod
|
||||
EUDEV_CONF_OPTS = \
|
||||
--disable-manpages \
|
||||
--sbindir=/sbin \
|
||||
--libexecdir=/lib \
|
||||
--with-firmware-path=/lib/firmware \
|
||||
--disable-introspection \
|
||||
--enable-kmod \
|
||||
--enable-blkid
|
||||
|
||||
EUDEV_DEPENDENCIES = host-gperf host-pkgconf util-linux kmod
|
||||
EUDEV_PROVIDES = udev
|
||||
@@ -31,6 +32,8 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_EUDEV_RULES_GEN),y)
|
||||
EUDEV_CONF_OPTS += --enable-rule-generator
|
||||
else
|
||||
EUDEV_CONF_OPTS += --disable-rule-generator
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_EUDEV_ENABLE_HWDB),y)
|
||||
@@ -39,13 +42,6 @@ else
|
||||
EUDEV_CONF_OPTS += --disable-hwdb
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
||||
EUDEV_CONF_OPTS += --enable-gudev
|
||||
EUDEV_DEPENDENCIES += libglib2
|
||||
else
|
||||
EUDEV_CONF_OPTS += --disable-gudev
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSELINUX),y)
|
||||
EUDEV_CONF_OPTS += --enable-selinux
|
||||
EUDEV_DEPENDENCIES += libselinux
|
||||
|
||||
Reference in New Issue
Block a user