summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles/puzzles_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-06-15 10:12:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-17 00:07:05 +0100
commitd1078a7e263b225291c53c06567ce413cfde3ca5 (patch)
tree86a79a2d02cf02515b1fe9014fdcf210a4f610a8 /meta/recipes-sato/puzzles/puzzles_git.bb
parent90c1b12df99358d1b8be98137e9395ad5a758249 (diff)
downloadpoky-d1078a7e263b225291c53c06567ce413cfde3ca5.tar.gz
puzzles: upgrade to latest revision
License-update: copyright years (From OE-Core rev: 512c9c893c67d8a11f9af5d3fcaaa58a9211015e) 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.bb4
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 69c3faadcf..44fa597008 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "Simon Tatham's Portable Puzzle Collection"
2DESCRIPTION = "Collection of small computer programs which implement one-player puzzle games." 2DESCRIPTION = "Collection of small computer programs which implement one-player puzzle games."
3HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" 3HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENCE;md5=93c2525113e094a4a744cf14d4de07e2" 5LIC_FILES_CHKSUM = "file://LICENCE;md5=6e7d24cf1c949887ee9447a1e2a4a24c"
6 6
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"
@@ -17,7 +17,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main \
17 " 17 "
18 18
19UPSTREAM_CHECK_COMMITS = "1" 19UPSTREAM_CHECK_COMMITS = "1"
20SRCREV = "c0da615a933a6676e2c6b957368067ca1bc10abd" 20SRCREV = "8f3413c31ffd43c4ebde40894ac1b2f7cdf222c3"
21PE = "2" 21PE = "2"
22PV = "0.0+git${SRCPV}" 22PV = "0.0+git${SRCPV}"
23 23