mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
linux-libc-headers: Add inherit of pkgconfig
pkg-config is used by the kernel build system when creating the configuration tools. (From OE-Core rev: 8e756a808267da26c5c93729438e5757146be534) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a041053056
commit
624bf09790
@@ -42,7 +42,7 @@ python __anonymous () {
|
||||
d.setVar("HEADER_FETCH_VER", "2.6")
|
||||
}
|
||||
|
||||
inherit kernel-arch
|
||||
inherit kernel-arch pkgconfig
|
||||
|
||||
KORG_ARCHIVE_COMPRESSION ?= "xz"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user