diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-11-18 23:25:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:42:55 +0000 |
commit | 1b90d675aed65de320c108f0250945414e56f5f7 (patch) | |
tree | b848cfee3c813e9b29ebb1d5d0d91e2d53114275 /meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | |
parent | 36a709aa0f232a1887cf60f2eaf0a44fdd707ecd (diff) | |
download | poky-1b90d675aed65de320c108f0250945414e56f5f7.tar.gz |
squashfs-tools: Define FNM_EXTMATCH if not defined
helps compiling when using musl
(From OE-Core rev: 860db06bb437c936eb5743f75c865bb70fc3ef92)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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.bb | 1 |
1 files changed, 1 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 7aebd00e0b..33ed09ae8a 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | |||
@@ -13,6 +13,7 @@ SRCREV = "9c1db6d13a51a2e009f0027ef336ce03624eac0d" | |||
13 | SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \ | 13 | SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https \ |
14 | http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2;name=lzma \ | 14 | http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2;name=lzma \ |
15 | file://0001-mksquashfs.c-get-inline-functions-work-with-C99.patch;striplevel=2 \ | 15 | file://0001-mksquashfs.c-get-inline-functions-work-with-C99.patch;striplevel=2 \ |
16 | file://fix-compat.patch \ | ||
16 | " | 17 | " |
17 | SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759" | 18 | SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759" |
18 | SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" | 19 | SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" |