Commit a6ab997f authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Deprecate xfsprogs, no support for XFS in Buildroot

parent d45093b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED enabled

config BR2_PACKAGE_XFSPROGS
	bool "xfsprogs"
	depends on BR2_DEPRECATED
	help
	  The XFS file system utilities and libraries

+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ $(XFSPROGS_DIR)/.configured: $(XFSPROGS_DIR)/.unpacked
		--host=$(GNU_TARGET_NAME) \
		--build=$(GNU_HOST_NAME) \
		--prefix=/usr \
		--exec-prefix=/ \
		--exec-prefix=/usr \
		--libdir=/usr/lib \
		$(XFSPROGS_CONFIG_SHARED) \
	)