[oe-commits] [meta-openembedded] branch master updated (27d1d3d -> ca98c70)

git at git.openembedded.org git at git.openembedded.org
Sun Jul 21 16:32:21 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a change to branch master
in repository meta-openembedded.

    from 27d1d3d  libtevent: fix do_package_qa issue
     add 3221fc4  unbound: create recipe for version 1.9.2
     add f8cb0c5  setxkbmap: upgrade 1.3.1 -> 1.3.2
     add dd76eb7  uftrace: upgrade 0.9.2 -> 0.9.3
     add f0ed6c4  dhcpcd: update to 7.2.3
     add 7428873  fio: Upgrade to 3.15
     new 0ce4766  xfce4-verve-plugin: 1.1.0 -> 2.0.0
     new 2fe3b66  s-suite: push SRCREV to version 3.5
     new cfcbbdc  php: remove host specific info from header file
     new ef290c5  pmdk: update from 1.4.2 to 1.6
     new 96ec196  crash: Upgrade to 7.2.6
     new 3a23691  makedumpfile: Upgrade to 1.6.6
     new ca23308  hwloc: Upgrade to 1.11.13
     new 8f2b82f  iperf3: Upgrade to 3.7
     new f20ba24  libldb: upgrade 1.5.4 -> 1.5.5
     new 76d12b8  samba: upgrade 4.10.5 -> 4.10.6
     new 36e3e1e  libzip: Upgrade 1.5.1 -> 1.5.2
     new 163202e  zstd: New recipe
     new 3982dc5  networkmanager: Use ALTERNATIVES for resolv-conf handling.
     new ca98c70  librelp: Pass Wno-error to compiler

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../dhcpcd/{dhcpcd_7.2.2.bb => dhcpcd_7.2.3.bb}    |  6 +-
 .../networkmanager/networkmanager_1.18.0.bb        | 12 +++-
 .../samba/{samba_4.10.5.bb => samba_4.10.6.bb}     |  8 +--
 .../libldb/{libldb_1.5.4.bb => libldb_1.5.5.bb}    |  4 +-
 ...trib-add-yocto-compatible-startup-scripts.patch | 78 ++++++++++++++++++++++
 .../recipes-support/unbound/unbound_1.9.2.bb       | 46 +++++++++++++
 .../fio/{fio_3.12.bb => fio_3.15.bb}               |  2 +-
 .../0002-Remove-pg-from-profile_CFLAGS.patch       | 15 +++--
 .../iperf3/iperf3/automake-foreign.patch           | 17 -----
 .../iperf3/{iperf3_3.6.bb => iperf3_3.7.bb}        |  5 +-
 meta-oe/recipes-benchmark/s-suite/s-suite_git.bb   |  4 +-
 .../php/php/debian-php-fixheader.patch             | 31 +++++++++
 meta-oe/recipes-devtools/php/php_7.3.7.bb          |  1 +
 .../uftrace/{uftrace_0.9.2.bb => uftrace_0.9.3.bb} |  4 +-
 .../hwloc/{hwloc_1.11.12.bb => hwloc_1.11.13.bb}   |  4 +-
 .../libzip/{libzip_1.5.1.bb => libzip_1.5.2.bb}    |  4 +-
 ...malloc.cfg-Specify-the-host-when-building.patch |  4 +-
 .../0002-Makefile-Don-t-install-the-docs.patch     | 12 ++--
 .../0003-Makefile-Don-t-build-the-examples.patch   | 14 ++--
 ...nually-implement-secure_getenv-if-require.patch | 30 ---------
 ...mempool-Remove-unused-__USE_UNIX98-define.patch | 30 ---------
 ...file.inc-Allow-extra-libs-to-be-specified.patch | 29 --------
 .../pmdk/{pmdk_1.4.2.bb => pmdk_1.6.bb}            | 33 +++------
 meta-oe/recipes-extended/rsyslog/librelp_1.4.0.bb  |  2 +
 meta-oe/recipes-extended/zstd/zstd_1.4.0.bb        | 50 ++++++++++++++
 .../{setxkbmap_1.3.1.bb => setxkbmap_1.3.2.bb}     |  4 +-
 .../crash/{crash_7.2.5.bb => crash_7.2.6.bb}       |  2 +-
 ...0001-makedumpfile-replace-hardcode-CFLAGS.patch | 41 ++++++------
 ...-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch | 23 ++++---
 ...makedumpfile_1.6.5.bb => makedumpfile_1.6.6.bb} |  4 +-
 ...plugin_1.1.0.bb => xfce4-verve-plugin_2.0.0.bb} |  6 +-
 31 files changed, 315 insertions(+), 210 deletions(-)
 rename meta-networking/recipes-connectivity/dhcpcd/{dhcpcd_7.2.2.bb => dhcpcd_7.2.3.bb} (80%)
 rename meta-networking/recipes-connectivity/samba/{samba_4.10.5.bb => samba_4.10.6.bb} (98%)
 rename meta-networking/recipes-support/libldb/{libldb_1.5.4.bb => libldb_1.5.5.bb} (95%)
 create mode 100644 meta-networking/recipes-support/unbound/unbound/0001-contrib-add-yocto-compatible-startup-scripts.patch
 create mode 100644 meta-networking/recipes-support/unbound/unbound_1.9.2.bb
 rename meta-oe/recipes-benchmark/fio/{fio_3.12.bb => fio_3.15.bb} (96%)
 delete mode 100644 meta-oe/recipes-benchmark/iperf3/iperf3/automake-foreign.patch
 rename meta-oe/recipes-benchmark/iperf3/{iperf3_3.6.bb => iperf3_3.7.bb} (84%)
 create mode 100755 meta-oe/recipes-devtools/php/php/debian-php-fixheader.patch
 rename meta-oe/recipes-devtools/uftrace/{uftrace_0.9.2.bb => uftrace_0.9.3.bb} (94%)
 rename meta-oe/recipes-extended/hwloc/{hwloc_1.11.12.bb => hwloc_1.11.13.bb} (89%)
 rename meta-oe/recipes-extended/libzip/{libzip_1.5.1.bb => libzip_1.5.2.bb} (74%)
 delete mode 100644 meta-oe/recipes-extended/pmdk/files/0004-os_posix-Manually-implement-secure_getenv-if-require.patch
 delete mode 100644 meta-oe/recipes-extended/pmdk/files/0005-pmempool-Remove-unused-__USE_UNIX98-define.patch
 delete mode 100644 meta-oe/recipes-extended/pmdk/files/0006-Makefile.inc-Allow-extra-libs-to-be-specified.patch
 rename meta-oe/recipes-extended/pmdk/{pmdk_1.4.2.bb => pmdk_1.6.bb} (57%)
 create mode 100644 meta-oe/recipes-extended/zstd/zstd_1.4.0.bb
 rename meta-oe/recipes-graphics/xorg-app/{setxkbmap_1.3.1.bb => setxkbmap_1.3.2.bb} (78%)
 rename meta-oe/recipes-kernel/crash/{crash_7.2.5.bb => crash_7.2.6.bb} (98%)
 rename meta-oe/recipes-kernel/makedumpfile/{makedumpfile_1.6.5.bb => makedumpfile_1.6.6.bb} (92%)
 rename meta-xfce/recipes-panel-plugins/verve/{xfce4-verve-plugin_1.1.0.bb => xfce4-verve-plugin_2.0.0.bb} (62%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list