diff options
author | Martin Kelly <mkelly@xevo.com> | 2020-03-24 15:48:30 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-24 19:58:50 -0700 |
commit | c17d564c0809d8416bbedc59eb3f1fc9eeab8a08 (patch) | |
tree | 0591540be12a5c28ac4d87a8ff0cfd8c768d38fd | |
parent | 492129bba5eefbe954453bc62434c5be9f287b19 (diff) | |
download | meta-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>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pint.inc | 2 |
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 | |||
12 | SRC_URI[md5sum] = "d0681cb7cfaca9fc68ce7edab0d08d88" | 12 | SRC_URI[md5sum] = "d0681cb7cfaca9fc68ce7edab0d08d88" |
13 | SRC_URI[sha256sum] = "32d8a9a9d63f4f81194c0014b3b742679dce81a26d45127d9810a68a561fe4e2" | 13 | SRC_URI[sha256sum] = "32d8a9a9d63f4f81194c0014b3b742679dce81a26d45127d9810a68a561fe4e2" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native nativesdk" |