summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-05-22 11:29:54 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-27 17:06:34 +0100
commitc6dbd6c52857eb1e59246f337a2d4ab0f3990453 (patch)
tree4971ade8ee8afd72db4db03cd0630d32dbe41cca /meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
parent919d8bd05660cab012a6725a89cb5a0d78a36460 (diff)
downloadpoky-c6dbd6c52857eb1e59246f337a2d4ab0f3990453.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb')
-rw-r--r--meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
index 5a8b5f77bd..dc1568a77c 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
@@ -19,6 +19,9 @@ SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e
19 19
20S = "${WORKDIR}/git/squashfs-tools" 20S = "${WORKDIR}/git/squashfs-tools"
21 21
22# needs FNM_EXTMATCH
23COMPATIBLE_HOST_libc-musl = 'null'
24
22EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}" 25EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}"
23 26
24PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr" 27PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr"