mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
squashfs-tools: Mark as incompatible with musl
Silently ignoring FNM_EXTMATCH makes fnmatch() behave different from what callers expect. Mark as incompatible with musl instead of risking broken runtime behaviour. The practical consequences should be small since what is used in OE is mainly squashfs-tools-native. (From OE-Core rev: c9aed6a84c0a33fee8a52603b22cc2b78928eb5f) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
919d8bd056
commit
c6dbd6c528
@@ -19,6 +19,9 @@ SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e
|
||||
|
||||
S = "${WORKDIR}/git/squashfs-tools"
|
||||
|
||||
# needs FNM_EXTMATCH
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
||||
|
||||
EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr"
|
||||
|
||||
Reference in New Issue
Block a user