mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-28 12:12:01 +00:00
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>