From: Joshua Lock Date: Wed, 10 Feb 2010 22:57:20 +0000 (+0000) Subject: linux-libc-headers: extend nativesdk for 2.6.29 X-Git-Tag: 2011-1~6245 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0307f8002e48be1462ec6b6b338337bce2c9ed4d;p=openembedded-core.git 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 --- 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() { oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH } +BBCLASSEXTEND = "nativesdk"