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/gdisk/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/gdisk/Config.in')
-rw-r--r-- | package/gdisk/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/gdisk/Config.in b/package/gdisk/Config.in index 02bc188ff..24d305d1f 100644 --- a/package/gdisk/Config.in +++ b/package/gdisk/Config.in @@ -14,7 +14,6 @@ config BR2_PACKAGE_GDISK config BR2_PACKAGE_GDISK_GDISK bool "interactive gdisk" depends on BR2_PACKAGE_GDISK - select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # util-linux select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID help @@ -25,7 +24,6 @@ config BR2_PACKAGE_GDISK_GDISK config BR2_PACKAGE_GDISK_SGDISK bool "command line sgdisk" depends on BR2_PACKAGE_GDISK - select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # util-linux select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID select BR2_PACKAGE_POPT |