summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-11-25 13:01:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-27 14:58:48 +0000
commitb29198442c6eb6fea0bcb0959c6e3077f174ae66 (patch)
tree5bdb3bcaf174d9fb4616c31f8b0b2be01d86486d
parenta058f5687fb79d12d9b99883aaaf7bb6454665eb (diff)
downloadpoky-b29198442c6eb6fea0bcb0959c6e3077f174ae66.tar.gz
puzzles: upgrade to latest revision
(From OE-Core rev: 113390e45fb412f2e29afe59a498638747cbe009) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-sato/puzzles/puzzles_git.bb2
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 b47d3d3f30..17ac1fe7e2 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
10SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https" 10SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https"
11 11
12UPSTREAM_CHECK_COMMITS = "1" 12UPSTREAM_CHECK_COMMITS = "1"
13SRCREV = "1c1899ee1c4e0a83808998359addb1efb66322f8" 13SRCREV = "8e83f39eb989d36f10fcf4be7c4dd5eaa0e69f02"
14PE = "2" 14PE = "2"
15PV = "0.0+git" 15PV = "0.0+git"
16 16