diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-19 17:35:31 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-23 08:46:00 +0000 |
| commit | 170e3d116f598af5003c12957e0928f398d671b9 (patch) | |
| tree | 5e686432cfbb41cc22309ee4cba4708b64cab925 | |
| parent | a856192be5dd78c621478ed29871191c580686c4 (diff) | |
| download | poky-170e3d116f598af5003c12957e0928f398d671b9.tar.gz | |
repo: upgrade 2.39 -> 2.40
Changelog:
=========
-Don't log spam 'repo sync' by default
-tox: Remove pylint timeout
-Update commit-msg hook
-sync: Fix partial sync false positive
-repo: add repo main script's directory to PYTHONPATH.
-info: Handle undefined mergeBranch
-manifest_xml: support nested submanifests
-repo_logging: Ensure error details are printed
-repo: Use the worktree when checking the repo rev.
-git_superproject: tell git that superproject is bare
-Correctly handle schema-less URIs for remote fetch URL
-main: Log ManifestParseError exception messages
-repo: Remove unreachable code.
-cleanup: Update codebase to expect Python 3.6
-sync: PersistentTransport call parent init
-sync: TeeStringIO write should return int
-Correctly handle schema-less URIs for remote fetch URL
-main: Log ManifestParseError exception messages
-repo: Remove unreachable code.
-cleanup: Update codebase to expect Python 3.6
(From OE-Core rev: d345b1fb98e1e4181004b31996c3483a753b3eb1)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/repo/repo_2.40.bb (renamed from meta/recipes-devtools/repo/repo_2.39.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/repo/repo_2.39.bb b/meta/recipes-devtools/repo/repo_2.40.bb index a0633a5cbb..e749ee1b76 100644 --- a/meta/recipes-devtools/repo/repo_2.39.bb +++ b/meta/recipes-devtools/repo/repo_2.40.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
| 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 | file://0001-python3-shebang.patch \ | 13 | file://0001-python3-shebang.patch \ |
| 14 | " | 14 | " |
| 15 | SRCREV = "b99272c601bc5f466c3cfc782bb852c2c967ad27" | 15 | SRCREV = "4c80921d22c20a28d531c9e3e8a0ce4433c6509d" |
| 16 | 16 | ||
| 17 | MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" | 17 | MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" |
| 18 | 18 | ||
