mbox series

mickeldore merge request: May 19th

Message ID 400ca12b-5176-d872-3314-1dfed4de43e7@gmail.com
State New
Headers show
Series mickeldore merge request: May 19th | expand

Pull-request

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

Message

akuster808 May 19, 2023, 12:57 p.m. UTC
The following changes since commit 54b177f4acb3048d21a68f180fc183d0fdf47a94:

   meta-networking/licenses/netperf: remove unused license (2023-05-08 
08:03:30 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c032fd0b1a9d444711103c2703dfa8e2964a3865:

   redis: upgrade 6.2.11 -> 6.2.12 (2023-05-16 07:32:31 -0400)

----------------------------------------------------------------
Changqing Li (1):
       redis: upgrade 6.2.11 -> 6.2.12

Martin Jansa (14):
       libreport: add dependency on libarchive
       libxmlb: add missing dependency on glib-2.0 and xz
       geoclue: fix build without gobject-introspection-data
       appstream: fix build without gobject-introspection-data
       ostree: fix build without gobject-introspection-data
       rdfind: fix build with -Werror=return-type
       spice-gtk: respect gobject-introspection-data
       cpulimit: fix do_install with multilib
       libnfs: fix installed-vs-shipped issues with multilib
       btrfsmaintenance: install to ${datadir}/${BPN}
       libtomcrypt: pass LIBPATH to fix installed-vs-shipped with multilib
       nanopb: fix installed-vs-shipped with multilib
       nv-codec-headers: fix installed-vs-shipped with multilib
       zfs: fix installation paths for multilib

  meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb           | 36 
++++++++++------
  .../recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb      | 4 +-
  .../nv-codec-headers/nv-codec-headers_12.0.16.0.bb              | 2 +-
  meta-networking/recipes-support/spice/spice-gtk_0.42.bb         | 9 +++-
  ...1-CMakeLists.txt-allow-to-set-PYTHON_INSTDIR-from-outs.patch | 67 
+++++++++++++++++++++++++++++
  .../meta-python/recipes-devtools/nanopb/nanopb_0.4.7.bb         | 6 ++-
  ...1-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch | 61 
++++++++++++++++++++++++++
  meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb             | 4 +-
  meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb        | 2 +-
  meta-oe/recipes-extended/libreport/libreport_2.17.8.bb          | 2 +-
  meta-oe/recipes-extended/ostree/ostree_2023.2.bb                | 3 ++
  .../recipes-extended/redis/{redis_6.2.11.bb => redis_6.2.12.bb} |  2 +-
  meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb                 | 2 +
  ...1-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch | 30 
+++++++++++++
  meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.bb             | 4 +-
  meta-oe/recipes-support/appstream/appstream_0.16.1.bb           | 2 +-
  meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb                | 4 +-
  .../rdfind/0001-configure.ac-fix-C-11-support-check.patch       | 37 
++++++++++++++++
  meta-oe/recipes-support/rdfind/rdfind_1.5.0.bb                  | 1 +
  19 files changed, 251 insertions(+), 27 deletions(-)
  create mode 100644 
meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb/0001-CMakeLists.txt-allow-to-set-PYTHON_INSTDIR-from-outs.patch
  create mode 100644 
meta-oe/recipes-connectivity/libnfs/libnfs/0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch
  rename meta-oe/recipes-extended/redis/{redis_6.2.11.bb => 
redis_6.2.12.bb} (96%)
  create mode 100644 
meta-oe/recipes-navigation/geoclue/geoclue/0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch
  create mode 100644 
meta-oe/recipes-support/rdfind/rdfind/0001-configure.ac-fix-C-11-support-check.patch

Comments

Khem Raj May 19, 2023, 4:10 p.m. UTC | #1
merged thanks Armin.

On Fri, May 19, 2023 at 5:57 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 54b177f4acb3048d21a68f180fc183d0fdf47a94:
>
>    meta-networking/licenses/netperf: remove unused license (2023-05-08
> 08:03:30 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded mickledore-next
>
> for you to fetch changes up to c032fd0b1a9d444711103c2703dfa8e2964a3865:
>
>    redis: upgrade 6.2.11 -> 6.2.12 (2023-05-16 07:32:31 -0400)
>
> ----------------------------------------------------------------
> Changqing Li (1):
>        redis: upgrade 6.2.11 -> 6.2.12
>
> Martin Jansa (14):
>        libreport: add dependency on libarchive
>        libxmlb: add missing dependency on glib-2.0 and xz
>        geoclue: fix build without gobject-introspection-data
>        appstream: fix build without gobject-introspection-data
>        ostree: fix build without gobject-introspection-data
>        rdfind: fix build with -Werror=return-type
>        spice-gtk: respect gobject-introspection-data
>        cpulimit: fix do_install with multilib
>        libnfs: fix installed-vs-shipped issues with multilib
>        btrfsmaintenance: install to ${datadir}/${BPN}
>        libtomcrypt: pass LIBPATH to fix installed-vs-shipped with multilib
>        nanopb: fix installed-vs-shipped with multilib
>        nv-codec-headers: fix installed-vs-shipped with multilib
>        zfs: fix installation paths for multilib
>
>   meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb           | 36
> ++++++++++------
>   .../recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb      | 4 +-
>   .../nv-codec-headers/nv-codec-headers_12.0.16.0.bb              | 2 +-
>   meta-networking/recipes-support/spice/spice-gtk_0.42.bb         | 9 +++-
>   ...1-CMakeLists.txt-allow-to-set-PYTHON_INSTDIR-from-outs.patch | 67
> +++++++++++++++++++++++++++++
>   .../meta-python/recipes-devtools/nanopb/nanopb_0.4.7.bb         | 6 ++-
>   ...1-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch | 61
> ++++++++++++++++++++++++++
>   meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb             | 4 +-
>   meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb        | 2 +-
>   meta-oe/recipes-extended/libreport/libreport_2.17.8.bb          | 2 +-
>   meta-oe/recipes-extended/ostree/ostree_2023.2.bb                | 3 ++
>   .../recipes-extended/redis/{redis_6.2.11.bb => redis_6.2.12.bb} |  2 +-
>   meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb                 | 2 +
>   ...1-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch | 30
> +++++++++++++
>   meta-oe/recipes-navigation/geoclue/geoclue_2.7.0.bb             | 4 +-
>   meta-oe/recipes-support/appstream/appstream_0.16.1.bb           | 2 +-
>   meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb                | 4 +-
>   .../rdfind/0001-configure.ac-fix-C-11-support-check.patch       | 37
> ++++++++++++++++
>   meta-oe/recipes-support/rdfind/rdfind_1.5.0.bb                  | 1 +
>   19 files changed, 251 insertions(+), 27 deletions(-)
>   create mode 100644
> meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb/0001-CMakeLists.txt-allow-to-set-PYTHON_INSTDIR-from-outs.patch
>   create mode 100644
> meta-oe/recipes-connectivity/libnfs/libnfs/0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch
>   rename meta-oe/recipes-extended/redis/{redis_6.2.11.bb =>
> redis_6.2.12.bb} (96%)
>   create mode 100644
> meta-oe/recipes-navigation/geoclue/geoclue/0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch
>   create mode 100644
> meta-oe/recipes-support/rdfind/rdfind/0001-configure.ac-fix-C-11-support-check.patch
>