diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-04-09 14:55:10 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 09:54:56 +0100 |
commit | a554bf0079489a4f929545af1af0258d74d11d45 (patch) | |
tree | 949286a32660e7513526f7865a20d87d0cc2fde7 | |
parent | e967f1b77bbcbdb5bca4ef86740496f0e4934fa1 (diff) | |
download | openembedded-core-a554bf0079489a4f929545af1af0258d74d11d45.tar.gz openembedded-core-a554bf0079489a4f929545af1af0258d74d11d45.tar.bz2 openembedded-core-a554bf0079489a4f929545af1af0258d74d11d45.zip |
puzzles: upgrade to latest commit
* Fix false-positive completion detection in X Solo.
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 bfd817719f..3670ab81fb 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb @@ -16,7 +16,7 @@ SRC_URI = "git://git.tartarus.org/simon/puzzles.git \ file://0001-Use-Wno-error-format-overflow-if-the-compiler-suppor.patch \ " UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "2adf0052d66eae88c7a5e55e67fe16e13f7018b5" +SRCREV = "c6e0161dd475415316ed66dc82794d68e52f0025" PE = "2" PV = "0.0+git${SRCPV}" |