From aec24749d313f9d869720b844c39cf849c208ab1 Mon Sep 17 00:00:00 2001
From: Stephen Lawrence <stephen.lawrence@renesas.com>
Date: Fri, 4 Aug 2017 14:56:41 +0100
Subject: gstreamer1.0-plugin-vspfilter: add missing inherit pkgconfig

pkg-config is called in the do_configure() task. With the introduction
pf per recipe sysroot add the missing pkgconfig to the inherit variable

Fixes configure task error of the form:
configure:12146: checking for GLIB
configure:12214: result: no
configure:12216: error: in `gstreamer1.0-plugin-vspfilter/1.0.0-r0/build':
configure:12218: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config.

Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
---
 .../recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb
index 3d5466e..02a7ba2 100644
--- a/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb
+++ b/meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb
@@ -3,7 +3,7 @@ SECTION = "multimedia"
 LICENSE = "GPLv2+"
 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base pkgconfig"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
-inherit autotools
+inherit autotools pkgconfig
 
 PN = "gstreamer1.0-plugin-vspfilter"
 
-- 
cgit