aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2018-03-23 20:05:14 -0700
committerArmin Kuster <akuster@mvista.com>2018-03-24 22:47:14 -0700
commit5915b8827b5b6aca31f257651da1c7a61b8d8221 (patch)
treec0eff07dcf0957471c5fe3c8407de90d35e4a905 /meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
parent5aaece139d2785744c76e599aa6584cafb2019d5 (diff)
downloadopenembedded-core-contrib-5915b8827b5b6aca31f257651da1c7a61b8d8221.tar.gz
libshmfence: update to 1.3
refreshed patch Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
new file mode 100644
index 0000000000..f6f5fb2dc0
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Shared memory 'SyncFence' synchronization primitive"
+
+DESCRIPTION = "This library offers a CPU-based synchronization primitive compatible \
+with the X SyncFence objects that can be shared between processes \
+using file descriptor passing."
+
+require xorg-lib-common.inc
+
+LICENSE = "MIT-style"
+LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
+
+DEPENDS += "virtual/libx11"
+
+BBCLASSEXTEND = "native nativesdk"
+
+SRC_URI += "file://extensions.patch"
+
+SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937"
+SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7"