diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-02-06 12:04:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-07 14:50:10 +0000 |
commit | f5fc727f5bef7f2cbf10c4bf25036fc643c6b635 (patch) | |
tree | 6425c203d21b0037335eacbbdd4969bbf70eb559 /meta/recipes-devtools | |
parent | a82332b12851b5a3df496b0a60a1094d08feda78 (diff) | |
download | poky-f5fc727f5bef7f2cbf10c4bf25036fc643c6b635.tar.gz |
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 <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
6 | RDEPENDS_${PN}-ptest = "bash make" | 6 | RDEPENDS_${PN}-ptest = "bash make" |
7 | 7 | ||
8 | require qemu-targets.inc | 8 | require qemu-targets.inc |
9 | inherit autotools ptest | 9 | inherit autotools pkgconfig ptest |
10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
11 | 11 | ||
12 | # QEMU_TARGETS is overridable variable | 12 | # QEMU_TARGETS is overridable variable |