diff options
author | Ross Burton <ross.burton@intel.com> | 2015-02-27 14:14:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-27 19:02:56 +0000 |
commit | ee74395813225d6e33acb319239a7cd0452c947d (patch) | |
tree | 3797cfa1d9aa27723cd6f3f27cf759a3bbf7aa27 /meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |
parent | b4cbf2da02d7560d65b7e0b862ee9ca86033c2f2 (diff) | |
download | openembedded-core-ee74395813225d6e33acb319239a7cd0452c947d.tar.gz openembedded-core-ee74395813225d6e33acb319239a7cd0452c947d.tar.bz2 openembedded-core-ee74395813225d6e33acb319239a7cd0452c947d.zip |
sato: fix typo in packagegroup
The gtk-play binary is packaged in gst-player-bin...
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/packagegroup-core-x11-sato.bb')
-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 fa9a2614f1..18d8b16c76 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 \ - gtk-play \ + gst-player-bin \ x11vnc \ matchbox-terminal \ sato-screenshot \ |