]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
repo: upgrade 2.48 -> 2.49.3
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 12 Nov 2024 09:24:36 +0000 (17:24 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Nov 2024 13:57:33 +0000 (13:57 +0000)
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>
meta/recipes-devtools/repo/repo_2.49.3.bb [moved from meta/recipes-devtools/repo/repo_2.48.bb with 94% similarity]

similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.48.bb
rename to meta/recipes-devtools/repo/repo_2.49.3.bb
index 8b72a9e71b519eb6f3db10976eb594405cd4a028..5cb10b6096a379d00d1e4679fb21404096c5193d 100644 (file)
@@ -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"