diff options
author | Cody P Schafer <dev@codyps.com> | 2017-05-01 15:30:32 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-04 09:18:58 +0200 |
commit | 6418010bf0d74b21247962edbc63dd5e6fb1069a (patch) | |
tree | 63a98dd3892c81b8eeabebef9880b4c4d6397607 | |
parent | 1e322de8e68a50a14bb1d4be83912e1a437daf3a (diff) | |
download | meta-openembedded-6418010bf0d74b21247962edbc63dd5e6fb1069a.tar.gz |
ninja: extend to nativesdk
Signed-off-by: Cody P Schafer <dev@codyps.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb b/meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb index 37ef00b87..932e3a6ed 100644 --- a/meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb +++ b/meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb | |||
@@ -27,4 +27,4 @@ do_install() { | |||
27 | install -m 0755 ${S}/ninja ${D}${bindir}/ | 27 | install -m 0755 ${S}/ninja ${D}${bindir}/ |
28 | } | 28 | } |
29 | 29 | ||
30 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native nativesdk" |