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:
Bernd Kuhls
2026-05-06 20:40:48 +02:00
committed by Arnout Vandecappelle
parent a397689ee1
commit 03108175ce
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ config BR2_PACKAGE_EUDEV
depends on BR2_USE_MMU # uses fork() depends on BR2_USE_MMU # uses fork()
depends on BR2_USE_WCHAR # needs C99 compiler depends on BR2_USE_WCHAR # needs C99 compiler
depends on !BR2_STATIC_LIBS # dlfcn.h depends on !BR2_STATIC_LIBS # dlfcn.h
select BR2_PACKAGE_HAS_LIBUDEV
select BR2_PACKAGE_HAS_UDEV select BR2_PACKAGE_HAS_UDEV
select BR2_PACKAGE_UDEV_GENTOO_SCRIPTS if BR2_INIT_OPENRC select BR2_PACKAGE_UDEV_GENTOO_SCRIPTS if BR2_INIT_OPENRC
select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX
@@ -19,6 +20,9 @@ config BR2_PACKAGE_EUDEV
if BR2_PACKAGE_EUDEV if BR2_PACKAGE_EUDEV
config BR2_PACKAGE_PROVIDES_LIBUDEV
default "eudev"
config BR2_PACKAGE_PROVIDES_UDEV config BR2_PACKAGE_PROVIDES_UDEV
default "eudev" default "eudev"

View File

@@ -18,7 +18,7 @@ EUDEV_CONF_OPTS = \
# eudev requires only the util-linux libraries at build time # eudev requires only the util-linux libraries at build time
EUDEV_DEPENDENCIES = host-gperf host-pkgconf util-linux-libs 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_USR),y)
ifeq ($(BR2_ROOTFS_MERGED_BIN),y) ifeq ($(BR2_ROOTFS_MERGED_BIN),y)