diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-09-14 17:27:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-18 09:05:25 +0100 |
commit | 82be1f3ba2e3101590b819b83fdb263d18177083 (patch) | |
tree | e1f503e8b80333940bb3ab363d7c33f1141358a4 /meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | |
parent | dc3bc2283cdf7e80d82ba3ddd32ea5a9143d3d73 (diff) | |
download | poky-82be1f3ba2e3101590b819b83fdb263d18177083.tar.gz |
squashfs-tools: make it be able to be compiled by gcc5 with "-O0"
(From OE-Core rev: e0d5e6a7d31f0e69f65f9bf3f1027b91c9bd23cc)
Signed-off-by: Roy Li <rongqing.li@windriver.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 497b282074..7aebd00e0b 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | |||
@@ -12,6 +12,7 @@ PV = "4.3+gitr${SRCPV}" | |||
12 | SRCREV = "9c1db6d13a51a2e009f0027ef336ce03624eac0d" | 12 | 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 | " | 16 | " |
16 | SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759" | 17 | SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759" |
17 | SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" | 18 | SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" |