diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2015-03-23 17:54:18 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:55:46 +0200 |
commit | b9700dca8174f6722948a5e57cf94d22b35c456d (patch) | |
tree | e6776771da06888199deb8991dc9bf2e1913552c /meta-python | |
parent | c75c4dd138a99e8091a7a8ba1ef24be614af38e2 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyyaml_3.10.bb | 2 |
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() { | |||
20 | # upstream setup.py overcomplicated, use ours | 20 | # upstream setup.py overcomplicated, use ours |
21 | install -m 0644 ${WORKDIR}/setup.py ${S} | 21 | install -m 0644 ${WORKDIR}/setup.py ${S} |
22 | } | 22 | } |
23 | |||
24 | BBCLASSEXTEND = "native" | ||