From 55a3373bdc827617faa4aed10344235ac1bc4851 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Fri, 21 Aug 2026 16:35:23 +1200 Subject: [PATCH] cmocka: update SRC_URI and add UPSTREAM_CHECK_TAGREGEX Fixes: $ devtool latest-version cmocka ... fatal: https://git.cryptomilk.org/projects/cmocka.git/info/refs not valid: could not determine hash algorithm; is this a git repository? INFO: Current version: 2.0.2 INFO: Latest version: Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- meta-oe/recipes-test/cmocka/cmocka_2.0.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-test/cmocka/cmocka_2.0.2.bb b/meta-oe/recipes-test/cmocka/cmocka_2.0.2.bb index 11e8db87d8..26f872a701 100644 --- a/meta-oe/recipes-test/cmocka/cmocka_2.0.2.bb +++ b/meta-oe/recipes-test/cmocka/cmocka_2.0.2.bb @@ -7,10 +7,11 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRCREV = "fefa2b8a023121f7235e18ed17249e4012dd144f" -SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=stable-2.0;tag=cmocka-${PV} \ +SRC_URI = "git://gitlab.com/cmocka/cmocka.git;protocol=https;branch=stable-2.0;tag=cmocka-${PV} \ file://run-ptest \ " +UPSTREAM_CHECK_TAGREGEX = "${BPN}-(?P\d+(\.\d+)+)" inherit cmake ptest