diff options
| author | zhengrq.fnst <zhengrq.fnst@fujitsu.com> | 2022-05-09 17:00:11 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-09 07:52:29 -0700 |
| commit | ee925a88e1a479cc004c85074c4f954b94b06059 (patch) | |
| tree | 8161037b85a37993d276ee0f32ffd4e15416e2b1 /meta-oe/recipes-devtools/apitrace/apitrace_11.0.bb | |
| parent | 14452249d84b1d94f66c3fd01b01fbc671c0cef8 (diff) | |
| download | meta-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.bb | 34 |
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 @@ | |||
| 1 | SUMMARY = "Tools for tracing OpenGL, Direct3D, and other graphics APIs" | ||
| 2 | HOMEPAGE = "http://apitrace.github.io/" | ||
| 3 | SECTION = "console/tools" | ||
| 4 | LICENSE = "MIT & BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50 \ | ||
| 6 | file://thirdparty/snappy/COPYING;md5=f62f3080324a97b3159a7a7e61812d0c" | ||
| 7 | |||
| 8 | SRCREV = "c54d99563414cd178abec7cf7d9663eb949a0f51" | ||
| 9 | PV .= "+10.0.1+git${SRCPV}" | ||
| 10 | SRC_URI = "gitsm://github.com/${BPN}/${BPN}.git;branch=master;protocol=https \ | ||
| 11 | " | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | DEPENDS += "zlib libpng python3-native" | ||
| 16 | |||
| 17 | inherit cmake | ||
| 18 | |||
| 19 | PACKAGECONFIG ??= " ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11', '', d)} " | ||
| 20 | PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF,libx11" | ||
| 21 | |||
| 22 | EXTRA_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 | ||
| 30 | EXTRA_OECMAKE += "\ | ||
| 31 | -DENABLE_STATIC_SNAPPY=ON \ | ||
| 32 | " | ||
| 33 | |||
| 34 | SECURITY_CFLAGS:toolchain-clang = "" | ||
