]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xorg: Fix reproducibility issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Feb 2020 10:27:59 +0000 (10:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Feb 2020 12:16:02 +0000 (12:16 +0000)
The host kernel version was being encoded into the Xorg binary. Set
an appropriate configure option to avoid this and be deterministic.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc

index a0ae65c785d250c8fc97a2bc45502570717bee4c..14ba6bfee6c1d14888993d4ae02189eb656d11a5 100644 (file)
@@ -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"