aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-04-28 18:01:43 -0500
committerKhem Raj <raj.khem@gmail.com>2020-04-28 17:11:15 -0700
commit79dd17c7b05c0951ee791c2f790bf9b83194ef6e (patch)
tree497d5dd136ba6f95926661b396a04cc4af06684c /meta-python
parent1df2d272c38419ecc2ae52238802a2e74ac0e020 (diff)
downloadmeta-openembedded-79dd17c7b05c0951ee791c2f790bf9b83194ef6e.tar.gz
python3-distro: native and nativesdk support
Have a project that needs the native version of this recipe Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-distro_1.5.0.bb2
1 files changed, 2 insertions, 0 deletions
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"