diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:52:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:30 +0100 |
commit | 810f745b520bf1eee0f9c6985fb717993d2b1499 (patch) | |
tree | bf63fd769609273967acbe760030b77b32674628 | |
parent | 3b068b51e5c2b9b03a386743e61a52db5fed94bc (diff) | |
download | poky-810f745b520bf1eee0f9c6985fb717993d2b1499.tar.gz |
puzzles: upgrade to latest revision
(From OE-Core rev: f790152f7b22301c4eb92995e382dfc2e49bfa72)
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 | 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 41b78d6fe1..1e530519f3 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 \ | |||
17 | " | 17 | " |
18 | 18 | ||
19 | UPSTREAM_CHECK_COMMITS = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
20 | SRCREV = "79a5378b5adc46ee33ba34d55738f916fb8adfc9" | 20 | SRCREV = "66b9e8c7de0eecb3d85d9a1766fab1082848448b" |
21 | PE = "2" | 21 | PE = "2" |
22 | PV = "0.0+git${SRCPV}" | 22 | PV = "0.0+git${SRCPV}" |
23 | 23 | ||