From 374bc5db7eb17ccff3b1a49fc619e8e9ffec1f6a Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 23 Mar 2015 17:54:18 +0100 Subject: python-pyyaml: enable native build (From meta-openembedded commit: b9700dca8174f6722948a5e57cf94d22b35c456d) Signed-off-by: Andreas Oberritter Signed-off-by: Martin Jansa Signed-off-by: Tim Orling --- recipes-devtools/python/python-pyyaml_3.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/python/python-pyyaml_3.10.bb b/recipes-devtools/python/python-pyyaml_3.10.bb index 100e1c8..7f20e8b 100644 --- a/recipes-devtools/python/python-pyyaml_3.10.bb +++ b/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" -- cgit 1.2.3-korg