diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-27 11:07:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-28 14:16:31 +0100 |
commit | 44f3acf4c78a98b358e1cfb8dd386c916a750101 (patch) | |
tree | 26656edc4c26f5718397d74f52b2bd9b996444ab /meta/recipes-sato | |
parent | d826be30355b6564eecc799a683a2f5363697c21 (diff) | |
download | poky-44f3acf4c78a98b358e1cfb8dd386c916a750101.tar.gz |
puzzles: upgrade to latest revision
(From OE-Core rev: 142016c9c68dc21195b0c39cfd611d5d05ab195c)
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')
-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 1da9bb3676..1355630cf4 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 = "42cbd7688a7f05e0a5d56a603a04293307c1e1b2" | 20 | SRCREV = "ad1c6ade2af0e681fb964a17cc3a031951047068" |
21 | PE = "2" | 21 | PE = "2" |
22 | PV = "0.0+git${SRCPV}" | 22 | PV = "0.0+git${SRCPV}" |
23 | 23 | ||