diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-11-08 19:14:15 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:42 +0100 |
commit | ca83981ecf7e09bedea5fa876fb8f923454c7d52 (patch) | |
tree | d2036fa3f635111a524f2566d738f76cfc91b4d5 /meta-python | |
parent | 2372fb641257a81547a20483bda4913f90605997 (diff) | |
download | meta-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyyaml_3.12.bb | 2 |
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() { | |||
21 | install -m 0644 ${WORKDIR}/setup.py ${S} | 21 | install -m 0644 ${WORKDIR}/setup.py ${S} |
22 | } | 22 | } |
23 | 23 | ||
24 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native nativesdk" |