]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xorg: Fix build determinism problem
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jul 2014 15:59:34 +0000 (15:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Jul 2014 11:27:32 +0000 (12:27 +0100)
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@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc

index 628da583b530fe8ed90eabdddd3be9922c41e3e8..dd608849922e5e164c28e08db15470fba3505f6e 100644 (file)
@@ -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 \
 "