mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 06:33:34 +00:00
With glibc 2.27 memfd_create() is behind a _GNU_SOURCE guard, so use AC_USE_SYSTEM_EXTENSIONS to define it. (From OE-Core rev: 88b3d730021107985ea749c92e52a323690f87dc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
621 B
BlitzBasic
20 lines
621 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 = "MIT-style"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=47e508ca280fde97906eacb77892c3ac"
|
|
|
|
DEPENDS += "virtual/libx11"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
SRC_URI += "file://extensions.patch"
|
|
|
|
SRC_URI[md5sum] = "66662e76899112c0f99e22f2fc775a7e"
|
|
SRC_URI[sha256sum] = "d21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c"
|