summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-16 15:59:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-17 12:28:51 +0100
commitfe14f996bfbfd4555da9cbbfb0367be2a7e99b63 (patch)
treeca8e4ee9b4448566bac5607976facea9ce6f8f0a /meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
parenta0b99a8b83dc53433f18ffc2b8137a5216b53563 (diff)
downloadpoky-fe14f996bfbfd4555da9cbbfb0367be2a7e99b63.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. (From OE-Core rev: bfc19d81a5992c8b7b725a873dda527c9c9c148d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg.inc')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc1
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 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 \
112 --sysconfdir=/etc/X11 \ 112 --sysconfdir=/etc/X11 \
113 --localstatedir=/var \ 113 --localstatedir=/var \
114 --with-xkb-output=/var/lib/xkb \ 114 --with-xkb-output=/var/lib/xkb \
115 --with-sha1=libcrypto \
115 ac_cv_file__usr_share_sgml_X11_defs_ent=no \ 116 ac_cv_file__usr_share_sgml_X11_defs_ent=no \
116" 117"
117 118