summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/apitrace/apitrace_11.0.bb
diff options
context:
space:
mode:
authorzhengrq.fnst <zhengrq.fnst@fujitsu.com>2022-05-09 17:00:11 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-09 07:52:29 -0700
commitee925a88e1a479cc004c85074c4f954b94b06059 (patch)
tree8161037b85a37993d276ee0f32ffd4e15416e2b1 /meta-oe/recipes-devtools/apitrace/apitrace_11.0.bb
parent14452249d84b1d94f66c3fd01b01fbc671c0cef8 (diff)
downloadmeta-openembedded-ee925a88e1a479cc004c85074c4f954b94b06059.tar.gz
apitrace: upgrade 10.0 -> 11.0
Changelog: ========== appveyor: Update GitHub deployment token. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/apitrace/apitrace_11.0.bb')
-rw-r--r--meta-oe/recipes-devtools/apitrace/apitrace_11.0.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/apitrace/apitrace_11.0.bb b/meta-oe/recipes-devtools/apitrace/apitrace_11.0.bb
new file mode 100644
index 0000000000..1e5798de58
--- /dev/null
+++ b/meta-oe/recipes-devtools/apitrace/apitrace_11.0.bb
@@ -0,0 +1,34 @@
1SUMMARY = "Tools for tracing OpenGL, Direct3D, and other graphics APIs"
2HOMEPAGE = "http://apitrace.github.io/"
3SECTION = "console/tools"
4LICENSE = "MIT & BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50 \
6 file://thirdparty/snappy/COPYING;md5=f62f3080324a97b3159a7a7e61812d0c"
7
8SRCREV = "c54d99563414cd178abec7cf7d9663eb949a0f51"
9PV .= "+10.0.1+git${SRCPV}"
10SRC_URI = "gitsm://github.com/${BPN}/${BPN}.git;branch=master;protocol=https \
11 "
12
13S = "${WORKDIR}/git"
14
15DEPENDS += "zlib libpng python3-native"
16
17inherit cmake
18
19PACKAGECONFIG ??= " ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11', '', d)} "
20PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF,libx11"
21
22EXTRA_OECMAKE += "\
23 -DENABLE_GUI=OFF \
24 -DENABLE_STATIC_LIBGCC=OFF \
25 -DENABLE_STATIC_LIBSTDCXX=OFF \
26 -DPython3_ROOT_DIR=/usr/bin/python3-native \
27"
28
29# Use the bundled snappy library
30EXTRA_OECMAKE += "\
31 -DENABLE_STATIC_SNAPPY=ON \
32"
33
34SECURITY_CFLAGS:toolchain-clang = ""