summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles/puzzles_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-12-12 19:14:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-16 23:25:49 +0000
commit03b8eb9fe1fc118efd5d64d79933341d22fb3437 (patch)
treeb6daa2e0bf4e169555c98018f4fb7781bb10835b /meta/recipes-sato/puzzles/puzzles_git.bb
parent2bb1f5362ba675e0b07b2bae2ce0c0b8ba6ed5d9 (diff)
downloadpoky-03b8eb9fe1fc118efd5d64d79933341d22fb3437.tar.gz
puzzles: update to latest revision
Remove 0001-Use-labs-instead-of-abs.patch as problem is fixed upstream. (From OE-Core rev: 6ecc17f83d57d08bbeb6366cb586993a8844c8a6) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 5ee9164b85..57f2af48eb 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -10,7 +10,6 @@ REQUIRED_DISTRO_FEATURES = "x11"
10 10
11SRC_URI = "git://git.tartarus.org/simon/puzzles.git \ 11SRC_URI = "git://git.tartarus.org/simon/puzzles.git \
12 file://fix-compiling-failure-with-option-g-O.patch \ 12 file://fix-compiling-failure-with-option-g-O.patch \
13 file://0001-Use-labs-instead-of-abs.patch \
14 file://0001-palisade-Fix-warnings-with-clang-on-arm.patch \ 13 file://0001-palisade-Fix-warnings-with-clang-on-arm.patch \
15 file://0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch \ 14 file://0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch \
16 file://0001-pattern.c-Change-string-lenght-parameter-to-be-size_.patch \ 15 file://0001-pattern.c-Change-string-lenght-parameter-to-be-size_.patch \
@@ -18,7 +17,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \
18 " 17 "
19 18
20UPSTREAM_CHECK_COMMITS = "1" 19UPSTREAM_CHECK_COMMITS = "1"
21SRCREV = "c6e0161dd475415316ed66dc82794d68e52f0025" 20SRCREV = "1c0c49dd5cd8df6ae87f7be5371be84589fa2662"
22PE = "2" 21PE = "2"
23PV = "0.0+git${SRCPV}" 22PV = "0.0+git${SRCPV}"
24 23