summaryrefslogtreecommitdiffstats
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:33:58 -0300
commitc0942fad3c9d2b024cc6e63e82cff4bef4d03faa (patch)
tree4dda286637e447fd07c7967e45d94fe3b966393a
parent3f321e5c8505986a0f742335a1d930a13ed14b39 (diff)
downloadmeta-freescale-c0942fad3c9d2b024cc6e63e82cff4bef4d03faa.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>
-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