diff options
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" | ||