Our current OpenSSL libraries are only functional when applications link against v1.0.2d or higher, making some packages containing pre-compiled applications that link to older versions (like AWS Greengrass) fail to build and/or run properly. This commit includes: * Changing SHLIB_EXT from so.1.0.2 to so.1.0.0 * Reverting the version-script to an older version with backwards compatibility plus newer symbols Specifically, these changes partially revert the patches added in the poky layer's commits a59bfd05d15085a3dc5669b47fd19867246c846b and 73a43fc15e0463c39baaadecab78fb3ef51b8cd0 respectively. Please note that this only modifies the cryptographic library's ABI, its code remains unchanged. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com> |
||
|---|---|---|
| .. | ||
| openssl | ||
| openssl_%.bbappend | ||