Deprecate xfsprogs, no support for XFS in Buildroot
This commit is contained in:
parent
d45093b23a
commit
a6ab997f6f
@ -4,6 +4,7 @@ comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED enabled
|
|||||||
|
|
||||||
config BR2_PACKAGE_XFSPROGS
|
config BR2_PACKAGE_XFSPROGS
|
||||||
bool "xfsprogs"
|
bool "xfsprogs"
|
||||||
|
depends on BR2_DEPRECATED
|
||||||
help
|
help
|
||||||
The XFS file system utilities and libraries
|
The XFS file system utilities and libraries
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ $(XFSPROGS_DIR)/.configured: $(XFSPROGS_DIR)/.unpacked
|
|||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
--build=$(GNU_HOST_NAME) \
|
--build=$(GNU_HOST_NAME) \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--exec-prefix=/ \
|
--exec-prefix=/usr \
|
||||||
--libdir=/usr/lib \
|
--libdir=/usr/lib \
|
||||||
$(XFSPROGS_CONFIG_SHARED) \
|
$(XFSPROGS_CONFIG_SHARED) \
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user