mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
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:
committed by
Arnout Vandecappelle
parent
190bb8890e
commit
418bbf025d
@@ -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"
|
||||
|
||||
6
package/libudev/Config.in
Normal file
6
package/libudev/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HAS_LIBUDEV
|
||||
bool
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBUDEV
|
||||
string
|
||||
depends on BR2_PACKAGE_HAS_LIBUDEV
|
||||
7
package/libudev/libudev.mk
Normal file
7
package/libudev/libudev.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
################################################################################
|
||||
#
|
||||
# libudev
|
||||
#
|
||||
################################################################################
|
||||
|
||||
$(eval $(virtual-package))
|
||||
Reference in New Issue
Block a user