aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-02-28 14:35:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-04 23:18:10 +0000
commit8e756a808267da26c5c93729438e5757146be534 (patch)
tree859b419fa5b7cf27087120d0c9d75ac40c7295ab /meta/recipes-kernel
parentaa06a18d59eb391d1a7ace9daa0681bdf8daf17f (diff)
downloadopenembedded-core-contrib-8e756a808267da26c5c93729438e5757146be534.tar.gz
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 <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc2
1 files changed, 1 insertions, 1 deletions
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"