diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-01 01:01:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-05 18:00:00 +0100 |
commit | 597b253c766013c5328f95ac226ef855926f7784 (patch) | |
tree | 35813dcdb8acc41d993c615e51c0dd6728d4e7ab | |
parent | 2bdddb458bcc779d595e972f60a719aeb1c1b6d5 (diff) | |
download | openembedded-core-597b253c766013c5328f95ac226ef855926f7784.tar.gz openembedded-core-597b253c766013c5328f95ac226ef855926f7784.tar.bz2 openembedded-core-597b253c766013c5328f95ac226ef855926f7784.zip |
packagegroup-core-x11-sato: Make weak include for gst-examples
gstreamer is not _yet_ ported to risc-v
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 5 |
1 files changed, 4 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 2707a2192e..2d7feb8788 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb @@ -42,13 +42,16 @@ FILEMANAGER ?= "pcmanfm" WEB ?= "" #WEB = "epiphany" +GSTEXAMPLES ?= "gst-examples" +GSTEXAMPLES_riscv64 = "" + SUMMARY_${PN}-apps = "Sato desktop - applications" RDEPENDS_${PN}-apps = "\ l3afpad \ - gst-examples \ matchbox-terminal \ sato-screenshot \ ${FILEMANAGER} \ + ${GSTEXAMPLES} \ ${WEB} \ " |