Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Shared memory 'SyncFence' synchronization primitive" |
| 2 | |
| 3 | DESCRIPTION = "This library offers a CPU-based synchronization primitive compatible \ |
| 4 | with the X SyncFence objects that can be shared between processes \ |
| 5 | using file descriptor passing." |
| 6 | |
| 7 | require xorg-lib-common.inc |
| 8 | |
| 9 | LICENSE = "MIT-style" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac" |
| 11 | |
| 12 | DEPENDS += "virtual/libx11" |
| 13 | |
| 14 | BBCLASSEXTEND = "native nativesdk" |
| 15 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 16 | SRC_URI += "file://extensions.patch" |
| 17 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 18 | SRC_URI[md5sum] = "66662e76899112c0f99e22f2fc775a7e" |
| 19 | SRC_URI[sha256sum] = "d21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c" |