[meta-freescale] [PATCH] gstreamer1.0-plugins-imx: add pkgconfig to inherit

Max Krummenacher max.oss.09 at gmail.com
Fri Mar 3 11:48:44 PST 2017


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 at toradex.com>
---
 recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2fc065b..e7f7568 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}"
 
 S = "${WORKDIR}/git"
 
-inherit waf
+inherit pkgconfig waf
 
 do_compile[depends] += "virtual/kernel:do_shared_workdir"
 
-- 
2.6.6



More information about the meta-freescale mailing list