From: Richard Purdie Date: Tue, 1 Apr 2025 09:45:53 +0000 (+0000) Subject: repo: upgrade 2.52 -> 2.53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2d0ad5c6bdcbb50cf4d7fc8dbd04ba232903ca5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git repo: upgrade 2.52 -> 2.53 Add tag to SRC_URI to verify SRCREV. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/repo/repo_2.52.bb b/meta/recipes-devtools/repo/repo_2.53.bb similarity index 92% rename from meta/recipes-devtools/repo/repo_2.52.bb rename to meta/recipes-devtools/repo/repo_2.53.bb index 2e877c1847..77817c25e4 100644 --- a/meta/recipes-devtools/repo/repo_2.52.bb +++ b/meta/recipes-devtools/repo/repo_2.53.bb @@ -9,9 +9,9 @@ SECTION = "console/utils" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ +SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main;tag=v${PV} \ " -SRCREV = "8d5f03261164f3cd65af0576dfa7d4edded96c67" +SRCREV = "4b94e773efd36754f6c8649ad55b90d19a61107f" MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"