Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Upgrade 4 recipes
@ 2025-11-17  6:37 liezhi.yang
  2025-11-17  6:37 ` [PATCH 1/4] squashfs-tools: 4.7.2 -> 4.7.4 liezhi.yang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: liezhi.yang @ 2025-11-17  6:37 UTC (permalink / raw)
  To: openembedded-core

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

The following changes since commit e7dc42e30c76bf0fbb4d3cc019bbec675bac55fa:

  oe-build-perf-report: relax metadata matching rules (2025-11-16 23:44:30 +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 (4):
  squashfs-tools: 4.7.2 -> 4.7.4
  fmt: 11.2.0 -> 12.1.0
  git: 2.51.0 -> 2.51.2
  ccache: 4.12 -> 4.12.1

 .../{ccache_4.12.bb => ccache_4.12.1.bb}      |  2 +-
 ...compilation-on-clang-21-libc-21-4477.patch | 46 -------------------
 ...01-Workaround-an-ABI-issue-in-spdlog.patch |  8 ++--
 .../fmt/{fmt_11.2.0.bb => fmt_12.1.0.bb}      |  5 +-
 ...-do-not-force-RHEL-7-specific-build-.patch |  4 +-
 meta/recipes-devtools/git/git/fixsort.patch   |  2 +-
 .../git/{git_2.51.0.bb => git_2.51.2.bb}      |  2 +-
 ...tools_4.7.2.bb => squashfs-tools_4.7.4.bb} |  2 +-
 8 files changed, 12 insertions(+), 59 deletions(-)
 rename meta/recipes-devtools/ccache/{ccache_4.12.bb => ccache_4.12.1.bb} (93%)
 delete mode 100644 meta/recipes-devtools/fmt/fmt/0001-Fix-compilation-on-clang-21-libc-21-4477.patch
 rename meta/recipes-devtools/fmt/{fmt_11.2.0.bb => fmt_12.1.0.bb} (84%)
 rename meta/recipes-devtools/git/{git_2.51.0.bb => git_2.51.2.bb} (98%)
 rename meta/recipes-devtools/squashfs-tools/{squashfs-tools_4.7.2.bb => squashfs-tools_4.7.4.bb} (96%)

-- 
2.49.0



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/4] upgrade 4 recipes
@ 2014-03-20  2:19 Robert Yang
  2014-03-20 22:30 ` Richard Purdie
  0 siblings, 1 reply; 8+ messages in thread
From: Robert Yang @ 2014-03-20  2:19 UTC (permalink / raw)
  To: openembedded-core

Hi Saul and RP:

I've test these upgrade on my local AB, they worke well.

// Robert

The following changes since commit ef196434620522affc11b5b1b867386b5d14a4c3:

  alsa-tools: fix build when x11 and gtk+ not available (2014-03-19 14:41:55 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/up
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/up

Robert Yang (4):
  file: upgrade from 5.16 to 5.17
  wget: upgrade from 1.14 to 1.15
  automake: upgrade from 1.14 to 1.14.1
  mklibs-native: upgrade from 0.1.38 to 0.1.39

 .../{automake_1.14.bb => automake_1.14.1.bb}       |  4 +-
 .../file/{file_5.16.bb => file_5.17.bb}            |  4 +-
 ...bs-native_0.1.38.bb => mklibs-native_0.1.39.bb} |  8 +--
 meta/recipes-extended/wget/wget-1.14/fix_doc.patch | 71 ----------------------
 meta/recipes-extended/wget/wget.inc                |  1 +
 .../wget/{wget-1.14 => wget}/fix_makefile.patch    |  0
 meta/recipes-extended/wget/wget_1.14.bb            | 10 ---
 meta/recipes-extended/wget/wget_1.15.bb            |  7 +++
 8 files changed, 16 insertions(+), 89 deletions(-)
 rename meta/recipes-devtools/automake/{automake_1.14.bb => automake_1.14.1.bb} (89%)
 rename meta/recipes-devtools/file/{file_5.16.bb => file_5.17.bb} (86%)
 rename meta/recipes-devtools/mklibs/{mklibs-native_0.1.38.bb => mklibs-native_0.1.39.bb} (73%)
 delete mode 100644 meta/recipes-extended/wget/wget-1.14/fix_doc.patch
 rename meta/recipes-extended/wget/{wget-1.14 => wget}/fix_makefile.patch (100%)
 delete mode 100644 meta/recipes-extended/wget/wget_1.14.bb
 create mode 100644 meta/recipes-extended/wget/wget_1.15.bb

-- 
1.8.3.1



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

end of thread, other threads:[~2025-11-17  6:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-17  6:37 [PATCH 0/4] Upgrade 4 recipes liezhi.yang
2025-11-17  6:37 ` [PATCH 1/4] squashfs-tools: 4.7.2 -> 4.7.4 liezhi.yang
2025-11-17  6:37 ` [PATCH 2/4] fmt: 11.2.0 -> 12.1.0 liezhi.yang
2025-11-17  6:37 ` [PATCH 3/4] git: 2.51.0 -> 2.51.2 liezhi.yang
2025-11-17  6:37 ` [PATCH 4/4] ccache: 4.12 -> 4.12.1 liezhi.yang
  -- strict thread matches above, loose matches on Subject: below --
2014-03-20  2:19 [PATCH 0/4] upgrade 4 recipes Robert Yang
2014-03-20 22:30 ` Richard Purdie
2014-03-21  0:57   ` Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox