All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Upgrade ccache and git
@ 2025-12-01  8:07 liezhi.yang
  2025-12-01  8:07 ` [PATCH 1/2] ccache: 4.12.1 -> 4.12.2 liezhi.yang
  2025-12-01  8:07 ` [PATCH 2/2] git: 2.51.2 -> 2.52.0 liezhi.yang
  0 siblings, 2 replies; 3+ messages in thread
From: liezhi.yang @ 2025-12-01  8:07 UTC (permalink / raw)
  To: openembedded-core

From: Robert Yang <liezhi.yang@windriver.com>

The following changes since commit ac7327583aef83fd400190506f3147623de38b68:

  libdrm: upgrade 2.4.125 -> 2.4.128 (2025-11-27 11:03:37 +0000)

are available in the Git repository at:

  https://github.com/robertlinux/yocto rbt/pu
  https://github.com/robertlinux/yocto/tree/rbt/pu

Robert Yang (2):
  ccache: 4.12.1 -> 4.12.2
  git: 2.51.2 -> 2.52.0

 .../ccache/{ccache_4.12.1.bb => ccache_4.12.2.bb}               | 2 +-
 meta/recipes-devtools/git/{git_2.51.2.bb => git_2.52.0.bb}      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/ccache/{ccache_4.12.1.bb => ccache_4.12.2.bb} (93%)
 rename meta/recipes-devtools/git/{git_2.51.2.bb => git_2.52.0.bb} (98%)

-- 
2.49.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] ccache: 4.12.1 -> 4.12.2
  2025-12-01  8:07 [PATCH 0/2] Upgrade ccache and git liezhi.yang
@ 2025-12-01  8:07 ` liezhi.yang
  2025-12-01  8:07 ` [PATCH 2/2] git: 2.51.2 -> 2.52.0 liezhi.yang
  1 sibling, 0 replies; 3+ messages in thread
From: liezhi.yang @ 2025-12-01  8:07 UTC (permalink / raw)
  To: openembedded-core

From: Robert Yang <liezhi.yang@windriver.com>

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../ccache/{ccache_4.12.1.bb => ccache_4.12.2.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/ccache/{ccache_4.12.1.bb => ccache_4.12.2.bb} (93%)

diff --git a/meta/recipes-devtools/ccache/ccache_4.12.1.bb b/meta/recipes-devtools/ccache/ccache_4.12.2.bb
similarity index 93%
rename from meta/recipes-devtools/ccache/ccache_4.12.1.bb
rename to meta/recipes-devtools/ccache/ccache_4.12.2.bb
index 2d0b83e244..28f36e5ed7 100644
--- a/meta/recipes-devtools/ccache/ccache_4.12.1.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.12.2.bb
@@ -17,7 +17,7 @@ DEPENDS = "zstd fmt xxhash"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "a3da50ab0fb0d42f60c17d1450312e6ace9b681f6221cb77c8a09a845f9d760c"
+SRC_URI[sha256sum] = "2a087efb66b62d4c66d4eb276748bbfa797ff3bde20adf44c53e5a8b9f3679af"
 
 inherit cmake github-releases
 
-- 
2.49.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] git: 2.51.2 -> 2.52.0
  2025-12-01  8:07 [PATCH 0/2] Upgrade ccache and git liezhi.yang
  2025-12-01  8:07 ` [PATCH 1/2] ccache: 4.12.1 -> 4.12.2 liezhi.yang
@ 2025-12-01  8:07 ` liezhi.yang
  1 sibling, 0 replies; 3+ messages in thread
From: liezhi.yang @ 2025-12-01  8:07 UTC (permalink / raw)
  To: openembedded-core

From: Robert Yang <liezhi.yang@windriver.com>

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/git/{git_2.51.2.bb => git_2.52.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/git/{git_2.51.2.bb => git_2.52.0.bb} (98%)

diff --git a/meta/recipes-devtools/git/git_2.51.2.bb b/meta/recipes-devtools/git/git_2.52.0.bb
similarity index 98%
rename from meta/recipes-devtools/git/git_2.51.2.bb
rename to meta/recipes-devtools/git/git_2.52.0.bb
index 14d5a3d60e..7312da9cfc 100644
--- a/meta/recipes-devtools/git/git_2.51.2.bb
+++ b/meta/recipes-devtools/git/git_2.52.0.bb
@@ -170,4 +170,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
                  "
 EXTRA_OEMAKE += "NO_GETTEXT=1"
 
-SRC_URI[tarball.sha256sum] = "9b44c2b337ec838e10aad42439d390963904449710d30c9e7e4ba449f45da98f"
+SRC_URI[tarball.sha256sum] = "6880cb1e737e26f81cf7db9957ab2b5bb2aa1490d87619480b860816e0c10c32"
-- 
2.49.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-01  8:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01  8:07 [PATCH 0/2] Upgrade ccache and git liezhi.yang
2025-12-01  8:07 ` [PATCH 1/2] ccache: 4.12.1 -> 4.12.2 liezhi.yang
2025-12-01  8:07 ` [PATCH 2/2] git: 2.51.2 -> 2.52.0 liezhi.yang

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.