Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python-m2crypto: fix SSLv2 symbol issue | Armin Kuster | 2016-03-09 | 1 | -0/+20 |
| | | | | | | | | | | | | missed using "-D" for OPENSSL_NO_SSL2 swig_features. ERROR: Failed to import the "M2Crypto" module: .../usr/lib/python2.7/site-packages/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method disable using SSLv2_method if not supported in openssl. This is now the case with the advent of CVE-2016-0800 Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | python-m2crypto: Error fix for swig >= 3.0.5 | Li xin | 2015-08-18 | 1 | -0/+162 |
| | | | | | | | | | | | | | After swig upgrade to 3.0.6, build the recipes which depends on python-m2crypto will occur errors like this: "SALT_LEN = m2.PKCS5_SALT_LEN AttributeError: 'module' object has no attribute 'PKCS5_SALT_LEN'" Reference https://github.com/martinpaljak/M2Crypto/issues/60#issuecomment-75735489 Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
* | meta-python: rename recipes-python to recipes-devtools | Martin Jansa | 2014-07-30 | 1 | -0/+39 |
* match old structure from meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |