diff options
author | Martin Kelly <mkelly@xevo.com> | 2018-02-08 12:15:52 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-23 20:25:17 -0800 |
commit | d2b1bdeabcdc9961a2f4f5ce92358b8aee710830 (patch) | |
tree | 8d1e9886c4f9b1acabbf2214c1857db7264b2a20 /meta-python/recipes-devtools/python/python-pyparsing.inc | |
parent | d49518586d41f9e6b3289fe175d4e268d87442b2 (diff) | |
download | meta-openembedded-contrib-d2b1bdeabcdc9961a2f4f5ce92358b8aee710830.tar.gz |
python-pyparsing: add nativesdk support
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyparsing.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyparsing.inc | 2 |
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 19f6d55f99a..e30839f8755 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" |