diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-31 10:41:58 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-01 17:22:52 -0700 |
commit | f0c1e0d80d40f97fc29fce3aeced838699f73db2 (patch) | |
tree | 145cce67e967b623dcf9b06bbb9d5faeda1cc0c3 /meta-python/recipes-devtools/python/python-simplejson.inc | |
parent | b317539ef1f3303a6f23dd0a6abf5a25d39524c8 (diff) | |
download | meta-openembedded-f0c1e0d80d40f97fc29fce3aeced838699f73db2.tar.gz |
python-simplejson: enable native and nativesdk
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-simplejson.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-simplejson.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-simplejson.inc b/meta-python/recipes-devtools/python/python-simplejson.inc index 3d36f9608..5592eaf3d 100644 --- a/meta-python/recipes-devtools/python/python-simplejson.inc +++ b/meta-python/recipes-devtools/python/python-simplejson.inc | |||
@@ -21,3 +21,5 @@ FILES_${PN}-tests+= " \ | |||
21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ | 21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ |
22 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ | 22 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ |
23 | " | 23 | " |
24 | |||
25 | BBCLASSEXTEND = "native nativesdk" | ||