From: Jussi Kukkonen Date: Mon, 6 Feb 2017 10:04:47 +0000 (+0200) Subject: qemu: Add missing 'inherit pkgconfig' X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7eb210257318dfa630bbc39b3eb9be936fddcc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: Add missing 'inherit pkgconfig' The monster configure file does call pkg-config somewhere in there. Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index e3af5c21c06..ef5d75c4507 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -6,7 +6,7 @@ RDEPENDS_${PN}_class-target += "bash" RDEPENDS_${PN}-ptest = "bash make" require qemu-targets.inc -inherit autotools ptest +inherit autotools pkgconfig ptest BBCLASSEXTEND = "native nativesdk" # QEMU_TARGETS is overridable variable