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
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "xfsprogs needs a toolchain w/ largefile, wchar"
|
2014-09-12 17:50:07 +02:00
|
|
|
depends on BR2_USE_MMU
|
2013-11-11 17:23:23 +01:00
|
|
|
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"
|
2014-09-12 17:50:07 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
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/
|