aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2018-02-08 12:15:52 -0800
committerArmin Kuster <akuster808@gmail.com>2018-02-11 13:39:14 -0800
commit2c77a1919947f4d8693d3b7c9aaf07e0c0e6ee10 (patch)
treeed55c752e4e722fd2e42a86beca7e73ac01d1bb4
parent21378a45afd07ac870c1684566bace766ab7546c (diff)
downloadmeta-openembedded-contrib-2c77a1919947f4d8693d3b7c9aaf07e0c0e6ee10.tar.gz
python-pyparsing: add nativesdk support
Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-pyparsing.inc2
1 files changed, 1 insertions, 1 deletions
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"