summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-m2crypto_0.23.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-m2crypto: inherit siteinfoKai Kang2016-11-291-1/+1
| | | | | | | | | | | | | | | In recipe of python-m2crypto, it uses var SITEINFO_BITS which is from siteinfo.bbclass. Inherit siteinfo.bbclass to avoid compile error: | .../tmp/sysroots/qemumips64/usr/include/openssl/opensslconf.h:47: | Error: CPP #error ""Unknown __WORDSIZE detected"". | Use the -cpperraswarn option to continue swig processing. | error: command 'swig' failed with exit status 1 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 1e3fe19b5bfb8beef9f9f7d8fda32c61fe0ed123) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-m2crypto: update recipe to use the pypi classDerek Straka2016-07-111-6/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-m2crypto: fix build issueArmin Kuster2016-03-141-0/+22
| | | | | | | | | | restore swig file fiddling: tmp/sysroots/qemux86/usr/include/openssl/opensslconf.h:45: Error: Unable to find 'openssl/opensslconf-64.h' error: command 'swig' failed with exit status 1 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-m2crypt: update package to 0.23.0Armin Kuster2016-03-141-0/+30
this happens to fix the cdra build issue related to the openssl 1.0.2g update. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>