mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 00:49:41 +01:00
fix error: | framework/lib/ppc/libframework.a(device.cpp.o): in function `std::__atomic_base<unsigned long long>::load(std::memory_order) const': | /usr/include/c++/10.2.0/bits/atomic_base.h:426: undefined reference to `__atomic_load_8' some arch don't have built-in atomic, so need to link it explicitly (From OE-Core rev: 65410c5ff4f9c34758d1e2270132c631166e7d1a) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
729 B
BlitzBasic
22 lines
729 B
BlitzBasic
DESCRIPTION = "The Vulkan Samples is collection of resources to help develop optimized Vulkan applications."
|
|
LICENSE = "Apache-2.0"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a"
|
|
|
|
SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \
|
|
file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \
|
|
file://0001-support-link-against-libatomic-if-no-built-in-atomic.patch \
|
|
"
|
|
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
SRCREV = "f52361d3cd6ac8c30fc3365a464b4e220c32cfd6"
|
|
|
|
UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
|
|
S = "${WORKDIR}/git"
|
|
|
|
REQUIRED_DISTRO_FEATURES = 'vulkan'
|
|
|
|
inherit cmake features_check
|
|
|
|
FILES_${PN} += "${datadir}"
|