From 597b253c766013c5328f95ac226ef855926f7784 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 1 Sep 2018 01:01:01 -0700 Subject: packagegroup-core-x11-sato: Make weak include for gst-examples gstreamer is not _yet_ ported to risc-v Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/recipes-sato') 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} \ " -- cgit 1.2.3-korg