]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
repo: upgrade 2.52 -> 2.53
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Apr 2025 09:45:53 +0000 (09:45 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Apr 2025 10:05:48 +0000 (11:05 +0100)
Add tag to SRC_URI to verify SRCREV.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/repo/repo_2.53.bb [moved from meta/recipes-devtools/repo/repo_2.52.bb with 92% similarity]

similarity index 92%
rename from meta/recipes-devtools/repo/repo_2.52.bb
rename to meta/recipes-devtools/repo/repo_2.53.bb
index 2e877c18476bd8aa83653f7774693d4a88ac314e..77817c25e4313dab3b24ca4d58df572225722dd6 100644 (file)
@@ -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"