5c216c043b
Release notes: https://www.spinics.net/lists/linux-xfs/msg47553.html Added dependency to inih: https://www.spinics.net/lists/linux-xfs/msg47554.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
435 B
Plaintext
17 lines
435 B
Plaintext
comment "xfsprogs needs a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
config BR2_PACKAGE_XFSPROGS
|
|
bool "xfsprogs"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_INIH
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
|
help
|
|
The XFS file system utilities and libraries
|
|
|
|
http://xfs.org
|