2009-01-11 22:50:07 +01:00
|
|
|
|
2009-12-22 07:46:35 +01:00
|
|
|
comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED and UCLIBC_HAS_OBSOLETE_BSD_SIGNAL enabled"
|
2009-01-11 22:50:07 +01:00
|
|
|
depends on BR2_PACKAGE_XFSPROGS
|
|
|
|
|
2011-07-29 08:49:48 +02:00
|
|
|
comment "xfsprogs requires a toolchain with LARGEFILE + WCHAR support"
|
|
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
2009-12-22 07:46:35 +01:00
|
|
|
|
2005-09-30 22:41:41 +02:00
|
|
|
config BR2_PACKAGE_XFSPROGS
|
|
|
|
bool "xfsprogs"
|
2009-11-23 15:29:43 +01:00
|
|
|
depends on BR2_LARGEFILE
|
2011-07-29 08:49:48 +02:00
|
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
2005-09-30 22:41:41 +02:00
|
|
|
help
|
|
|
|
The XFS file system utilities and libraries
|
|
|
|
|
|
|
|
http://oss.sgi.com/projects/xfs/
|
2009-01-11 22:50:07 +01:00
|
|
|
|