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:46:34 +0100 |
commit | 2e313b8bade66da62b3823f82444ae3b30005022 (patch) | |
tree | 824a1ec87d12c6c64e4e53eb0e8223911c694c01 /meta/recipes-sato/packagegroups | |
parent | aabfce5c31dd2faff54d293c5c237346b748a184 (diff) | |
download | openembedded-core-contrib-2e313b8bade66da62b3823f82444ae3b30005022.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.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato/packagegroups')
-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 913e8cde445..21b5ce798fa 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 = "\ SUMMARY_${PN}-games = "Sato desktop - games" RDEPENDS_${PN}-games = "\ - oh-puzzles \ + puzzles \ " |