diff options
author | 2024-11-12 17:24:36 +0800 | |
---|---|---|
committer | 2024-11-18 13:57:33 +0000 | |
commit | 92e274a819ab6d1202519fd6b0b0cd9bf2b2e727 (patch) | |
tree | ea8074a47bf1e96cb99d34cfc705d4fae8387989 | |
parent | 9705971a48e866765ea5f4e41f53f4d327b798ac (diff) | |
download | openembedded-core-92e274a819ab6d1202519fd6b0b0cd9bf2b2e727.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
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>
-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" SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ " -SRCREV = "454fdaf1191c87e5c770ab865a911e10e600e178" +SRCREV = "ab2d3211043e2cb42a55f56e5abf69d23103c105" MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" |