[oe-commits] [meta-openembedded] branch master-next updated (7fa9b8d -> 99236d8)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 1 10:07:10 UTC 2017


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

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

    from 7fa9b8d  zabbix: 2.4.7 -> 3.0.8
     new 769db05  devmem2: Change source URL to regain access to it
     new ea14045  usb-modeswitch and usb-modeswitch-data: update to 2.5.0 and 20170205 respectively.
     new 36af8de  syslog-ng: Run autoreconf twice to avoid problems with libtool
     new 7c4f312  syslog-ng: Update to 3.8.1
     new 54ea38d  xfsprogs: update to version 4.10.0
     new e851f7b  efivar: unblacklist package and those that depend on it
     new f9107b5  bundler: resolve build issues with RSS
     new d2778df  python-cmd2: update to version 0.7.0
     new 1faf3fb  python-pyasn1: update to version 2.2.3
     new 9cebc38  python-pytest-runner: update to version 2.11.1
     new bf4caab  python-pyalsaaudio: update to version 0.8.4
     new 99236d8  efivar: update to 0.30 to fix readdir* issues

The 12 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:
 .../xfsprogs/files/link_needed_libs.patch          | 45 +++++++++++++----
 .../{xfsprogs_4.8.0.bb => xfsprogs_4.10.0.bb}      |  9 ++--
 .../recipes-extended/efibootmgr/efibootmgr_0.12.bb |  4 --
 .../efivar/efivar/0002-disable-static-build.patch  | 33 ------------
 .../0004-fix-unknow-option-for-gold-linker.patch   | 38 --------------
 .../fix-compile-failure-with-host-gcc-4.6.patch    | 45 -----------------
 .../efivar/{efivar_0.24.bb => efivar_0.30.bb}      | 11 ++--
 meta-oe/recipes-support/devmem2/devmem2.bb         |  8 +--
 .../Fix-the-memory-leak-problem-for-mutex.patch    | 58 ----------------------
 .../syslog-ng/files/configure.patch                | 23 ---------
 .../recipes-support/syslog-ng/files/dbifix.patch   | 20 --------
 .../fix-a-memory-leak-in-log_driver_free.patch     | 33 ------------
 .../syslog-ng.service-the-syslog-ng-service.patch  | 13 +++--
 meta-oe/recipes-support/syslog-ng/syslog-ng.inc    | 28 ++++++++---
 .../recipes-support/syslog-ng/syslog-ng_3.6.4.bb   | 17 -------
 .../recipes-support/syslog-ng/syslog-ng_3.8.1.bb   | 11 ++++
 ...20140529.bb => usb-modeswitch-data_20170205.bb} |  6 +--
 ...modeswitch_2.2.0.bb => usb-modeswitch_2.5.0.bb} |  4 +-
 .../{python-cmd2_0.6.9.bb => python-cmd2_0.7.0.bb} |  8 +--
 ...aaudio_0.8.3.bb => python-pyalsaaudio_0.8.4.bb} |  6 +--
 .../recipes-devtools/python/python-pyasn1.inc      |  7 ++-
 ...thon-pyasn1_0.2.2.bb => python-pyasn1_0.2.3.bb} |  0
 ...unner_2.8.bb => python-pytest-runner_2.11.1.bb} |  8 +--
 ...on3-pyasn1_0.2.2.bb => python3-pyasn1_0.2.3.bb} |  0
 meta-ruby/recipes-devtools/ruby/bundler_git.bb     |  4 +-
 25 files changed, 109 insertions(+), 330 deletions(-)
 rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_4.8.0.bb => xfsprogs_4.10.0.bb} (83%)
 delete mode 100644 meta-oe/recipes-extended/efivar/efivar/0002-disable-static-build.patch
 delete mode 100644 meta-oe/recipes-extended/efivar/efivar/0004-fix-unknow-option-for-gold-linker.patch
 delete mode 100644 meta-oe/recipes-extended/efivar/efivar/fix-compile-failure-with-host-gcc-4.6.patch
 rename meta-oe/recipes-extended/efivar/{efivar_0.24.bb => efivar_0.30.bb} (72%)
 delete mode 100644 meta-oe/recipes-support/syslog-ng/files/Fix-the-memory-leak-problem-for-mutex.patch
 delete mode 100644 meta-oe/recipes-support/syslog-ng/files/configure.patch
 delete mode 100644 meta-oe/recipes-support/syslog-ng/files/dbifix.patch
 delete mode 100644 meta-oe/recipes-support/syslog-ng/files/fix-a-memory-leak-in-log_driver_free.patch
 delete mode 100644 meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb
 create mode 100644 meta-oe/recipes-support/syslog-ng/syslog-ng_3.8.1.bb
 rename meta-oe/recipes-support/usb-modeswitch/{usb-modeswitch-data_20140529.bb => usb-modeswitch-data_20170205.bb} (66%)
 rename meta-oe/recipes-support/usb-modeswitch/{usb-modeswitch_2.2.0.bb => usb-modeswitch_2.5.0.bb} (80%)
 rename meta-python/recipes-devtools/python/{python-cmd2_0.6.9.bb => python-cmd2_0.7.0.bb} (54%)
 rename meta-python/recipes-devtools/python/{python-pyalsaaudio_0.8.3.bb => python-pyalsaaudio_0.8.4.bb} (56%)
 rename meta-python/recipes-devtools/python/{python-pyasn1_0.2.2.bb => python-pyasn1_0.2.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pytest-runner_2.8.bb => python-pytest-runner_2.11.1.bb} (53%)
 rename meta-python/recipes-devtools/python/{python3-pyasn1_0.2.2.bb => python3-pyasn1_0.2.3.bb} (100%)

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


More information about the Openembedded-commits mailing list