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:25 +0100 |
commit | 13521ccc5a9e01e073f38660d1b07c13ac347850 (patch) | |
tree | 9f0a0126e64aca90c1d0dd923492290b0c28cd20 /meta/recipes-sato | |
parent | 444b3139cdc92692045625c2bda1ceea4f1c328c (diff) | |
download | poky-13521ccc5a9e01e073f38660d1b07c13ac347850.tar.gz |
packagegroup-core-x11-sato: Make weak include for gst-examples
gstreamer is not _yet_ ported to risc-v
(From OE-Core rev: 597b253c766013c5328f95ac226ef855926f7784)
Signed-off-by: Khem Raj <raj.khem@gmail.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 | 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" | |||
42 | WEB ?= "" | 42 | WEB ?= "" |
43 | #WEB = "epiphany" | 43 | #WEB = "epiphany" |
44 | 44 | ||
45 | GSTEXAMPLES ?= "gst-examples" | ||
46 | GSTEXAMPLES_riscv64 = "" | ||
47 | |||
45 | SUMMARY_${PN}-apps = "Sato desktop - applications" | 48 | SUMMARY_${PN}-apps = "Sato desktop - applications" |
46 | RDEPENDS_${PN}-apps = "\ | 49 | RDEPENDS_${PN}-apps = "\ |
47 | l3afpad \ | 50 | l3afpad \ |
48 | gst-examples \ | ||
49 | matchbox-terminal \ | 51 | matchbox-terminal \ |
50 | sato-screenshot \ | 52 | sato-screenshot \ |
51 | ${FILEMANAGER} \ | 53 | ${FILEMANAGER} \ |
54 | ${GSTEXAMPLES} \ | ||
52 | ${WEB} \ | 55 | ${WEB} \ |
53 | " | 56 | " |
54 | 57 | ||