From 2c77a1919947f4d8693d3b7c9aaf07e0c0e6ee10 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Thu, 8 Feb 2018 12:15:52 -0800 Subject: python-pyparsing: add nativesdk support Signed-off-by: Martin Kelly Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pyparsing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-pyparsing.inc') diff --git a/meta-python/recipes-devtools/python/python-pyparsing.inc b/meta-python/recipes-devtools/python/python-pyparsing.inc index 19f6d55f99..e30839f875 100644 --- a/meta-python/recipes-devtools/python/python-pyparsing.inc +++ b/meta-python/recipes-devtools/python/python-pyparsing.inc @@ -18,4 +18,4 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-threading \ " -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg