From c58ac103b8fd7a807f10f235e111c36f36a75c1a Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Mon, 7 Aug 2017 17:33:47 +0100 Subject: gstreamer1.0-plugins-bad: add missing wayland-native dependency YP 2.3 (Pyro) introduces per recipe sysroots. Adopt to the change by adding a missing wayland-native DEPENDS that would otherwise result in a compilation failure. Signed-off-by: Stephen Lawrence --- .../gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend index 73b5529..072d683 100644 --- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend +++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend @@ -3,7 +3,7 @@ SRC_URI_append = " git://github.com/renesas-rcar/gst-plugins-bad.git;branch=RCAR SRCREV = "e336b2dacf29a155dc8f6896ee0f3a89d87d805e" -DEPENDS += "weston" +DEPENDS += "weston wayland-native" S = "${WORKDIR}/git" -- cgit 1.2.3-korg