From f5fc727f5bef7f2cbf10c4bf25036fc643c6b635 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 6 Feb 2017 12:04:47 +0200 Subject: qemu: Add missing 'inherit pkgconfig' The monster configure file does call pkg-config somewhere in there. (From OE-Core rev: 8f7eb210257318dfa630bbc39b3eb9be936fddcc) Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index e3af5c21c0..ef5d75c450 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 -- cgit v1.2.3-54-g00ecf