diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 15:59:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-17 12:27:32 +0100 |
commit | bfc19d81a5992c8b7b725a873dda527c9c9c148d (patch) | |
tree | 69d522e2e2e3d4b9c4345abe82ae0bb0ab888433 /meta/recipes-graphics/xorg-xserver | |
parent | 6fd51f5c15a380eae630fe853ba0eccde7b9a369 (diff) | |
download | openembedded-core-contrib-bfc19d81a5992c8b7b725a873dda527c9c9c148d.tar.gz |
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@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 628da583b53..dd608849922 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 \ " |