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"