diff options
Diffstat (limited to 'recipes/linux-libc-headers')
-rw-r--r-- | recipes/linux-libc-headers/linux-libc-headers.inc | 3 | ||||
-rw-r--r-- | recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb | 1 | ||||
-rw-r--r-- | recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb | 1 |
3 files changed, 4 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})" - diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb index b66e768bb1..0a1159a8fb 100644 --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.7.0.bb @@ -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 = "" diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb index 4893cab100..6cbd8baf83 100644 --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.8.1.bb @@ -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 |