diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-12-09 17:26:22 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-10 08:39:04 -0800 |
| commit | 6246fefd407f6d5e7a4a5e8693e3610d63532faf (patch) | |
| tree | 7a91dda1dd2c7160abf248ab89cedcdba2ce8348 | |
| parent | 780cf3fe1e77d5bbfd0de7e69aabab680b786f7d (diff) | |
| download | meta-openembedded-6246fefd407f6d5e7a4a5e8693e3610d63532faf.tar.gz | |
vk-gl-cts: fix EXTRA_OECMAKE
There are no native/nativesdk builds of this recipe, so there's no need
to use a separate class-target assignment.
We should pass AMBER_DISABLE_WERROR in all builds, not just target.
Setting -DUPDATE_DEPS=OFF isn't functional as the CMakeLists explictly
set that to ON, so remove it.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 7 |
1 files changed, 5 insertions, 2 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 0322ef453a..ea37425b9d 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | |||
| @@ -38,8 +38,11 @@ DEPENDS:append:libc-musl = " libexecinfo" | |||
| 38 | SRC_URI:append:toolchain-clang = "\ | 38 | SRC_URI:append:toolchain-clang = "\ |
| 39 | file://fix-clang-private-operator.patch \ | 39 | file://fix-clang-private-operator.patch \ |
| 40 | " | 40 | " |
| 41 | EXTRA_OECMAKE += "-DUPDATE_DEPS=OFF" | 41 | |
| 42 | EXTRA_OECMAKE:prepend:class-target = "-DCMAKE_CROSSCOMPILING_EMULATOR=${WORKDIR}/qemuwrapper -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols -DAMBER_DISABLE_WERROR=ON" | 42 | EXTRA_OECMAKE += "-DAMBER_DISABLE_WERROR=ON \ |
| 43 | -DCMAKE_CROSSCOMPILING_EMULATOR=${WORKDIR}/qemuwrapper \ | ||
| 44 | -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner \ | ||
| 45 | -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols" | ||
| 43 | 46 | ||
| 44 | # The best thing for the user to do is to not specify any of the following | 47 | # The best thing for the user to do is to not specify any of the following |
| 45 | # PACKAGECONFIGs (i.e. leave it blank) which tells the project to do its own | 48 | # PACKAGECONFIGs (i.e. leave it blank) which tells the project to do its own |
