From 79dd17c7b05c0951ee791c2f790bf9b83194ef6e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 28 Apr 2020 18:01:43 -0500 Subject: python3-distro: native and nativesdk support Have a project that needs the native version of this recipe Signed-off-by: Andrew Geissler Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-distro_1.5.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-distro_1.5.0.bb b/meta-python/recipes-devtools/python/python3-distro_1.5.0.bb index 8903ed4822..aaaee0deee 100644 --- a/meta-python/recipes-devtools/python/python3-distro_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-distro_1.5.0.bb @@ -9,3 +9,5 @@ SRC_URI[md5sum] = "0ed68b4064709bdaaf6cce69780ddc51" SRC_URI[sha256sum] = "0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92" inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg