summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-02-10 22:57:20 +0000
committerJoshua Lock <josh@linux.intel.com>2010-02-11 09:32:48 +0000
commit0307f8002e48be1462ec6b6b338337bce2c9ed4d (patch)
treee5a64a7f4cffc35058f166f7e9bf5173ebc34333 /meta/packages
parentbc1ae94d257fada32e7ef58808c0b2f0c9fea023 (diff)
downloadpoky-0307f8002e48be1462ec6b6b338337bce2c9ed4d.tar.gz
linux-libc-headers: extend nativesdk for 2.6.29
2.6.29 is the PREFERRED_VERSION of linux-libc-headers for ditro=poky but there was no buildable recipe for that version. Fix this with a simple BBCLASSEXTEND Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/linux-libc-headers/linux-libc-headers_2.6.29.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.29.bb b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.29.bb
index a4cc7382c6..5b8e7a4fdf 100644
--- a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.29.bb
+++ b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.29.bb
@@ -42,3 +42,4 @@ do_install() {
42 oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH 42 oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH
43} 43}
44 44
45BBCLASSEXTEND = "nativesdk"