[oe-commits] [meta-openembedded] branch master-next updated (2154508 -> 96bcc82)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 21 08:34:30 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 2154508  scsirastools: Upgrade to 1.6.6
     new 5209e91  gitver: skip packages instead of panic()ing if ${GITVER} fails to expand
     new c19042b  makedumpfile: Fix build with hardening
     new a131103  python-pylint: adds Python3 support
     new c957274  python-isort: adds Python3 support
     new 6ee7c27  python-lazy-object-proxy: adds Python3 support
     new c4944d6  python-astroid: adds Python3 support
     new 533e156  python-wrapt: adds Python3 support
     new 7d8c8da  ipmiutil: Upgrade to 3.0.5
     new 4963260  zabbix: 3.0.8 -> 3.0.9
     new 96bcc82  kexecboot: update recipe to master on github (4c4f127)

The 10 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:
 .../files/0001-kexecboot-fix-build-when-S-B.patch  |  61 ----
 .../0002-kexecboot-fix-configure-warnings.patch    |  33 ---
 ...0003-kexecboot-do-not-hardcode-MOUNTPOINT.patch |  97 -------
 ...-workaround-for-absolute-kernel-and-initr.patch | 135 ---------
 .../files/0005-rgb.h-fix-build-with-gcc5.patch     |  35 ---
 .../{kexecboot_0.6.bb => kexecboot_git.bb}         |  19 +-
 meta-oe/classes/gitver.bbclass                     |  23 +-
 .../zabbix/{zabbix_3.0.8.bb => zabbix_3.0.9.bb}    |   4 +-
 ...e-Add-proper-format-string-to-print-a-str.patch |  35 +++
 .../makedumpfile/makedumpfile_1.6.1.bb             |   7 +-
 .../ipmiutil/ipmiutil/fix_systemd_path.patch       | 318 ---------------------
 .../{ipmiutil_2.9.6.bb => ipmiutil_3.0.5.bb}       |  40 ++-
 ...{python-astroid_1.5.3.bb => python-astroid.inc} |   5 +-
 .../python/python-astroid_1.5.3.bb                 |  22 +-
 .../{python-isort_4.2.15.bb => python-isort.inc}   |   3 +-
 .../recipes-devtools/python/python-isort_4.2.15.bb |  13 +-
 ...proxy_1.3.1.bb => python-lazy-object-proxy.inc} |   2 +-
 .../python/python-lazy-object-proxy_1.3.1.bb       |  12 +-
 .../recipes-devtools/python/python-pylint.inc      |  31 ++
 .../recipes-devtools/python/python-pylint_1.6.5.bb |  46 +--
 .../{python-wrapt_1.10.10.bb => python-wrapt.inc}  |   2 +-
 .../python/python-wrapt_1.10.10.bb                 |  17 +-
 .../python/python3-astroid_1.5.3.bb                |   2 +
 .../python/python3-isort_4.2.15.bb                 |   2 +
 .../python/python3-lazy-object-proxy_1.3.1.bb      |   2 +
 .../python/python3-pylint_1.6.5.bb                 |   2 +
 .../python/python3-wrapt_1.10.10.bb                |   2 +
 27 files changed, 134 insertions(+), 836 deletions(-)
 delete mode 100644 meta-initramfs/recipes-bsp/kexecboot/files/0001-kexecboot-fix-build-when-S-B.patch
 delete mode 100644 meta-initramfs/recipes-bsp/kexecboot/files/0002-kexecboot-fix-configure-warnings.patch
 delete mode 100644 meta-initramfs/recipes-bsp/kexecboot/files/0003-kexecboot-do-not-hardcode-MOUNTPOINT.patch
 delete mode 100644 meta-initramfs/recipes-bsp/kexecboot/files/0004-kexecboot.c-workaround-for-absolute-kernel-and-initr.patch
 delete mode 100644 meta-initramfs/recipes-bsp/kexecboot/files/0005-rgb.h-fix-build-with-gcc5.patch
 rename meta-initramfs/recipes-bsp/kexecboot/{kexecboot_0.6.bb => kexecboot_git.bb} (81%)
 rename meta-oe/recipes-connectivity/zabbix/{zabbix_3.0.8.bb => zabbix_3.0.9.bb} (94%)
 create mode 100644 meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-Add-proper-format-string-to-print-a-str.patch
 delete mode 100644 meta-oe/recipes-support/ipmiutil/ipmiutil/fix_systemd_path.patch
 rename meta-oe/recipes-support/ipmiutil/{ipmiutil_2.9.6.bb => ipmiutil_3.0.5.bb} (68%)
 copy meta-python/recipes-devtools/python/{python-astroid_1.5.3.bb => python-astroid.inc} (84%)
 copy meta-python/recipes-devtools/python/{python-isort_4.2.15.bb => python-isort.inc} (93%)
 copy meta-python/recipes-devtools/python/{python-lazy-object-proxy_1.3.1.bb => python-lazy-object-proxy.inc} (93%)
 create mode 100644 meta-python/recipes-devtools/python/python-pylint.inc
 copy meta-python/recipes-devtools/python/{python-wrapt_1.10.10.bb => python-wrapt.inc} (95%)
 create mode 100644 meta-python/recipes-devtools/python/python3-astroid_1.5.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-isort_4.2.15.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.3.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pylint_1.6.5.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-wrapt_1.10.10.bb

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


More information about the Openembedded-commits mailing list