diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-06-26 09:18:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:36:00 +0100 |
commit | 0121da46ac1f667c32bf90eab8dfeaac6f29fd70 (patch) | |
tree | d3fd98b9078fdda7fca31c66593efea4473563ef /meta/recipes-sato/puzzles | |
parent | 1c06cf3e926814d1fbc252b9197a6ff2a85b8449 (diff) | |
download | poky-0121da46ac1f667c32bf90eab8dfeaac6f29fd70.tar.gz |
puzzles: upgrade to latest revision
(From OE-Core rev: 27049dc744d95ecbe94b5b901bebcad0b20abd78)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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 1e530519f3..a0f3b5d9cd 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 = "66b9e8c7de0eecb3d85d9a1766fab1082848448b" | 20 | SRCREV = "9aa7b7cdfb2bcd200f45941a58d6ae698882a2d4" |
21 | PE = "2" | 21 | PE = "2" |
22 | PV = "0.0+git${SRCPV}" | 22 | PV = "0.0+git${SRCPV}" |
23 | 23 | ||