[Buildroot] [git commit] udev: extras needs BR2_PROGRAM_INVOCATION

Peter Korsgaard jacmet at sunsite.dk
Tue Jul 26 08:41:31 UTC 2011


commit: http://git.buildroot.net/buildroot/commit/?id=f0e9c42bd157733409da478435f78fe9cff7ae09
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

For usbutils.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/udev/Config.in |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/udev/Config.in b/package/udev/Config.in
index 254a8f4..48391e5 100644
--- a/package/udev/Config.in
+++ b/package/udev/Config.in
@@ -9,8 +9,9 @@ if BR2_PACKAGE_UDEV
 
 config BR2_PACKAGE_UDEV_ALL_EXTRAS
 	bool "enable all extras"
-	depends on BR2_LARGEFILE
-	depends on BR2_USE_WCHAR
+	depends on BR2_LARGEFILE # acl
+	depends on BR2_USE_WCHAR # libglib2
+	depends on BR2_PROGRAM_INVOCATION # usbutils
 	select BR2_PACKAGE_ACL
 	select BR2_PACKAGE_LIBUSB
 	select BR2_PACKAGE_LIBUSB_COMPAT
@@ -21,7 +22,7 @@ config BR2_PACKAGE_UDEV_ALL_EXTRAS
 	  Enable all extras with external dependencies like
 	  libacl, libusb, libusb-compat, usbutils, hwdata
 
-comment "udev extras requires a toolchain with LARGEFILE + WCHAR support"
-	depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
+comment "udev extras requires a toolchain with LARGEFILE/WCHAR/PROGRAM_INVOCATION support"
+	depends on !(BR2_LARGEFILE && BR2_USE_WCHAR && BR2_PROGRAM_INVOCATION)
 
 endif
-- 
1.7.3.4



More information about the buildroot mailing list