mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
python-m2crypto: inherit siteinfo
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>
This commit is contained in:
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "1ac3b6eafa5ff7e2a0796675316d7569b28aada45a7ab74042ad089d15
|
||||
SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch "
|
||||
|
||||
PYPI_PACKAGE = "M2Crypto"
|
||||
inherit pypi setuptools
|
||||
inherit pypi setuptools siteinfo
|
||||
|
||||
DEPENDS += "openssl swig-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user