blob: 1df068d1b0fc03d092313e7951aa33e78c5e16c2 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "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
Brad Bishop316dfdd2018-06-25 12:45:53 -040016SRC_URI += "file://extensions.patch"
17
Patrick Williamsc124f4f2015-09-15 14:41:29 -050018SRC_URI[md5sum] = "66662e76899112c0f99e22f2fc775a7e"
19SRC_URI[sha256sum] = "d21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c"