]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
attr: Allow use during build and SDK
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 11 Aug 2014 20:21:43 +0000 (17:21 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Aug 2014 17:19:55 +0000 (18:19 +0100)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/attr/attr.inc

index c37d34f23da8fa307337fb7d90742bc1c04c4805..28c750f9874fedad11c46f529b80eb62f1050746 100644 (file)
@@ -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