summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-04-07 21:02:14 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-09 08:57:11 -0300
commit2a016bb240e21aa3445a3678939204d79c614aff (patch)
tree656fd76163a01eb5de28a7a305817762af21fbb7
parent124a1617371c3099eb4565e3feb6c4f7ffdee548 (diff)
downloadmeta-freescale-2a016bb240e21aa3445a3678939204d79c614aff.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.10.1.bb2
1 files changed, 2 insertions, 0 deletions
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 b7ba3c92f..3f5061c01 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"
19 19
20inherit waf 20inherit waf
21 21
22do_compile[depends] += "virtual/kernel:do_shared_workdir"
23
22# configure the eglvivsink element to use the appropriate EGL platform code 24# configure the eglvivsink element to use the appropriate EGL platform code
23# X11 if x11 is present in DISTRO_FEATURES 25# X11 if x11 is present in DISTRO_FEATURES
24# Wayland if x11 is not present in DISTRO_FEATURES, but wayland is 26# Wayland if x11 is not present in DISTRO_FEATURES, but wayland is