diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-29 08:53:55 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-29 08:53:55 +0200 |
commit | 952d96d5aed88bf0e7f7e6df55003c9ad5115f10 (patch) | |
tree | 79074c69a1a629344b3cba2a0eeb4f53b203df2c /package/xfsprogs/Config.in | |
parent | e1fbd63f3c9700ef9d590ea7b4659ca592db5e3c (diff) |
util-linux: drop BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependency
Drop the dependency as it isn't really nice that other packages need
to select it, and kconf complains about it:
warning: (BR2_PACKAGE_E2FSPROGS && BR2_PACKAGE_USBMOUNT) selects
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS which has unmet direct dependencies
(!BR2_PACKAGE_BUSYBOX)
Instead ensure that only the libraries are built by default, so
busybox applets are still used unless explicitly configured.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/xfsprogs/Config.in')
-rw-r--r-- | package/xfsprogs/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/xfsprogs/Config.in b/package/xfsprogs/Config.in index 6c4d547dc..fda068f7d 100644 --- a/package/xfsprogs/Config.in +++ b/package/xfsprogs/Config.in @@ -9,7 +9,6 @@ config BR2_PACKAGE_XFSPROGS bool "xfsprogs" depends on BR2_LARGEFILE depends on BR2_USE_WCHAR # util-linux - select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # util-linux select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID help |