952d96d5ae
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>
19 lines
548 B
Plaintext
19 lines
548 B
Plaintext
|
|
comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED and UCLIBC_HAS_OBSOLETE_BSD_SIGNAL enabled"
|
|
depends on BR2_PACKAGE_XFSPROGS
|
|
|
|
comment "xfsprogs requires a toolchain with LARGEFILE + WCHAR support"
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
|
|
|
config BR2_PACKAGE_XFSPROGS
|
|
bool "xfsprogs"
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
help
|
|
The XFS file system utilities and libraries
|
|
|
|
http://oss.sgi.com/projects/xfs/
|
|
|