From: wangmy@fujitsu.com
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 27/31] repo: upgrade 2.51 -> 2.52
Date: Tue, 4 Mar 2025 17:09:12 +0800 [thread overview]
Message-ID: <1741079356-13445-27-git-send-email-wangmy@fujitsu.com> (raw)
In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com>
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/repo/{repo_2.51.bb => repo_2.52.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/repo/{repo_2.51.bb => repo_2.52.bb} (94%)
diff --git a/meta/recipes-devtools/repo/repo_2.51.bb b/meta/recipes-devtools/repo/repo_2.52.bb
similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.51.bb
rename to meta/recipes-devtools/repo/repo_2.52.bb
index b78b4867f1..2e877c1847 100644
--- a/meta/recipes-devtools/repo/repo_2.51.bb
+++ b/meta/recipes-devtools/repo/repo_2.52.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 = "db111d392407797e170355e1c0ec98e71d4a8278"
+SRCREV = "8d5f03261164f3cd65af0576dfa7d4edded96c67"
MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
--
2.43.0
next prev parent reply other threads:[~2025-03-04 9:09 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 9:08 [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 02/31] dbus: upgrade 1.16.0 -> 1.16.2 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 03/31] fmt: upgrade 11.1.3 -> 11.1.4 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3 wangmy
2025-03-04 14:08 ` Mathieu Dubois-Briand
2025-03-04 9:08 ` [OE-core] [PATCH 05/31] harfbuzz: upgrade 10.2.0 -> 10.4.0 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 06/31] inetutils: upgrade 2.5 -> 2.6 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 07/31] libassuan: upgrade 3.0.1 -> 3.0.2 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 08/31] libnotify: upgrade 0.8.3 -> 0.8.4 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 09/31] libpng: upgrade 1.6.45 -> 1.6.47 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 10/31] libsdl2: upgrade 2.30.12 -> 2.32.2 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 11/31] liburcu: update 0.15.0 -> 0.15.1 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 12/31] man-pages: upgrade 6.11 -> 6.12 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 13/31] minicom: upgrade 2.9 -> 2.10 wangmy
2025-03-04 9:08 ` [OE-core] [PATCH 14/31] mtools: upgrade 4.0.47 -> 4.0.48 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 15/31] nghttp2: upgrade 1.64.0 -> 1.65.0 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 16/31] openssh: upgrade 9.9p1 -> 9.9p2 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 17/31] orc: upgrade 0.4.40 -> 0.4.41 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 18/31] python3-bcrypt: upgrade 4.2.1 -> 4.3.0 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 19/31] python3-beartype: upgrade 0.19.0 -> 0.20.0 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 20/31] python3-hypothesis: upgrade 6.125.3 -> 6.127.4 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 21/31] python3-pyelftools: upgrade 0.31 -> 0.32 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 22/31] python3-pytest: upgrade 8.3.4 -> 8.3.5 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 23/31] python3-setuptools: upgrade 75.8.0 -> 75.8.2 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 24/31] python3-trove-classifiers: upgrade 2025.1.15.22 -> 2025.2.18.16 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 25/31] python3-websockets: upgrade 14.2 -> 15.0 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 26/31] re2c: upgrade 4.0.2 -> 4.1 wangmy
2025-03-04 9:09 ` wangmy [this message]
2025-03-04 9:09 ` [OE-core] [PATCH 28/31] shadow: update 4.17.2 -> 4.17.3 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 29/31] stress-ng: upgrade 0.18.10 -> 0.18.11 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 30/31] wireless-regdb: upgrade 2024.10.07 -> 2025.02.20 wangmy
2025-03-04 9:09 ` [OE-core] [PATCH 31/31] zstd: upgrade 1.5.6 -> 1.5.7 wangmy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1741079356-13445-27-git-send-email-wangmy@fujitsu.com \
--to=wangmy@fujitsu.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.