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:03:08 +0000 |
commit | a240f08f0f86442b2fac8284cb3054b1ee55290e (patch) | |
tree | 34bb1fb580dd76e13beb262c66bd8fcf65653775 /meta/recipes-sato/packagegroups | |
parent | 5025479a8ff67e7eedbbc1dc6ffdd28b0c243e79 (diff) | |
download | poky-a240f08f0f86442b2fac8284cb3054b1ee55290e.tar.gz |
sato: fix typo in packagegroup
The gtk-play binary is packaged in gst-player-bin...
(From OE-Core rev: ee74395813225d6e33acb319239a7cd0452c947d)
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 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 ?= "" | |||
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 | gtk-play \ | 52 | gst-player-bin \ |
53 | x11vnc \ | 53 | x11vnc \ |
54 | matchbox-terminal \ | 54 | matchbox-terminal \ |
55 | sato-screenshot \ | 55 | sato-screenshot \ |