mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
xfsprogs: disable on musl
Despite a recent bump, xfsprogs still doesn't build on musl. It's been failing for a long long time, so let's disable it in this configuration. Fixes: http://autobuild.buildroot.net/results/c6cd42da1abe2936872da1f9db093ffc72be3c15/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6fadda7adc
commit
ecc6da3b1a
@ -1,11 +1,12 @@
|
|||||||
comment "xfsprogs needs a toolchain w/ wchar"
|
comment "xfsprogs needs a glibc or uClibc toolchain w/ wchar"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR || BR2_TOOLCHAIN_USES_MUSL
|
||||||
|
|
||||||
config BR2_PACKAGE_XFSPROGS
|
config BR2_PACKAGE_XFSPROGS
|
||||||
bool "xfsprogs"
|
bool "xfsprogs"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_USE_WCHAR # util-linux
|
depends on BR2_USE_WCHAR # util-linux
|
||||||
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||||
select BR2_PACKAGE_UTIL_LINUX
|
select BR2_PACKAGE_UTIL_LINUX
|
||||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||||
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user