aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Lawrence <stephen.lawrence@renesas.com>2017-08-07 17:33:47 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-09-15 10:20:15 +0200
commitc58ac103b8fd7a807f10f235e111c36f36a75c1a (patch)
treebb2bc8dad1aca2b54fc46ce31801675dc9c6dd7b
parentaec24749d313f9d869720b844c39cf849c208ab1 (diff)
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 <stephen.lawrence@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend2
1 files changed, 1 insertions, 1 deletions
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"