summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.21.1.bb (renamed from dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.21.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.21.0.bb b/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.21.1.bb
index 773ed594..53e88f6e 100644
--- a/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.21.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-core/ispc/ispc_1.21.1.bb
@@ -11,14 +11,14 @@ inherit cmake python3native ptest
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRC_URI = "git://github.com/ispc/ispc.git;protocol=https;branch=main \ 14SRC_URI = "git://github.com/ispc/ispc.git;protocol=https;branch=releases/1.21.x \
15 file://0002-cmake-don-t-build-for-32-bit-targets.patch \ 15 file://0002-cmake-don-t-build-for-32-bit-targets.patch \
16 file://0001-Fix-QA-Issues.patch \ 16 file://0001-Fix-QA-Issues.patch \
17 file://0001-Add-print-function-to-print-test-run-status-in-ptest.patch \ 17 file://0001-Add-print-function-to-print-test-run-status-in-ptest.patch \
18 file://run-ptest \ 18 file://run-ptest \
19 " 19 "
20 20
21SRCREV = "f925f2563441a36eff1cb7a617934253dc9c100c" 21SRCREV = "a0e8e48169f35a129941475c7023920e968dbc31"
22 22
23COMPATIBLE_HOST = '(x86_64).*-linux' 23COMPATIBLE_HOST = '(x86_64).*-linux'
24 24