diff mbox series

[oe,meta-python] Allow native builds of python-asyn1crypto

Message ID DB6PR0802MB222932BF61D9B1CE9554690193220@DB6PR0802MB2229.eurprd08.prod.outlook.com
State Accepted
Commit 89934c65922fca58a5e80e0e0ad9435cd457270c
Headers show
Series [oe,meta-python] Allow native builds of python-asyn1crypto | expand

Commit Message

Jonathan Haigh Nov. 20, 2017, 4:15 p.m. UTC
Add "native" to BBCLASSEXTEND to allow native builds.

Signed-off-by: Jonathan Haigh <jonathan.haigh@arm.com>

---
 meta-python/recipes-devtools/python/python-asn1crypto.inc | 1 +
 1 file changed, 1 insertion(+)

--
2.7.4
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
index 3bdb4b2..41b7342 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"