Message ID | 20250908185600.152317-2-a-christidis@ti.com |
---|---|
State | Under Review |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | opencl-clhpp: v2.0.16 -> v2024.05.08 | expand |
diff --git a/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc b/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc index 4dff02d9..48335204 100644 --- a/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc +++ b/meta-arago-test/recipes-extended/opencl/opencl_headers-ti.inc @@ -1 +1,16 @@ +inherit cmake + SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d" + +EXTRA_OECMAKE = "-DBUILD_TESTING=OFF" + +python() { + # Delete the noexec flags for the following tasks. + # Ensuring the tasks run. + d.delVarFlag("do_configure", "noexec") + d.delVarFlag("do_compile", "noexec") +} + +do_install() { + cmake_do_install +}