[oe-commits] Richard Purdie : xserver-xorg: Fix build determinism problem

git at git.openembedded.org git at git.openembedded.org
Thu Jul 17 11:32:35 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: bfc19d81a5992c8b7b725a873dda527c9c9c148d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bfc19d81a5992c8b7b725a873dda527c9c9c148d

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Jul 16 15:59:34 2014 +0000

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 <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 628da58..dd60884 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 \
 "
 



More information about the Openembedded-commits mailing list