[Buildroot] [git commit master] xfsprogs: needs e2fsprogs and (in turn) largefile support

Peter Korsgaard jacmet at sunsite.dk
Mon Nov 23 14:29:43 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=08703917d79ddcff3763170b95cbf3ad52540583
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 CHANGES                    |    2 +-
 package/xfsprogs/Config.in |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/CHANGES b/CHANGES
index ab178b5..41df742 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,7 +32,7 @@
 	shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
 	synergy, syslinux, target-binutils, tcpdump, torsmo, u-boot, udpcast,
 	util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
-	xdata_xcursor-themes, xboard, xstroke, zlib
+	xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib
 
 	Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
 
diff --git a/package/xfsprogs/Config.in b/package/xfsprogs/Config.in
index 6a5c9a1..2f462cb 100644
--- a/package/xfsprogs/Config.in
+++ b/package/xfsprogs/Config.in
@@ -4,8 +4,13 @@ comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED enabled
 
 config BR2_PACKAGE_XFSPROGS
 	bool "xfsprogs"
+	depends on BR2_LARGEFILE
+	select BR2_PACKAGE_E2FSPROGS
 	help
 	  The XFS file system utilities and libraries
 
 	  http://oss.sgi.com/projects/xfs/
 
+comment "xfssprogs requires a toolchain with LARGEFILE support"
+	depends on !BR2_LARGEFILE
+
-- 
1.6.3.3



More information about the buildroot mailing list