mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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] 4280e74de1
(From OE-Core rev: 2de44715a15880bb4a9f78e7ff5814b75938b27c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user