dfcbcce4d0
- Bump version to 4.3.0 - Update hash value - Add new mandatory blkid dependency - Remove upstreamed patch: 0001-xfsprogs-replaces-static-with-static-libtool-libs.patch - Add new patch which has been sent upstream: 0001-mdrestore-do-not-do-dynamic-linking-of-libtool-libra.patch Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
20 lines
567 B
Plaintext
20 lines
567 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 needs a toolchain w/ wchar"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR
|
|
|
|
config BR2_PACKAGE_XFSPROGS
|
|
bool "xfsprogs"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
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://oss.sgi.com/projects/xfs/
|