aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-11-08 19:14:15 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-23 15:24:42 +0100
commitca83981ecf7e09bedea5fa876fb8f923454c7d52 (patch)
treed2036fa3f635111a524f2566d738f76cfc91b4d5 /meta-python/recipes-devtools
parent2372fb641257a81547a20483bda4913f90605997 (diff)
downloadmeta-openembedded-ca83981ecf7e09bedea5fa876fb8f923454c7d52.tar.gz
pyyaml: Enable nativesdk bake
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-pyyaml_3.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb b/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb
index 61b1d2c93b..0899a2ee53 100644
--- a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb
+++ b/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb
@@ -21,4 +21,4 @@ do_configure_prepend() {
install -m 0644 ${WORKDIR}/setup.py ${S}
}
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"