summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-05-12 17:03:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-13 10:29:21 +0100
commit5c6c145c242cbd4c8661b37edc12bf23ac635205 (patch)
tree2804d1b25300d0dd7e0a475149dc1e88ab7cf213
parent06f0cb94389962203f973288ad47079df7cf2a42 (diff)
downloadpoky-5c6c145c242cbd4c8661b37edc12bf23ac635205.tar.gz
repo: upgrade 2.53 -> 2.54
(From OE-Core rev: a7b791ad8fd32a48febc2e3aeb81785ff561a163) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/repo/repo_2.54.bb (renamed from meta/recipes-devtools/repo/repo_2.53.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/repo/repo_2.53.bb b/meta/recipes-devtools/repo/repo_2.54.bb
index 77817c25e4..07ee583172 100644
--- a/meta/recipes-devtools/repo/repo_2.53.bb
+++ b/meta/recipes-devtools/repo/repo_2.54.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
11 11
12SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main;tag=v${PV} \ 12SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main;tag=v${PV} \
13 " 13 "
14SRCREV = "4b94e773efd36754f6c8649ad55b90d19a61107f" 14SRCREV = "97dc5c1bd9527c2abe2183b16a4b7ef037dc34a7"
15 15
16MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" 16MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
17 17