diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-02-28 14:35:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-04 23:18:20 +0000 |
commit | 624bf097904f51f46dacf441440edeb7e47303a9 (patch) | |
tree | 188b67d7698a276a9f1915b3eb6dd28075b2c028 /meta/recipes-kernel/linux-libc-headers | |
parent | a04105305630935b78f501aec154d94a9bae7b0d (diff) | |
download | poky-624bf097904f51f46dacf441440edeb7e47303a9.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers')
-rw-r--r-- | meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 2 |
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 () { | |||
42 | d.setVar("HEADER_FETCH_VER", "2.6") | 42 | d.setVar("HEADER_FETCH_VER", "2.6") |
43 | } | 43 | } |
44 | 44 | ||
45 | inherit kernel-arch | 45 | inherit kernel-arch pkgconfig |
46 | 46 | ||
47 | KORG_ARCHIVE_COMPRESSION ?= "xz" | 47 | KORG_ARCHIVE_COMPRESSION ?= "xz" |
48 | 48 | ||