aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2020-03-24 15:48:30 -0700
committerKhem Raj <raj.khem@gmail.com>2020-03-24 19:58:50 -0700
commitc17d564c0809d8416bbedc59eb3f1fc9eeab8a08 (patch)
tree0591540be12a5c28ac4d87a8ff0cfd8c768d38fd /meta-python
parent492129bba5eefbe954453bc62434c5be9f287b19 (diff)
downloadmeta-openembedded-c17d564c0809d8416bbedc59eb3f1fc9eeab8a08.tar.gz
python-pint: add nativesdk support
This builds just fine with nativesdk, so let's enable it. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-pint.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pint.inc b/meta-python/recipes-devtools/python/python-pint.inc
index 0900d91d78..b408008141 100644
--- a/meta-python/recipes-devtools/python/python-pint.inc
+++ b/meta-python/recipes-devtools/python/python-pint.inc
@@ -12,4 +12,4 @@ inherit pypi
SRC_URI[md5sum] = "d0681cb7cfaca9fc68ce7edab0d08d88"
SRC_URI[sha256sum] = "32d8a9a9d63f4f81194c0014b3b742679dce81a26d45127d9810a68a561fe4e2"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"