]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-libc-headers: Add inherit of pkgconfig
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 28 Feb 2017 13:35:16 +0000 (14:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 23:18:10 +0000 (23:18 +0000)
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>
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc

index 30d22437fb87c340b195a6e30750b36bc1f5c55a..653a4707fcace7b95cd47100d360aa18fab99a7f 100644 (file)
@@ -42,7 +42,7 @@ python __anonymous () {
         d.setVar("HEADER_FETCH_VER", "2.6")
 }
 
-inherit kernel-arch
+inherit kernel-arch pkgconfig
 
 KORG_ARCHIVE_COMPRESSION ?= "xz"