summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/squashfs-tools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-13 23:03:52 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-15 10:26:42 +0000
commitd546748ed9a122b2c6857a6caaa3889d682e55ee (patch)
tree27f726537392b540c9209639e78c288a6e2595d2 /meta/recipes-devtools/squashfs-tools
parentc066af580bc5a9e6b0ef9a0eb59bc6ab6a17bb89 (diff)
downloadpoky-d546748ed9a122b2c6857a6caaa3889d682e55ee.tar.gz
squashfs-tools: Enable on musl
Upstream has a patch [1] to fix musl builds, Prior to this it would not build on musl due to missing GNU extentions for fnmatch [1] https://github.com/plougher/squashfs-tools/commit/4280e74de14070869787a9166242f9ce2dafd82e (From OE-Core rev: 2de44715a15880bb4a9f78e7ff5814b75938b27c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools')
-rw-r--r--meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
index 4fd33f8048..9bcf026ce2 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
@@ -12,9 +12,6 @@ SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \
12 12
13S = "${WORKDIR}/git/squashfs-tools" 13S = "${WORKDIR}/git/squashfs-tools"
14 14
15# needs FNM_EXTMATCH
16COMPATIBLE_HOST_libc-musl = 'null'
17
18EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}" 15EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}"
19 16
20PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr reproducible" 17PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr reproducible"