summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2015-02-11 04:30:13 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-12 20:28:35 -0200
commit048163f3ade6a062cf6978bfe0ec49cfd9492a9f (patch)
tree84e21d1c8f4211f928fe062662624be4879ffff1 /recipes-multimedia
parent9a0df92e44935628979b245ffaa8f7ae86023328 (diff)
downloadmeta-fsl-arm-048163f3ade6a062cf6978bfe0ec49cfd9492a9f.tar.gz
gst-fsl-plugin: Ensure kernel source is available
Add a configure-time requirement on the kernel sources. This is needed because parts of this program use kernel headers directly. If the kernel package is restored from sstate, the headers will not be available unless this dependency is explicit. This new behaviour was introduced in OE-core: 6a1ff0e7eac Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gst-fsl-plugin.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin.inc b/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
index b803808..edd8bd5 100644
--- a/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
+++ b/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
@@ -13,6 +13,9 @@ DEPENDS_append_mx6dl = " imx-lib imx-vpu libfslvpuwrap"
13DEPENDS_append_mx6sl = " imx-lib" 13DEPENDS_append_mx6sl = " imx-lib"
14DEPENDS_append_mx6sx = " imx-lib" 14DEPENDS_append_mx6sx = " imx-lib"
15 15
16# Make sure kernel sources are available
17do_configure[depends] += "virtual/kernel:do_shared_workdir"
18
16LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 19LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
17 file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ 20 file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
18 file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" 21 file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"