summaryrefslogtreecommitdiff
path: root/recipes/linux-libc-headers/linux-libc-headers.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-06-16 11:16:23 -0700
committerTom Rini <tom_rini@mentor.com>2010-06-16 11:16:23 -0700
commit293fa519d1c883e5a65ac298c1011ab95fb96499 (patch)
tree718009881cdf8c40d0422ef62df2f572456a9920 /recipes/linux-libc-headers/linux-libc-headers.inc
parentfffb474ad6c4d1ce38561aec850be7bf707bb00a (diff)
linux-libc-headers-native: Add, make it a dependency for most native recipes
On some host distributions the provided linux kernel headers are too old to compile utilities we need. Given that we need these utilities to run things on the target the best solution is to provide linux-libc-headers-native. Rather than get things into an inconsistent state, we make linux-libc-headers-native be a default dependency. Acked-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/linux-libc-headers/linux-libc-headers.inc')
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers.inc b/recipes/linux-libc-headers/linux-libc-headers.inc
index 0487e65fab..0b0d05a0d2 100644
--- a/recipes/linux-libc-headers/linux-libc-headers.inc
+++ b/recipes/linux-libc-headers/linux-libc-headers.inc
@@ -1,7 +1,8 @@
DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use."
SECTION = "devel"
LICENSE = "GPL"
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
-