From ca83981ecf7e09bedea5fa876fb8f923454c7d52 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 8 Nov 2016 19:14:15 -0500 Subject: pyyaml: Enable nativesdk bake Signed-off-by: Brad Bishop Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyyaml_3.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb b/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb index 61b1d2c93..0899a2ee5 100644 --- a/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb +++ b/meta-python/recipes-devtools/python/python-pyyaml_3.12.bb @@ -21,4 +21,4 @@ do_configure_prepend() { install -m 0644 ${WORKDIR}/setup.py ${S} } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf