diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-08-11 17:21:43 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:21:52 +0100 |
commit | 52dbe717f0122578adb89801715eb9cdf21bd3cd (patch) | |
tree | 016461e539d73eefb1cd034d618c954824d72a22 | |
parent | ba9cb1314068df99ff3230e664028786e7fafc13 (diff) | |
download | ast2050-yocto-poky-52dbe717f0122578adb89801715eb9cdf21bd3cd.zip ast2050-yocto-poky-52dbe717f0122578adb89801715eb9cdf21bd3cd.tar.gz |
attr: Allow use during build and SDK
(From OE-Core rev: 38ec4e261aed75ee776aea27a8bf80bb0a9644e4)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/attr/attr.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index c37d34f..28c750f 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 |