mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
xserver-xorg: Fix reproducibility issue
The host kernel version was being encoded into the Xorg binary. Set an appropriate configure option to avoid this and be deterministic. (From OE-Core rev: 39e25b045231385c1e2a442fde2c5d4ee07640a8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -117,6 +117,7 @@ EXTRA_OECONF += "--with-fop=no \
|
||||
--sysconfdir=/etc/X11 \
|
||||
--localstatedir=/var \
|
||||
--with-xkb-output=/var/lib/xkb \
|
||||
--with-os-name=Linux \
|
||||
"
|
||||
|
||||
OPENGL_PKGCONFIGS = "dri glx glamor dri3 xshmfence"
|
||||
|
||||
Reference in New Issue
Block a user