diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2025-07-04 11:54:52 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-07-04 17:49:37 +0800 |
commit | fbaf7a7dbfe5f0b05104ecbdcadbbd4f8400fc33 (patch) | |
tree | 747a57d4de5823466366e8f98790c61a8d4ae326 /dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb | |
parent | fc53424964a38b4c7afefd57646ebd8f9a69a0cb (diff) | |
download | meta-intel-master.tar.gz |
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 <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb b/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb index 77797041..f40e445c 100644 --- a/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.24.0.bb | |||
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=da5ecffdd210b3cf776b32b41c182e87 \ | |||
9 | 9 | ||
10 | inherit cmake python3native ptest | 10 | inherit cmake python3native ptest |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | SRC_URI = "git://github.com/ispc/ispc.git;protocol=https;branch=main \ | 12 | SRC_URI = "git://github.com/ispc/ispc.git;protocol=https;branch=main \ |
15 | file://0002-cmake-don-t-build-for-32-bit-targets.patch \ | 13 | file://0002-cmake-don-t-build-for-32-bit-targets.patch \ |
16 | file://0001-Fix-QA-Issues.patch \ | 14 | file://0001-Fix-QA-Issues.patch \ |