diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2018-01-04 15:12:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-05 12:02:29 +0000 |
commit | ac695195077dd12e41f6104e5cc77ec2cf03af11 (patch) | |
tree | 875b96eda6f4b10197efa1261619baa00b36a2af /meta/recipes-sato | |
parent | 2c2684c8338bf4bb9f08951a3fdd0ee194a88db4 (diff) | |
download | openembedded-core-ac695195077dd12e41f6104e5cc77ec2cf03af11.tar.gz openembedded-core-ac695195077dd12e41f6104e5cc77ec2cf03af11.tar.bz2 openembedded-core-ac695195077dd12e41f6104e5cc77ec2cf03af11.zip |
gst-player: Upgrade, rename to gst-examples
Switch to using current repository, switch to meson (following
upstream), rename the recipe like upstream.
Add a patch to install the player binaries.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.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 97cced7cc3..224428ddda 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb @@ -46,7 +46,7 @@ WEB ?= "" SUMMARY_${PN}-apps = "Sato desktop - applications" RDEPENDS_${PN}-apps = "\ l3afpad \ - gst-player \ + gst-examples \ matchbox-terminal \ sato-screenshot \ ${FILEMANAGER} \ |