util-linux: drop BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependency
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 29 Jul 2011 06:53:55 +0000 (08:53 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 29 Jul 2011 06:53:55 +0000 (08:53 +0200)
commit952d96d5aed88bf0e7f7e6df55003c9ad5115f10
tree79074c69a1a629344b3cba2a0eeb4f53b203df2c
parente1fbd63f3c9700ef9d590ea7b4659ca592db5e3c
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>
package/Config.in
package/e2fsprogs/Config.in
package/gdisk/Config.in
package/usbmount/Config.in
package/util-linux/Config.in
package/xfsprogs/Config.in