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>
This commit is contained in:
Martin Kelly 2020-03-24 15:48:30 -07:00 committed by Khem Raj
parent 492129bba5
commit c17d564c08

View File

@ -12,4 +12,4 @@ inherit pypi
SRC_URI[md5sum] = "d0681cb7cfaca9fc68ce7edab0d08d88"
SRC_URI[sha256sum] = "32d8a9a9d63f4f81194c0014b3b742679dce81a26d45127d9810a68a561fe4e2"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"