[yocto] Debugging question

Burton, Ross ross.burton at intel.com
Mon Jan 16 02:40:38 PST 2017


On 16 January 2017 at 04:29, Gary Thomas <gary at mlbassoc.com> wrote:

> * Any ideas how upgrading the X server now calls into openssl?
>    I've bisected this error down to the change in the X server
>    recipe to v1.19 from v1.18.4
>

$ grep ssl *
xserver-xorg.inc:XORG_CRYPTO ??= "openssl"
xserver-xorg.inc:PACKAGECONFIG[openssl] = "--with-sha1=libcrypto,,openssl"

The X server took the reasonable approach of refusing to reimplement
cryptographic functions and instead relies on an external library, of which
openssl (well, libcrypto, part of openssl) is one option.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170116/37df9f5c/attachment.html>


More information about the yocto mailing list