From 06eb9d658e71b6a61f2589d9618ae2ca35eaaf8b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 13 Sep 2017 15:59:22 +0200 Subject: python-pyparsing: add support for native build * will be used by spice Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyparsing.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pyparsing.inc b/meta-python/recipes-devtools/python/python-pyparsing.inc index 033e0dbc05..19f6d55f99 100644 --- a/meta-python/recipes-devtools/python/python-pyparsing.inc +++ b/meta-python/recipes-devtools/python/python-pyparsing.inc @@ -17,3 +17,5 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-stringold \ ${PYTHON_PN}-threading \ " + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg