mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a82332b128
commit
f5fc727f5b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user