All of lore.kernel.org
 help / color / mirror / Atom feed
* [kirkstone 00/20] Patch review: June 3rd
@ 2022-06-03 19:16 Armin Kuster
  2022-06-03 19:17 ` [kirkstone 01/20] libcamera: fix packaging Armin Kuster
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Armin Kuster @ 2022-06-03 19:16 UTC (permalink / raw)
  To: openembedded-devel

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

-- 
2.25.1



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

end of thread, other threads:[~2022-06-03 19:19 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-03 19:16 [kirkstone 00/20] Patch review: June 3rd Armin Kuster
2022-06-03 19:17 ` [kirkstone 01/20] libcamera: fix packaging Armin Kuster
2022-06-03 19:17 ` [kirkstone 02/20] jq: Fix typo OE_EXTRACONF -> EXTRA_OECONF Armin Kuster
2022-06-03 19:17 ` [kirkstone 03/20] python3-wxgtk4: backport patch to fix svg issue Armin Kuster
2022-06-03 19:17 ` [kirkstone 04/20] php: upgrade 8.1.4 -> 8.1.5 Armin Kuster
2022-06-03 19:17 ` [kirkstone 05/20] php: upgrade 8.1.5 -> 8.1.6 Armin Kuster
2022-06-03 19:17 ` [kirkstone 06/20] postgresql: upgrade 14.2 -> 14.3 Armin Kuster
2022-06-03 19:17 ` [kirkstone 07/20] sdbus-c++-libsystemd: Bump SRCREV to last commit of 250-stable branch Armin Kuster
2022-06-03 19:17 ` [kirkstone 08/20] libmtp: Add doxygen-native dependency in case documentation build is enabled in PACKAGECONFIG. This fixes a FTBFS due to missing dependency Armin Kuster
2022-06-03 19:17 ` [kirkstone 09/20] mariadb: update to 10.7.4 Armin Kuster
2022-06-03 19:17 ` [kirkstone 10/20] mariadb: Fix i386 Clang builds Armin Kuster
2022-06-03 19:17 ` [kirkstone 11/20] unattended-upgrades: Disable auto-detecting modules Armin Kuster
2022-06-03 19:17 ` [kirkstone 12/20] libportal: add distro features check Armin Kuster
2022-06-03 19:17 ` [kirkstone 13/20] graphviz: rrecommends on liberation-fonts Armin Kuster
2022-06-03 19:17 ` [kirkstone 14/20] conntrack-tools: fix postinst script Armin Kuster
2022-06-03 19:17 ` [kirkstone 15/20] sdbus-c++: Link with libatomic on mips/ppc32 Armin Kuster
2022-06-03 19:17 ` [kirkstone 16/20] sdbus-c++: Link with libatomic for rv32 Armin Kuster
2022-06-03 19:17 ` [kirkstone 17/20] sdbus-c++-libsystemd: Fix patch fuzz Armin Kuster
2022-06-03 19:17 ` [kirkstone 18/20] python3-speedtest-cli: fix RDEPENDS Armin Kuster
2022-06-03 19:17 ` [kirkstone 19/20] devmem2: the source and patches moved to github repo Armin Kuster
2022-06-03 19:17 ` [kirkstone 20/20] python3-matplotlib: add missing dependency Armin Kuster

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.