aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-11-08 15:45:50 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-15 15:11:57 +0000
commit3694176e13442068acfe54b7165d5f828190fe08 (patch)
treec33c3b77e76e2f3f85c7f7df152303f714d97cee
parent42dc4695da136a15bebb7525b1da5c2722b10a28 (diff)
downloadopenembedded-core-contrib-3694176e13442068acfe54b7165d5f828190fe08.tar.gz
libyaml: Enable nativesdk bake
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-support/libyaml/libyaml_0.1.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libyaml/libyaml_0.1.7.bb b/meta/recipes-support/libyaml/libyaml_0.1.7.bb
index 5c422ef119..b167f031a8 100644
--- a/meta/recipes-support/libyaml/libyaml_0.1.7.bb
+++ b/meta/recipes-support/libyaml/libyaml_0.1.7.bb
@@ -17,4 +17,4 @@ S = "${WORKDIR}/yaml-${PV}"
inherit autotools
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"