diff options
author | Ross Burton <ross.burton@intel.com> | 2015-02-26 17:59:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-27 07:36:03 +0000 |
commit | b05a5a74a9d645a3fa2d923203033585387379dd (patch) | |
tree | 31cf79f5030d6c60421d9202f6d881c74cdb5334 /meta/recipes-sato/packagegroups | |
parent | f8b5481ba504028b0f14c57f800f245206a2bd15 (diff) | |
download | poky-b05a5a74a9d645a3fa2d923203033585387379dd.tar.gz |
sato: use gtk-play (from gst-player) instead of Gaku
The Gaku media player was always a bit incomplete and had some serious bugs.
gst-player doesn't have these bugs, is maintained, and uses GStreamer 1.x.
(From OE-Core rev: 09fea7f3c0520e555af95234ceb860bd9b4d2878)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 bc3e0fd260..fa9a2614f1 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -49,7 +49,7 @@ WEB ?= "" | |||
49 | SUMMARY_${PN}-apps = "Sato desktop - applications" | 49 | SUMMARY_${PN}-apps = "Sato desktop - applications" |
50 | RDEPENDS_${PN}-apps = "\ | 50 | RDEPENDS_${PN}-apps = "\ |
51 | leafpad \ | 51 | leafpad \ |
52 | gaku \ | 52 | gtk-play \ |
53 | x11vnc \ | 53 | x11vnc \ |
54 | matchbox-terminal \ | 54 | matchbox-terminal \ |
55 | sato-screenshot \ | 55 | sato-screenshot \ |