aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Haigh <Jonathan.Haigh@arm.com>2017-11-20 16:15:22 +0000
committerArmin Kuster <akuster808@gmail.com>2018-01-24 14:29:09 -0800
commit4358636d29cdf59e1f18a8c24e8b48b440ac58bd (patch)
treef9502d26d1c8584471d54af65e59a7fec9eb05d9
parent189409669b98180dff8697b3fcb4e3eb18f85ff0 (diff)
downloadmeta-openembedded-contrib-4358636d29cdf59e1f18a8c24e8b48b440ac58bd.tar.gz
Allow native builds of python-asyn1crypto
Add "native" to BBCLASSEXTEND to allow native builds. Signed-off-by: Jonathan Haigh <jonathan.haigh@arm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 89934c65922fca58a5e80e0e0ad9435cd457270c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-asn1crypto.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
index 3bdb4b2352..41b7342194 100644
--- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
+++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
@@ -10,3 +10,4 @@ SRC_URI[md5sum] = "97d54665c397b72b165768398dfdd876"
SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70"
inherit pypi
+BBCLASSEXTEND = "native"