summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2017-03-03 20:48:44 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2017-03-09 17:30:07 -0300
commit028e37021ca2af8a204dc05d6713cdc528ec1ff6 (patch)
treeb73ca9cea3b44e2f233c6c70e1b2a4117f7524eb /recipes-multimedia/gstreamer
parentc98274c4cd9762e01b8e73128d8d902cee57407f (diff)
downloadmeta-freescale-028e37021ca2af8a204dc05d6713cdc528ec1ff6.tar.gz
gstreamer1.0-plugins-imx: add pkgconfig to inherit
The wscript file uses conf.check_cfg which in turn uses pkg-config. Fixes configure error triggered now with recipe specific sysroot. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb
index 2fc065bd..e7f75680 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22inherit waf 22inherit pkgconfig waf
23 23
24do_compile[depends] += "virtual/kernel:do_shared_workdir" 24do_compile[depends] += "virtual/kernel:do_shared_workdir"
25 25