diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-graphics/vk-gl-cts | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/vk-gl-cts')
| -rw-r--r-- | meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 10 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.7.0.bb | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc index dc38bd1697..f619214731 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | |||
| @@ -27,17 +27,17 @@ SRC_URI += "file://0001-Workaround-for-GCC-11-uninit-variable-warnings-946.patch | |||
| 27 | file://0001-vulkancts.patch \ | 27 | file://0001-vulkancts.patch \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | SRC_URI_append_libc-musl = "\ | 30 | SRC_URI:append:libc-musl = "\ |
| 31 | file://fix-musl.patch \ | 31 | file://fix-musl.patch \ |
| 32 | " | 32 | " |
| 33 | DEPENDS_append_libc-musl = " libexecinfo" | 33 | DEPENDS:append:libc-musl = " libexecinfo" |
| 34 | 34 | ||
| 35 | SRC_URI_append_toolchain-clang = "\ | 35 | SRC_URI:append:toolchain-clang = "\ |
| 36 | file://fix-clang-private-operator.patch \ | 36 | file://fix-clang-private-operator.patch \ |
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | EXTRA_OECMAKE_append = " -DDEQP_TARGET=surfaceless" | 39 | EXTRA_OECMAKE:append = " -DDEQP_TARGET=surfaceless" |
| 40 | 40 | ||
| 41 | CTSDIR = "/usr/lib/${BPN}" | 41 | CTSDIR = "/usr/lib/${BPN}" |
| 42 | 42 | ||
| 43 | FILES_${PN} += "${CTSDIR}" | 43 | FILES:${PN} += "${CTSDIR}" |
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.7.0.bb b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.7.0.bb index a67992ee95..1c1371b032 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.7.0.bb +++ b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.7.0.bb | |||
| @@ -26,6 +26,6 @@ do_install() { | |||
| 26 | rm -r ${D}/${CTSDIR}/common/subgroups/*.a ${D}/${CTSDIR}/common/subgroups/cmake_install.cmake ${D}/${CTSDIR}/common/subgroups/CMakeFiles | 26 | rm -r ${D}/${CTSDIR}/common/subgroups/*.a ${D}/${CTSDIR}/common/subgroups/cmake_install.cmake ${D}/${CTSDIR}/common/subgroups/CMakeFiles |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | SECURITY_CFLAGS_riscv64 = "${SECURITY_NOPIE_CFLAGS}" | 29 | SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}" |
| 30 | LTO = "" | 30 | LTO = "" |
| 31 | 31 | ||
