mbox series

scarthgap merge request: July 28th

Message ID a372049d-8ded-4723-ad78-74568c42e845@gmail.com
State New
Headers show
Series scarthgap merge request: July 28th | expand

Pull-request

https://git.openembedded.org/meta-openembedded scarthgap-next

Message

Armin Kuster July 28, 2024, 4:38 p.m. UTC
The following changes since commit 18f939a5fb37528a5415b05077ece383c346a119:

   libdbd-mysql-perl: avoid invoking assert_lib at do_configure stage 
(2024-07-09 08:18:46 -0400)

are available in the Git repository at:

   https://git.openembedded.org/meta-openembedded scarthgap-next

for you to fetch changes up to 80e01188fa822d87d301ee71973c462d7a865493:

   nftables: change ptest output format (2024-07-23 15:24:57 -0400)

----------------------------------------------------------------
Alexandre Videgrain (1):
       openbox: fix crash on alt+tab with fullscreen app

Jiaying Song (2):
       rrdtool: Fix do_populate_sysroot QA issues
       nftables: change ptest output format

Martin Jansa (2):
       bolt: package systemd_system_unitdir correctly
       giflib: fix build with gold and avoid imagemagick-native dependency

Neel Gandhi (1):
       v4l-utils: Install media ctrl header and library files

Randolph Sapp (1):
       opencl-clhpp: add native and nativesdk

Vijay Anusuri (1):
       wireshark: upgrade 4.2.4 -> 4.2.5

Yoann Congal (1):
       packagegroup-meta-oe: fix lvgl inclusion

  meta-networking/recipes-filter/nftables/nftables/run-ptest      | 8 ++-
  .../wireshark/{wireshark_4.2.4.bb => wireshark_4.2.5.bb} |  2 +-
  meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb                          | 4 +-
  meta-oe/recipes-core/opencl/opencl-clhpp_git.bb                 | 2 +
  meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb      | 2 +-
  .../files/add_suffix_to_convert_binary_used_in_Makefile.patch   | 42 
----------------
  .../giflib/0001-Makefile-fix-typo-in-soname-argument.patch      | 34 
+++++++++++++
  meta-oe/recipes-devtools/giflib/giflib_5.2.2.bb                 | 8 +--
  meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb               | 5 ++
  .../0001-Fix-list-traversal-issue-in-client_calc_layer.patch    | 56 
+++++++++++++++++++++
  meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb               | 1 +
  ...1-media-ctl-Install-media-ctl-header-and-library-files.patch | 78 
+++++++++++++++++++++++++++++
  meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.26.1.bb         | 1 +
  13 files changed, 192 insertions(+), 51 deletions(-)
  rename meta-networking/recipes-support/wireshark/{wireshark_4.2.4.bb 
=> wireshark_4.2.5.bb} (97%)
  delete mode 100644 
meta-oe/recipes-devtools/giflib/files/add_suffix_to_convert_binary_used_in_Makefile.patch
  create mode 100644 
meta-oe/recipes-devtools/giflib/giflib/0001-Makefile-fix-typo-in-soname-argument.patch
  create mode 100644 
meta-oe/recipes-graphics/openbox/files/0001-Fix-list-traversal-issue-in-client_calc_layer.patch
  create mode 100644 
meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-media-ctl-Install-media-ctl-header-and-library-files.patc