aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2015-03-23 17:54:18 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-04-13 12:55:46 +0200
commitb9700dca8174f6722948a5e57cf94d22b35c456d (patch)
treee6776771da06888199deb8991dc9bf2e1913552c
parentc75c4dd138a99e8091a7a8ba1ef24be614af38e2 (diff)
downloadmeta-openembedded-contrib-b9700dca8174f6722948a5e57cf94d22b35c456d.tar.gz
python-pyyaml: enable native build
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-pyyaml_3.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb b/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
index 100e1c81ac..7f20e8b31e 100644
--- a/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
+++ b/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
@@ -20,3 +20,5 @@ do_configure_prepend() {
# upstream setup.py overcomplicated, use ours
install -m 0644 ${WORKDIR}/setup.py ${S}
}
+
+BBCLASSEXTEND = "native"