From 2de44715a15880bb4a9f78e7ff5814b75938b27c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 13 Feb 2020 23:03:52 -0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 3 --- 1 file changed, 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 \ S = "${WORKDIR}/git/squashfs-tools" -# needs FNM_EXTMATCH -COMPATIBLE_HOST_libc-musl = 'null' - EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}" PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr reproducible" -- 2.40.1