summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles/puzzles_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/puzzles/puzzles_git.bb')
-rw-r--r--meta/recipes-sato/puzzles/puzzles_git.bb11
1 files changed, 2 insertions, 9 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 8ac62d52e5..f2fe7d7b96 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -7,17 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=6e7d24cf1c949887ee9447a1e2a4a24c"
7# gtk support includes a bunch of x11 headers 7# gtk support includes a bunch of x11 headers
8REQUIRED_DISTRO_FEATURES = "x11" 8REQUIRED_DISTRO_FEATURES = "x11"
9 9
10SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main \ 10SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main"
11 file://fix-compiling-failure-with-option-g-O.patch \
12 file://0001-palisade-Fix-warnings-with-clang-on-arm.patch \
13 file://0001-pattern.c-Change-string-lenght-parameter-to-be-size_.patch \
14 file://fix-ki-uninitialized.patch \
15 file://0001-malloc-Check-for-excessive-values-to-malloc.patch \
16 file://0001-map-Fix-stringop-overflow-warning.patch \
17 "
18 11
19UPSTREAM_CHECK_COMMITS = "1" 12UPSTREAM_CHECK_COMMITS = "1"
20SRCREV = "640f9235c79cdb1a924b0148cb312b0f02253364" 13SRCREV = "b56c994b721f7cb5c5bcf09c5d695d4ae07d3052"
21PE = "2" 14PE = "2"
22PV = "0.0+git${SRCPV}" 15PV = "0.0+git${SRCPV}"
23 16