mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/eudev: provides libudev
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
a397689ee1
commit
03108175ce
@@ -4,6 +4,7 @@ config BR2_PACKAGE_EUDEV
|
||||
depends on BR2_USE_MMU # uses fork()
|
||||
depends on BR2_USE_WCHAR # needs C99 compiler
|
||||
depends on !BR2_STATIC_LIBS # dlfcn.h
|
||||
select BR2_PACKAGE_HAS_LIBUDEV
|
||||
select BR2_PACKAGE_HAS_UDEV
|
||||
select BR2_PACKAGE_UDEV_GENTOO_SCRIPTS if BR2_INIT_OPENRC
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
@@ -19,6 +20,9 @@ config BR2_PACKAGE_EUDEV
|
||||
|
||||
if BR2_PACKAGE_EUDEV
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBUDEV
|
||||
default "eudev"
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_UDEV
|
||||
default "eudev"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ EUDEV_CONF_OPTS = \
|
||||
|
||||
# eudev requires only the util-linux libraries at build time
|
||||
EUDEV_DEPENDENCIES = host-gperf host-pkgconf util-linux-libs
|
||||
EUDEV_PROVIDES = udev
|
||||
EUDEV_PROVIDES = libudev udev
|
||||
|
||||
ifeq ($(BR2_ROOTFS_MERGED_USR),y)
|
||||
ifeq ($(BR2_ROOTFS_MERGED_BIN),y)
|
||||
|
||||
Reference in New Issue
Block a user