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-26 21:43:03 +0000 |
commit | 09fea7f3c0520e555af95234ceb860bd9b4d2878 (patch) | |
tree | 8238259aa048df3629ab79da37d25fe1206f8960 /meta/recipes-sato | |
parent | 07e79c259dda660715fcdf802af66273209670ba (diff) | |
download | openembedded-core-contrib-09fea7f3c0520e555af95234ceb860bd9b4d2878.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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-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 bc3e0fd2607..fa9a2614f14 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 ?= "" SUMMARY_${PN}-apps = "Sato desktop - applications" RDEPENDS_${PN}-apps = "\ leafpad \ - gaku \ + gtk-play \ x11vnc \ matchbox-terminal \ sato-screenshot \ |