diff options
author | Stephen Lawrence <stephen.lawrence@renesas.com> | 2017-08-04 14:56:41 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-15 10:20:15 +0200 |
commit | aec24749d313f9d869720b844c39cf849c208ab1 (patch) | |
tree | 1699dc905ea9836db1cca90d8e6c27c5d5199a61 /meta-rcar-gen3/recipes-multimedia/gstreamer | |
parent | 219789c77e05477bc75c0c6de1d019fd6787b2d4 (diff) |
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>
Diffstat (limited to 'meta-rcar-gen3/recipes-multimedia/gstreamer')
-rw-r--r-- | meta-rcar-gen3/recipes-multimedia/gstreamer/gstreamer1.0-plugin-vspfilter_1.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |