From c17d564c0809d8416bbedc59eb3f1fc9eeab8a08 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Tue, 24 Mar 2020 15:48:30 -0700 Subject: python-pint: add nativesdk support This builds just fine with nativesdk, so let's enable it. Signed-off-by: Martin Kelly Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pint.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg