From 2a016bb240e21aa3445a3678939204d79c614aff Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 7 Apr 2015 21:02:14 -0300 Subject: [PATCH] gstreamer1.0-plugins-imx: Ensure the kernel source is avail for build The FSL kernel headers are necessary during the build of the GStreamer 1.0 plugin. Change-Id: I0a8566e57f43a9d3c7d002997ec556bee51e1648 Signed-off-by: Otavio Salvador --- .../gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb index b7ba3c92..3f5061c0 100644 --- a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb +++ b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb @@ -19,6 +19,8 @@ S = "${WORKDIR}/git" inherit waf +do_compile[depends] += "virtual/kernel:do_shared_workdir" + # configure the eglvivsink element to use the appropriate EGL platform code # X11 if x11 is present in DISTRO_FEATURES # Wayland if x11 is not present in DISTRO_FEATURES, but wayland is -- 2.40.1