diff options
author | Jonathan Haigh <Jonathan.Haigh@arm.com> | 2017-11-20 16:15:22 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-30 09:13:32 -0800 |
commit | 89934c65922fca58a5e80e0e0ad9435cd457270c (patch) | |
tree | f99cefb5e45bbbf79f51d94324998cd7ff030c97 /meta-python/recipes-devtools | |
parent | 735439b515af913deb706cbc3e9e14acd269dc44 (diff) | |
download | meta-openembedded-89934c65922fca58a5e80e0e0ad9435cd457270c.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>
Diffstat (limited to 'meta-python/recipes-devtools')
-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" | |||
10 | SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70" | 10 | SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70" |
11 | 11 | ||
12 | inherit pypi | 12 | inherit pypi |
13 | BBCLASSEXTEND = "native" | ||