From f8924a55a45b0edbf231be17d518d0f30b9ec454 Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Fri, 4 Aug 2017 14:56:41 +0100 Subject: rcar-gen3: gstreamer1.0-plugin-vspfilter: Add missing inherit pkgconfig Pkg-config is called in the do_configure() task. With the introduction of 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 Signed-off-by: Takamitsu Honda --- .../recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb') 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 dadfc3d..76dc990 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 1.2.3-korg