[oe-commits] [meta-openembedded] branch master updated (a868418 -> 131255d)

git at git.openembedded.org git at git.openembedded.org
Tue Feb 28 11:34:30 UTC 2017


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

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

    from a868418  Revert "Samba: use built-in libtevent"
     new bf6d545  python3-cassandra-driver: update to version 3.8.0
     new 3279e86  python-bcrypt: update to version 3.1.3
     new 7b65b6b  abiword: fix build and unblacklist
     new 86b30aa  python-ldap: remove obsolete recipe
     new 2e9b8c6  python-ldap: update to version 2.4.32
     new 4b5baed  python-slip-dbus: update to version 0.6.1
     new f537367  python-django: update to version 1.10.5
     new 3964b36  python-pyalsaaudio: update to version 0.8.3
     new d533527  python-gdata: update to version 2.0.18
     new 545b16a  python-cryptography-vectors, python-ndg-httpsclient, python-prettytable: Update UPSTREAM_CHECK variables to allow for version checking
     new 45e1eeb  collect: fix to build with glibc 2.25
     new d8bb36a  multipath-tools: Replace 'lib' with ${nonarch_base_libdir} for placing udev rules.
     new 3a407c0  apache-websocket: add depend on pbzip2-native
     new 0760cef  netdata: update DEPENDS to fix RSS build error
     new 88bea29  usb-modeswitch: update inherit to work correctly with RSS
     new 807722d  ipmiutil: fix depends to work correctly with RSS
     new 42c2a68  mosh: update inherit to work correctly with RSS
     new b3d7a46  font-adobe-100dpi: update depends to fix builds with RSS
     new bac9445  font-adobe-utopia-100dpi: update depends to fix builds with RSS
     new be5a3e3  font-misc-misc: update depends to fix builds with RSS
     new 5fecd31  font-bh-lucidatypewriter-100dpi: update depends to fix builds with RSS
     new 8de29d2  font-bh-100dpi: update depends to fix builds with RSS
     new 7f502e7  system-config-keyboard: fix depends to work correctly with RSS
     new 131255d  nginx: update to version 1.11.10

The 24 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:
 meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb  | 21 ++++++++++++++-----
 meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb    |  4 +---
 .../0001-fix-to-build-with-glibc-2.25.patch        | 24 ++++++++++++++++++++++
 .../recipes-extended/collectd/collectd_5.5.0.bb    |  3 +--
 .../xorg-font/font-adobe-100dpi_1.0.3.bb           |  4 +---
 .../xorg-font/font-adobe-utopia-100dpi_1.0.4.bb    |  4 +---
 .../xorg-font/font-bh-100dpi_1.0.3.bb              |  4 +---
 .../font-bh-lucidatypewriter-100dpi_1.0.3.bb       |  4 +---
 .../xorg-font/font-misc-misc_1.1.2.bb              |  4 +---
 meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb |  4 +---
 .../multipath-tools/multipath-tools_git.bb         |  7 ++++---
 .../system-config-keyboard_1.4.0.bb                |  6 +-----
 .../usb-modeswitch/usb-modeswitch-data_20140529.bb |  4 ----
 .../usb-modeswitch/usb-modeswitch_2.2.0.bb         |  4 ++--
 ...thon-bcrypt_3.1.2.bb => python-bcrypt_3.1.3.bb} |  6 +++---
 .../python/python-cassandra-driver.inc             |  4 ++--
 .../python/python-cryptography-vectors.inc         |  2 ++
 ...hon-django_1.9.7.bb => python-django_1.10.5.bb} |  4 ++--
 .../recipes-devtools/python/python-gdata_1.2.4.bb  | 17 ---------------
 .../recipes-devtools/python/python-gdata_2.0.18.bb | 21 +++++++++++++++++++
 .../python/python-ldap/setup.cfg.patch             | 14 -------------
 .../recipes-devtools/python/python-ldap_2.3.9.bb   | 12 -----------
 ...python-ldap_2.4.10.bb => python-ldap_2.4.32.bb} |  9 ++++++--
 .../python/python-ndg-httpsclient.inc              |  2 ++
 .../python/python-prettytable_0.7.2.bb             |  3 +++
 ...aaudio_0.8.2.bb => python-pyalsaaudio_0.8.3.bb} |  6 +++---
 ...lip-dbus_0.6.0.bb => python-slip-dbus_0.6.1.bb} |  4 ++--
 .../python/python3-cassandra-driver_3.7.1.bb       |  2 --
 .../python/python3-cassandra-driver_3.8.0.bb       |  8 ++++++++
 .../apache-mod/apache-websocket_git.bb             |  2 +-
 .../nginx/{nginx_1.11.9.bb => nginx_1.11.10.bb}    |  4 ++--
 .../recipes-webadmin/netdata/netdata_git.bb        |  4 ++--
 32 files changed, 115 insertions(+), 106 deletions(-)
 create mode 100644 meta-oe/recipes-extended/collectd/collectd/0001-fix-to-build-with-glibc-2.25.patch
 rename meta-python/recipes-devtools/python/{python-bcrypt_3.1.2.bb => python-bcrypt_3.1.3.bb} (61%)
 rename meta-python/recipes-devtools/python/{python-django_1.9.7.bb => python-django_1.10.5.bb} (78%)
 delete mode 100644 meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
 create mode 100644 meta-python/recipes-devtools/python/python-gdata_2.0.18.bb
 delete mode 100644 meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
 delete mode 100644 meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
 rename meta-python/recipes-devtools/python/{python-ldap_2.4.10.bb => python-ldap_2.4.32.bb} (76%)
 rename meta-python/recipes-devtools/python/{python-pyalsaaudio_0.8.2.bb => python-pyalsaaudio_0.8.3.bb} (57%)
 rename meta-python/recipes-devtools/python/{python-slip-dbus_0.6.0.bb => python-slip-dbus_0.6.1.bb} (86%)
 delete mode 100644 meta-python/recipes-devtools/python/python3-cassandra-driver_3.7.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-cassandra-driver_3.8.0.bb
 rename meta-webserver/recipes-httpd/nginx/{nginx_1.11.9.bb => nginx_1.11.10.bb} (64%)

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


More information about the Openembedded-commits mailing list