mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
The license in this code is listed as MIT and whilst it is compatible with and usable as MIT, it actually looks like HPND. Clarify the license field accordingly. (From OE-Core rev: 922b645f443c33060a8990d32e6b7b62ea5497c3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
716 B
BlitzBasic
22 lines
716 B
BlitzBasic
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 = "HPND"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
|
|
|
|
DEPENDS += "virtual/libx11"
|
|
|
|
EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm"
|
|
|
|
SRC_URI += "file://0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch"
|
|
|
|
SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937"
|
|
SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|