From: Richard Purdie Date: Tue, 28 Jul 2015 13:23:31 +0000 (+0100) Subject: binutils: Add nativesdk support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29581 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e585543d3e8c143921de665ceed6c0c2c90e73;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git binutils: Add nativesdk support As part of adding nativesdk toolchain support, enable nativesdk-binutils. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/binutils/binutils_2.25.bb b/meta/recipes-devtools/binutils/binutils_2.25.bb index 738aaee5900..6f42671ed0f 100644 --- a/meta/recipes-devtools/binutils/binutils_2.25.bb +++ b/meta/recipes-devtools/binutils/binutils_2.25.bb @@ -36,4 +36,4 @@ do_install_class-native () { rmdir ${D}/${libdir}64 || : } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"