linux-libc-headers-native: Add, make it a dependency for most native recipes
authorTom Rini <tom_rini@mentor.com>
Wed, 16 Jun 2010 18:16:23 +0000 (11:16 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 16 Jun 2010 18:16:23 +0000 (11:16 -0700)
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>
classes/base.bbclass
recipes/linux-libc-headers/linux-libc-headers.inc
recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb
recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb

index e0f9184..e26a45e 100644 (file)
@@ -75,6 +75,12 @@ def base_dep_prepend(d):
                if (bb.data.getVar('HOST_SYS', d, 1) !=
                    bb.data.getVar('BUILD_SYS', d, 1)):
                        deps += " virtual/${TARGET_PREFIX}gcc virtual/libc "
+               elif bb.data.inherits_class('native', d) and \
+                               bb.data.getVar('PN', d, True) not in \
+                               ("linux-libc-headers-native", "quilt-native",
+                                "unifdef-native", "shasum-native",
+                                "stagemanager-native", "coreutils-native"):
+                       deps += " linux-libc-headers-native"
        return deps
 
 DEPENDS_prepend="${@base_dep_prepend(d)} "
index 0487e65..0b0d05a 100644 (file)
@@ -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})"
-
index b66e768..0a1159a 100644 (file)
@@ -1,6 +1,7 @@
 require linux-libc-headers.inc
 
 INHIBIT_DEFAULT_DEPS = "1"
+NATIVE_INSTALL_WORKS = "0"
 PR = "r4"
 # NOTE: no need to package these headers, since the c library includes them.
 PACKAGES = ""
index 4893cab..6cbd8ba 100644 (file)
@@ -1,5 +1,6 @@
 require linux-libc-headers.inc
 
+NATIVE_INSTALL_WORKS = "0"
 HOMEPAGE = "http://ep09.pld-linux.org/~mmazur/linux-libc-headers/"
 # license note from the package:
 #   Linux-libc-headers are derived from linux kernel headers. For license of a