aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-07-01 07:49:11 -0700
committerKhem Raj <raj.khem@gmail.com>2021-07-01 08:09:38 -0700
commit141f1a240908dd20b19d0dfd5ad4170ce19d7153 (patch)
treee1f1535906c28cd164cc67eb2beb788c75a6d87e
parent63a5e79e6dfe1094e8b94dbcc0bc871ce900bfad (diff)
downloadmeta-openembedded-contrib-141f1a240908dd20b19d0dfd5ad4170ce19d7153.tar.gz
suitesparse: Update to 5.10.1
Switch to hardcoded SHA in SRCREV instead of tag Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb (renamed from meta-oe/recipes-devtools/suitesparse/suitesparse_5.8.1.bb)6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.8.1.bb b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb
index 9ccf2d0bff..1e165039b1 100644
--- a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.8.1.bb
+++ b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb
@@ -5,11 +5,7 @@ SRC_URI = "git://github.com/DrTimothyAldenDavis/SuiteSparse;protocol=https \
file://0002-Preserve-links-when-installing-libmetis.patch \
file://0003-Add-version-information-to-libmetis.patch \
"
-
-SRC_URI[md5sum] = "c414679bbc9432a3def01b31ad921140"
-SRC_URI[sha256sum] = "06726e471fbaa55f792578f9b4ab282ea9d008cf39ddcc3b42b73400acddef40"
-
-SRCREV = "v${PV}"
+SRCREV = "538273cfd53720a10e34a3d80d3779b607e1ac26"
S = "${WORKDIR}/git"