]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-libc-headers: extend nativesdk for 2.6.29
authorJoshua Lock <josh@linux.intel.com>
Wed, 10 Feb 2010 22:57:20 +0000 (22:57 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 11 Feb 2010 09:32:48 +0000 (09:32 +0000)
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>
meta/packages/linux-libc-headers/linux-libc-headers_2.6.29.bb

index a4cc7382c67ee95a426c7f09b254ffcbd7697c8e..5b8e7a4fdf29adccc63f3b919d1bcd43c05f1e2a 100644 (file)
@@ -42,3 +42,4 @@ do_install() {
        oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH
 }
 
+BBCLASSEXTEND = "nativesdk"