diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-29 10:07:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-03 13:03:31 +0000 |
commit | 37dff87862c3e6bfd1861a851af5c3d6922820f1 (patch) | |
tree | 233def4f223449647b120ecdae1981b23fe57839 | |
parent | 087bfc32fc81913816f2f8d47f8f199c2c4650cb (diff) | |
download | poky-37dff87862c3e6bfd1861a851af5c3d6922820f1.tar.gz |
puzzles: upgrade to latest revision
License-Update: list of contributors updated.
(From OE-Core rev: 4c6b294b72d74c10b22407d82dee28d553345ec3)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 57f2af48eb..41b78d6fe1 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Simon Tatham's Portable Puzzle Collection" | 1 | SUMMARY = "Simon Tatham's Portable Puzzle Collection" |
2 | HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" | 2 | HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=da6110d4ed1225a287eab2bf0ac0193b" | 4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=6099f4981f9461d7f411091e69a7f07a" |
5 | 5 | ||
6 | DEPENDS = "libxt" | 6 | DEPENDS = "libxt" |
7 | 7 | ||
@@ -17,7 +17,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \ | |||
17 | " | 17 | " |
18 | 18 | ||
19 | UPSTREAM_CHECK_COMMITS = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
20 | SRCREV = "1c0c49dd5cd8df6ae87f7be5371be84589fa2662" | 20 | SRCREV = "79a5378b5adc46ee33ba34d55738f916fb8adfc9" |
21 | PE = "2" | 21 | PE = "2" |
22 | PV = "0.0+git${SRCPV}" | 22 | PV = "0.0+git${SRCPV}" |
23 | 23 | ||