mbox

[kirkstone,00/20] Patch review: June 3rd

Message ID cover.1654282423.git.akuster808@gmail.com
State Accepted, archived
Headers show

Pull-request

git://git.openembedded.org/meta-openembedded-contrib stable/kirkstone-nut

Message

akuster808 June 3, 2022, 7:16 p.m. UTC
Please have comment back by Sunday.
There may be a delay in response as I will be on vaction next week.

The following changes since commit 0b78362654262145415df8211052442823b9ec9b:

  bats: upgrade 1.6.0 -> 1.6.1 (2022-05-23 07:39:02 -0700)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib stable/kirkstone-nut
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/kirkstone-nut

Adrian Fiergolski (1):
  python3-matplotlib: add missing dependency

Adrian Freihofer (1):
  conntrack-tools: fix postinst script

Armin Kuster (2):
  mariadb: update to 10.7.4
  mariadb: Fix i386 Clang builds

Bartosz Golaszewski (1):
  python3-speedtest-cli: fix RDEPENDS

Denys Dmytriyenko (1):
  devmem2: the source and patches moved to github repo

Gianfranco (2):
  sdbus-c++-libsystemd: Bump SRCREV to last commit of 250-stable branch
  libmtp: Add doxygen-native dependency in case documentation build is
    enabled in PACKAGECONFIG. This fixes a FTBFS due to missing
    dependency.

Joerg Vehlow (1):
  jq: Fix typo OE_EXTRACONF -> EXTRA_OECONF

Julien STEPHAN (1):
  libcamera: fix packaging

Kai Kang (3):
  python3-wxgtk4: backport patch to fix svg issue
  libportal: add distro features check
  graphviz: rrecommends on liberation-fonts

Khem Raj (4):
  unattended-upgrades: Disable auto-detecting modules
  sdbus-c++: Link with libatomic on mips/ppc32
  sdbus-c++: Link with libatomic for rv32
  sdbus-c++-libsystemd: Fix patch fuzz

wangmy (3):
  php: upgrade 8.1.4 -> 8.1.5
  php: upgrade 8.1.5 -> 8.1.6
  postgresql: upgrade 14.2 -> 14.3

 .../recipes-gnome/libportal/libportal_0.6.bb  |   4 +-
 .../recipes-multimedia/libcamera/libcamera.bb |   4 +-
 .../conntrack-tools/conntrack-tools_1.4.6.bb  |   1 +
 .../libmtp/libmtp_1.1.19.bb                   |   2 +-
 ...missing.h-check-for-missing-strndupa.patch |   4 +-
 .../sdbus-c++/sdbus-c++-libsystemd_250.3.bb   |   2 +-
 .../recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb |   6 +
 ...ive_10.7.3.bb => mariadb-native_10.7.4.bb} |   0
 meta-oe/recipes-dbs/mysql/mariadb.inc         |   5 +-
 .../mysql/mariadb/clang-64bit-atomics.patch   | 178 ----
 .../{mariadb_10.7.3.bb => mariadb_10.7.4.bb}  |   0
 ...c-bypass-autoconf-2.69-version-check.patch |   6 +-
 ...{postgresql_14.2.bb => postgresql_14.3.bb} |   2 +-
 meta-oe/recipes-devtools/jq/jq_git.bb         |   2 +-
 .../php/{php_8.1.4.bb => php_8.1.6.bb}        |   2 +-
 ...up.py-Disable-autodection-of-modules.patch |  28 +
 .../unattended-upgrades_2.6.bb                |   1 +
 .../graphviz/graphviz_2.50.0.bb               |   2 +
 ...word-is-32-bit-and-add-support-for-6.patch |  70 --
 ...ort-different-page-sizes-at-run-time.patch |  35 -
 .../devmem2/devmem2/devmem2-fixups-2.patch    |  91 --
 .../devmem2/{devmem2.bb => devmem2_2.0.bb}    |  17 +-
 .../python/python3-matplotlib_3.5.1.bb        |   1 +
 .../python/python3-speedtest-cli_2.1.3.bb     |   6 +-
 ...rsion-to-fix-NanoSVG-issues-with-Pyt.patch | 861 ++++++++++++++++++
 .../python3-wxgtk4/python3-wxgtk4_4.1.1.bb    |   1 +
 26 files changed, 927 insertions(+), 404 deletions(-)
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.7.3.bb => mariadb-native_10.7.4.bb} (100%)
 delete mode 100644 meta-oe/recipes-dbs/mysql/mariadb/clang-64bit-atomics.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.7.3.bb => mariadb_10.7.4.bb} (100%)
 rename meta-oe/recipes-dbs/postgresql/{postgresql_14.2.bb => postgresql_14.3.bb} (80%)
 rename meta-oe/recipes-devtools/php/{php_8.1.4.bb => php_8.1.6.bb} (99%)
 create mode 100644 meta-oe/recipes-devtools/unattended-upgrades/files/0001-setup.py-Disable-autodection-of-modules.patch
 delete mode 100644 meta-oe/recipes-support/devmem2/devmem2/0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch
 delete mode 100644 meta-oe/recipes-support/devmem2/devmem2/0001-devmem2-support-different-page-sizes-at-run-time.patch
 delete mode 100644 meta-oe/recipes-support/devmem2/devmem2/devmem2-fixups-2.patch
 rename meta-oe/recipes-support/devmem2/{devmem2.bb => devmem2_2.0.bb} (40%)
 create mode 100644 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/0001-Update-Cython-version-to-fix-NanoSVG-issues-with-Pyt.patch