From fbaf7a7dbfe5f0b05104ecbdcadbbd4f8400fc33 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Fri, 4 Jul 2025 11:54:52 +0800 Subject: recipes: Update to match S/UNPACKDIR changes Update to match the recent changes in OE-Core where the unpack layout changed. [https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/] Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc') diff --git a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc index 31a3fb21..726b035d 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc +++ b/dynamic-layers/clang-layer/recipes-opencl/opencl-clang/opencl-clang.inc @@ -9,7 +9,6 @@ SRC_URI = "git://github.com/intel/opencl-clang.git;branch=${BRANCH};protocol=htt file://0002-Request-native-clang-only-when-cross-compiling-464.patch \ file://0001-cl_headers-CMakeLists.txt-use-clang-from-native-sysr.patch \ " -S = "${WORKDIR}/git" inherit cmake DEPENDS += "clang" -- cgit v1.2.3-54-g00ecf