From 52dbe717f0122578adb89801715eb9cdf21bd3cd Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 11 Aug 2014 17:21:43 -0300 Subject: attr: Allow use during build and SDK (From OE-Core rev: 38ec4e261aed75ee776aea27a8bf80bb0a9644e4) Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- meta/recipes-support/attr/attr.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index c37d34f23d..28c750f987 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 -- cgit v1.2.3-54-g00ecf