diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-12-08 18:57:59 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-13 22:55:20 +0000 |
commit | 2f945fd8b32c5ebb9dbe3a72a85a6a35bc97149b (patch) | |
tree | 452a9db72255ca1108e1ac3936c29ac41094c631 /meta/recipes-sato/puzzles/puzzles_git.bb | |
parent | 46f66b5e5d93ad84f3b7dd087e52565ebfc220ed (diff) | |
download | poky-2f945fd8b32c5ebb9dbe3a72a85a6a35bc97149b.tar.gz |
puzzles: Upgrade and fix with clang
Delete upstreamed patches
(From OE-Core rev: 908570a0da4bf755eb06fed817676c26351ab375)
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-sato/puzzles/puzzles_git.bb')
-rw-r--r-- | meta/recipes-sato/puzzles/puzzles_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 20b98891bb..a25c00760a 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -12,10 +12,10 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc" | |||
12 | SRC_URI = "git://git.tartarus.org/simon/puzzles.git \ | 12 | SRC_URI = "git://git.tartarus.org/simon/puzzles.git \ |
13 | file://fix-compiling-failure-with-option-g-O.patch \ | 13 | file://fix-compiling-failure-with-option-g-O.patch \ |
14 | file://0001-Use-labs-instead-of-abs.patch \ | 14 | file://0001-Use-labs-instead-of-abs.patch \ |
15 | file://0001-rect-Fix-compiler-errors-about-uninitialized-use-of-.patch \ | ||
16 | file://0001-palisade-Fix-warnings-with-clang-on-arm.patch \ | 15 | file://0001-palisade-Fix-warnings-with-clang-on-arm.patch \ |
16 | file://0001-Clarify-conditions-to-avoid-compiler-errors.patch \ | ||
17 | " | 17 | " |
18 | SRCREV = "346584bf6e38232be8773c24fd7dedcbd7b3d9ed" | 18 | SRCREV = "8dfe5cec31e784e4ece2955ecc8cc35ee7e8fbb3" |
19 | PE = "1" | 19 | PE = "1" |
20 | PV = "0.0+git${SRCPV}" | 20 | PV = "0.0+git${SRCPV}" |
21 | 21 | ||