[oe-commits] [meta-openembedded] branch master updated (26361a6 -> e71751b)

git at git.openembedded.org git at git.openembedded.org
Sun Jul 14 14:12:47 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 26361a6  dhcpcd: enable udev by default
     add 403b9ae  zeromq: Upgrade 4.3.1 -> 4.3.2
     add 5d437d4  obex-data-server: Drop bluez4 support
     add 8512473  openobex: Drop bluez4 support
     add d3261cb  gpsd: Drop bluez4 support
     add dfbcacc  drbd-utils: enable reproducible_build awareness
     add bb1568e  python-mako: upgrade 1.0.12 -> 1.0.13
     add 478d0bd  volume-key: fix "Nothing RPROVIDES" when multilib enabled
     add 29ad635  isomd5sum: fix "Nothing RPROVIDES" when multilib enabled
     add 41f6815  satyr: fix "Nothing RPROVIDES" when multilib enabled
     add 11ff107  cryptsetup: set the default luks format to LUKS1
     add 44d7521  python-pbr: upgrade 5.2.1 -> 5.4.0
     add 8bc18c5  python-cython: upgrade 0.29.11 -> 0.29.12
     add b0f86ee  iwd: update to 0.18
     add 4362a95  gtk+: add (from oe-core)
     add 803c1b7  gnome-themes-standard: add recipe for GTK+ 2 Adwaita
     add 119f046  libao: Remove the non-default esound PACKAGECONFIG
     add da05746  libbytesize: Add depends for gettext-native
     add 826898d  adcli: added new recipe.
     add 5bf62ad  Fix python-humanfriendly recipe for python2.
     add 1312a18  python-pyflakes: upgrade 1.6.0 -> 2.1.1
     add 23be1ab  dhcpcd: fix building with pkgconfig
     add e95bde8  python3-matplotlib: add version 3.1.1
     add 852f2d9  protobuf: fix ptest compilation with hardening flags
     add 646a6c4  uftp: update to 4.9.11
     add 8f114fa  libnftnl: update to 1.1.3
     add 225a741  drbd-utils: Fix netlink failure with nested attributes for kernel v5.2
     add e71751b  wvdial: Fix build with musl

No new revisions were added by this update.

Summary of changes:
 .../recipes-multimedia/libao/libao_1.2.0.bb        |   1 -
 .../recipes-connectivity/adcli/adcli_0.8.2.bb      |  27 ++
 .../adcli/files/Fixed-build-error-on-musl.patch    |  26 ++
 .../recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb    |   2 +-
 ...001-Move-exports-before-symbol-definition.patch |  59 ++--
 ...ng-local-function-as-one-of-printf-family.patch | 307 ++++++++++++---------
 .../{libnftnl_1.1.1.bb => libnftnl_1.1.3.bb}       |   4 +-
 .../recipes-support/drbd/drbd-utils_9.10.0.bb      |   5 +-
 .../uftp/{uftp_4.9.9.bb => uftp_4.9.11.bb}         |   4 +-
 .../iwd/{iwd_0.14.bb => iwd_0.18.bb}               |  10 +-
 .../obex/obex-data-server_0.4.6.bb                 |   3 +-
 .../recipes-connectivity/obex/openobex_1.7.2.bb    |   2 +-
 .../wvdial/wvdial/musl-support.patch               |  25 ++
 meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb |   6 +-
 .../zeromq/{zeromq_4.3.1.bb => zeromq_4.3.2.bb}    |   4 +-
 .../recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb  |   1 +
 ...kefile-respect-CXX-LDFLAGS-variables-fix-.patch |   4 +-
 .../recipes-extended/isomd5sum/isomd5sum_1.2.3.bb  |   8 +-
 .../volume_key/volume-key_0.3.12.bb                |   7 +-
 .../gnome-themes/gnome-themes-standard_3.22.3.bb   |  46 +++
 meta-oe/recipes-gnome/gtk+/gtk+.inc                | 107 +++++++
 ...ok-into-HOME-when-looking-for-gtk-modules.patch |  29 ++
 meta-oe/recipes-gnome/gtk+/gtk+/doc-fixes.patch    |  22 ++
 .../gtk+/gtk+/hardcoded_libtool.patch              |  36 +++
 .../gtk+/gtk+/strict-prototypes.patch              |  24 ++
 meta-oe/recipes-gnome/gtk+/gtk+/toggle-font.diff   | 102 +++++++
 meta-oe/recipes-gnome/gtk+/gtk+/xsettings.patch    |  20 ++
 meta-oe/recipes-gnome/gtk+/gtk+_2.24.32.bb         |  35 +++
 meta-oe/recipes-navigation/gpsd/gpsd_3.18.1.bb     |   4 +-
 .../recipes-support/libbytesize/libbytesize_2.0.bb |   1 +
 meta-oe/recipes-support/satyr/satyr_0.27.bb        |   4 +-
 .../recipes-devtools/python/python-cython.inc      |   4 +-
 ...-cython_0.29.11.bb => python-cython_0.29.12.bb} |   0
 .../python/python-humanfriendly_4.18.bb            |   2 +-
 .../recipes-devtools/python/python-mako.inc        |   4 +-
 ...python-mako_1.0.12.bb => python-mako_1.0.13.bb} |   0
 .../{python-pbr_5.2.1.bb => python-pbr_5.4.0.bb}   |   4 +-
 ...-pyflakes_1.6.0.bb => python-pyflakes_2.1.1.bb} |   6 +-
 ...cython_0.29.11.bb => python3-cython_0.29.12.bb} |   0
 .../python/python3-matplotlib_3.1.1.bb             |  17 ++
 40 files changed, 770 insertions(+), 202 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/adcli/adcli_0.8.2.bb
 create mode 100644 meta-networking/recipes-connectivity/adcli/files/Fixed-build-error-on-musl.patch
 rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.1.1.bb => libnftnl_1.1.3.bb} (86%)
 rename meta-networking/recipes-support/uftp/{uftp_4.9.9.bb => uftp_4.9.11.bb} (77%)
 rename meta-oe/recipes-connectivity/iwd/{iwd_0.14.bb => iwd_0.18.bb} (78%)
 create mode 100644 meta-oe/recipes-connectivity/wvdial/wvdial/musl-support.patch
 rename meta-oe/recipes-connectivity/zeromq/{zeromq_4.3.1.bb => zeromq_4.3.2.bb} (85%)
 create mode 100644 meta-oe/recipes-gnome/gnome-themes/gnome-themes-standard_3.22.3.bb
 create mode 100644 meta-oe/recipes-gnome/gtk+/gtk+.inc
 create mode 100644 meta-oe/recipes-gnome/gtk+/gtk+/0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch
 create mode 100644 meta-oe/recipes-gnome/gtk+/gtk+/doc-fixes.patch
 create mode 100644 meta-oe/recipes-gnome/gtk+/gtk+/hardcoded_libtool.patch
 create mode 100644 meta-oe/recipes-gnome/gtk+/gtk+/strict-prototypes.patch
 create mode 100644 meta-oe/recipes-gnome/gtk+/gtk+/toggle-font.diff
 create mode 100644 meta-oe/recipes-gnome/gtk+/gtk+/xsettings.patch
 create mode 100644 meta-oe/recipes-gnome/gtk+/gtk+_2.24.32.bb
 rename meta-python/recipes-devtools/python/{python-cython_0.29.11.bb => python-cython_0.29.12.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-mako_1.0.12.bb => python-mako_1.0.13.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pbr_5.2.1.bb => python-pbr_5.4.0.bb} (62%)
 rename meta-python/recipes-devtools/python/{python-pyflakes_1.6.0.bb => python-pyflakes_2.1.1.bb} (56%)
 rename meta-python/recipes-devtools/python/{python3-cython_0.29.11.bb => python3-cython_0.29.12.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python3-matplotlib_3.1.1.bb

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


More information about the Openembedded-commits mailing list