summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-10 19:12:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-11 13:43:40 +0000
commit47e54e2dfd4881cefe18a4e47f7ea1372fb5e304 (patch)
tree4b72de8f19877aec3079b8690d44d0fddc1d463a /meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
parent4e34b94640f31f4a8fa8b1239fbcb0b3cbe44f99 (diff)
downloadpoky-47e54e2dfd4881cefe18a4e47f7ea1372fb5e304.tar.gz
libxshmfence: update 1.3 -> 1.3.1
(From OE-Core rev: 05841d0ba84587bc428acf0953e14c392ace9b85) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
deleted file mode 100644
index b0b6cb6b56..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "Shared memory 'SyncFence' synchronization primitive"
2
3DESCRIPTION = "This library offers a CPU-based synchronization primitive compatible \
4with the X SyncFence objects that can be shared between processes \
5using file descriptor passing."
6
7require xorg-lib-common.inc
8
9LICENSE = "HPND"
10LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
11
12DEPENDS += "virtual/libx11"
13
14EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm"
15
16SRC_URI += "file://0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch"
17
18SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937"
19SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7"
20
21BBCLASSEXTEND = "native nativesdk"