diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-02 09:42:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-03 11:12:25 +0000 |
commit | e72a8b91a5edcc05d324040e25a76f4519b9e8dc (patch) | |
tree | 83a4f2d331aadae68a5495a95d614da2425e276e /meta/recipes-sato | |
parent | f5060a93b7305d3c2117ee1e28832b22da45329f (diff) | |
download | poky-e72a8b91a5edcc05d324040e25a76f4519b9e8dc.tar.gz |
puzzles: upgrade to latest revision
(From OE-Core rev: a7914d117f93f234074cfe0d5220fad029ca27b5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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 1355630cf4..8ac62d52e5 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 = "ad1c6ade2af0e681fb964a17cc3a031951047068" | 20 | SRCREV = "640f9235c79cdb1a924b0148cb312b0f02253364" |
21 | PE = "2" | 21 | PE = "2" |
22 | PV = "0.0+git${SRCPV}" | 22 | PV = "0.0+git${SRCPV}" |
23 | 23 | ||