]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxshmfence: Set shm directory deterministically
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Feb 2020 14:14:31 +0000 (14:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Feb 2020 15:56:24 +0000 (15:56 +0000)
Without setting this it will vary depending on which directories are present
on the host.

[YOCTO #13778]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb

index 85a48e4c588cc3eb2ce1f0e8e06fc4b2f4306cf4..cc4569653058c0f25e0925ae872189539b717afa 100644 (file)
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
 
 DEPENDS += "virtual/libx11"
 
+EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm"
+
 BBCLASSEXTEND = "native nativesdk"
 
 SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937"