package/libudev: new virtual package

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Yann E. MORIN
2026-05-06 20:40:46 +02:00
committed by Arnout Vandecappelle
parent 190bb8890e
commit 418bbf025d
3 changed files with 14 additions and 0 deletions

View File

@@ -530,6 +530,7 @@ endmenu
source "package/libiec61850/Config.in"
source "package/libmanette/Config.in"
source "package/libubootenv/Config.in"
source "package/libudev/Config.in"
source "package/libuio/Config.in"
source "package/linux-backports/Config.in"
source "package/linux-serial-test/Config.in"

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_HAS_LIBUDEV
bool
config BR2_PACKAGE_PROVIDES_LIBUDEV
string
depends on BR2_PACKAGE_HAS_LIBUDEV

View File

@@ -0,0 +1,7 @@
################################################################################
#
# libudev
#
################################################################################
$(eval $(virtual-package))