From: Otavio Salvador Date: Mon, 11 Aug 2014 20:21:43 +0000 (-0300) Subject: attr: Allow use during build and SDK X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32749 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38ec4e261aed75ee776aea27a8bf80bb0a9644e4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git attr: Allow use during build and SDK Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index c37d34f23da..28c750f9874 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc @@ -35,3 +35,5 @@ do_install_ptest() { } RDEPENDS_${PN}-ptest = "coreutils perl-module-filehandle perl-module-getopt-std perl-module-posix" + +BBCLASSEXTEND = "native nativesdk" \ No newline at end of file