diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-04-27 00:01:27 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-12 23:47:17 +0100 |
commit | f04d8bc7dfd76a7e9871c47a62f464dbdf812c92 (patch) | |
tree | d97d40ab1b177253f1f5402881618f3903f40efc | |
parent | 947d41a60c449e9ee8315d71bada71c4091230e1 (diff) | |
download | poky-f04d8bc7dfd76a7e9871c47a62f464dbdf812c92.tar.gz |
packagegroup-core-x11-sato: Use puzzles instead of oh-puzzles
puzzles has Gtk+3 support, let's use that instead of the
oh fork.
(From OE-Core rev: 2e313b8bade66da62b3823f82444ae3b30005022)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 913e8cde44..21b5ce798f 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -57,5 +57,5 @@ RDEPENDS_${PN}-apps = "\ | |||
57 | 57 | ||
58 | SUMMARY_${PN}-games = "Sato desktop - games" | 58 | SUMMARY_${PN}-games = "Sato desktop - games" |
59 | RDEPENDS_${PN}-games = "\ | 59 | RDEPENDS_${PN}-games = "\ |
60 | oh-puzzles \ | 60 | puzzles \ |
61 | " | 61 | " |