summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2018-03-27 07:23:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:04 +0100
commit36166dbade7ef35ef656068425d3bde6607ab9c5 (patch)
tree1fab6250fbd9dbe0f53c699118d9d1d9acc2215d /meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
parent5a683ef2b168c001a56b97b04c88d1d13558fde1 (diff)
downloadpoky-36166dbade7ef35ef656068425d3bde6607ab9c5.tar.gz
libshmfence: update to 1.3
The extensions patch was merged upstream and is no longer needed. (From OE-Core rev: 1e89528b259e784e2e8d526dc2e0357eccddfd1c) Signed-off-by: Armin Kuster <akuster@mvista.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.bb17
1 files changed, 17 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..85a48e4c58
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
@@ -0,0 +1,17 @@
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 = "MIT-style"
10LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
11
12DEPENDS += "virtual/libx11"
13
14BBCLASSEXTEND = "native nativesdk"
15
16SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937"
17SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7"