[oe-commits] Andreas Oberritter : python-pyyaml: enable native build

git at git.openembedded.org git at git.openembedded.org
Mon Apr 13 11:04:20 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: b9700dca8174f6722948a5e57cf94d22b35c456d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b9700dca8174f6722948a5e57cf94d22b35c456d

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Mar 23 17:54:18 2015 +0100

python-pyyaml: enable native build

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-python/recipes-devtools/python/python-pyyaml_3.10.bb | 2 ++
 1 file changed, 2 insertions(+)

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 100e1c8..7f20e8b 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"



More information about the Openembedded-commits mailing list