diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-19 17:34:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:26 +0100 |
commit | 017e212004638b035fa3ce06d2b5e6cb7afdfde3 (patch) | |
tree | d90af21ce6005ac85c12ee4ba6fb8babd1528475 /meta/recipes-sato/puzzles | |
parent | c845dd2fac3194f13f238309d8f888ca15a53c9e (diff) | |
download | poky-017e212004638b035fa3ce06d2b5e6cb7afdfde3.tar.gz |
puzzles: upgrade to latest revision
(From OE-Core rev: f543568534a0d082a35537bdf12377e74acdafb0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 298e29f559..1da9bb3676 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main \ | |||
17 | " | 17 | " |
18 | 18 | ||
19 | UPSTREAM_CHECK_COMMITS = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
20 | SRCREV = "8f3413c31ffd43c4ebde40894ac1b2f7cdf222c3" | 20 | SRCREV = "42cbd7688a7f05e0a5d56a603a04293307c1e1b2" |
21 | PE = "2" | 21 | PE = "2" |
22 | PV = "0.0+git${SRCPV}" | 22 | PV = "0.0+git${SRCPV}" |
23 | 23 | ||