diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:29 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-09 09:57:25 +0000 |
| commit | 3f836755ce77d78ba52e81407b8b471cad142d8a (patch) | |
| tree | 54fcee18d9e32c15be0bf9bd9199e748752e3572 /meta/recipes-sato/puzzles | |
| parent | d70605836b290e5632737aa15b75663e62d6f195 (diff) | |
| download | poky-3f836755ce77d78ba52e81407b8b471cad142d8a.tar.gz | |
puzzles: upgrade to latest revision
License-Update: copyright years
(From OE-Core rev: dda7af8d8dd882baf8395c554229622e8f8c0e03)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/puzzles')
| -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 c94fef4931..1774d0fb20 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" | |||
| 2 | DESCRIPTION = "Collection of small computer programs which implement one-player puzzle games." | 2 | DESCRIPTION = "Collection of small computer programs which implement one-player puzzle games." |
| 3 | HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" | 3 | HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=6e7d24cf1c949887ee9447a1e2a4a24c" | 5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=92d2b7a2fc96b5f7f17101df7db1fefa" |
| 6 | 6 | ||
| 7 | # gtk support includes a bunch of x11 headers | 7 | # gtk support includes a bunch of x11 headers |
| 8 | REQUIRED_DISTRO_FEATURES = "x11" | 8 | REQUIRED_DISTRO_FEATURES = "x11" |
| @@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
| 10 | SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main" | 10 | SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main" |
| 11 | 11 | ||
| 12 | UPSTREAM_CHECK_COMMITS = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |
| 13 | SRCREV = "14c025d192579961d1ade51f2a322bd765aef0e5" | 13 | SRCREV = "37df1f2bbc689d224369d963dd8007d68fcd7c6a" |
| 14 | PE = "2" | 14 | PE = "2" |
| 15 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |
| 16 | 16 | ||
