From: Peter Kjellerstedt Date: Tue, 28 Feb 2017 13:35:16 +0000 (+0100) Subject: linux-libc-headers: Add inherit of pkgconfig X-Git-Tag: uninative-1.5~7 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8e756a808267da26c5c93729438e5757146be534;p=openembedded-core.git linux-libc-headers: Add inherit of pkgconfig pkg-config is used by the kernel build system when creating the configuration tools. Signed-off-by: Peter Kjellerstedt Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index 30d22437fb..653a4707fc 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc @@ -42,7 +42,7 @@ python __anonymous () { d.setVar("HEADER_FETCH_VER", "2.6") } -inherit kernel-arch +inherit kernel-arch pkgconfig KORG_ARCHIVE_COMPRESSION ?= "xz"