mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
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>
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user