From: Richard Purdie Date: Wed, 16 Jul 2014 15:59:34 +0000 (+0000) Subject: xserver-xorg: Fix build determinism problem X-Git-Tag: 2015-4~2313 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bfc19d81a5992c8b7b725a873dda527c9c9c148d;p=openembedded-core.git xserver-xorg: Fix build determinism problem We're seeing the warning: WARNING: QA Issue: xserver-xorg rdepends on nettle but its not a build dependency? [build-deps] We list openssl in DEPENDS so we need to specify that as the sha1 provider rather that nettle which is autodetected. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 628da583b5..dd60884992 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -112,6 +112,7 @@ EXTRA_OECONF += "--with-fop=no \ --sysconfdir=/etc/X11 \ --localstatedir=/var \ --with-xkb-output=/var/lib/xkb \ + --with-sha1=libcrypto \ ac_cv_file__usr_share_sgml_X11_defs_ent=no \ "