diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-12 17:24:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-18 22:09:02 +0000 |
commit | 6fdfde540755de6509710724f17234a0d4a276b5 (patch) | |
tree | 59fb59e26758b8ea748df4d685b53ba4342158d4 /meta/recipes-devtools/repo | |
parent | 7a1c918d10aa2b754645c0f3d35ded1ed8e6cd59 (diff) | |
download | poky-6fdfde540755de6509710724f17234a0d4a276b5.tar.gz |
repo: upgrade 2.48 -> 2.49.3
Changelog:
==========
- sync: fix connection error on macOS
- upload: Return correct tuple values in _ProcessResults
- worktree: Do not try to fix relative paths
- forall: Fix returning results early
- Use full name of the revision when checking dest-branch
- Add REPO_SKIP_SELF_UPDATE check in sync
- manifest: add optional base check on remove and extend
- [event_log] Stop leaking semaphore resources
- progress: always show done message
- subcmds: reduce multiprocessing serialization overhead
- sync: reduce multiprocessing serialization overhead
- Fix incremental syncs for prjs with submodules
(From OE-Core rev: 92e274a819ab6d1202519fd6b0b0cd9bf2b2e727)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/repo')
-rw-r--r-- | meta/recipes-devtools/repo/repo_2.49.3.bb (renamed from meta/recipes-devtools/repo/repo_2.48.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/repo/repo_2.48.bb b/meta/recipes-devtools/repo/repo_2.49.3.bb index 8b72a9e71b..5cb10b6096 100644 --- a/meta/recipes-devtools/repo/repo_2.48.bb +++ b/meta/recipes-devtools/repo/repo_2.49.3.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
11 | 11 | ||
12 | SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ | 12 | SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ |
13 | " | 13 | " |
14 | SRCREV = "454fdaf1191c87e5c770ab865a911e10e600e178" | 14 | SRCREV = "ab2d3211043e2cb42a55f56e5abf69d23103c105" |
15 | 15 | ||
16 | MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" | 16 | MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" |
17 | 17 | ||