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
commit374bc5db7eb17ccff3b1a49fc619e8e9ffec1f6a (patch)
tree094e9bb3605bceec07f08977a0262b7d6682477e
parentd15d6d3df38c331f75b3ac4a709142ea46aa2b49 (diff)
downloadmeta-python2-374bc5db7eb17ccff3b1a49fc619e8e9ffec1f6a.tar.gz
python-pyyaml: enable native build
(From meta-openembedded commit: b9700dca8174f6722948a5e57cf94d22b35c456d) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-pyyaml_3.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pyyaml_3.10.bb b/recipes-devtools/python/python-pyyaml_3.10.bb
index 100e1c8..7f20e8b 100644
--- a/recipes-devtools/python/python-pyyaml_3.10.bb
+++ b/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"