diff options
author | Jonathan Haigh <Jonathan.Haigh@arm.com> | 2017-11-20 16:15:22 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-01 07:32:03 -0800 |
commit | be07dada956ea789dc655739bdf10e73a52d4885 (patch) | |
tree | f9502d26d1c8584471d54af65e59a7fec9eb05d9 /meta-python/recipes-devtools/python/python-asn1crypto.inc | |
parent | 45bcac83b310faa7396c22e9923c8fbcde238494 (diff) | |
download | meta-openembedded-be07dada956ea789dc655739bdf10e73a52d4885.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-asn1crypto.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-asn1crypto.inc | 1 |
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 3bdb4b235..41b734219 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" |