[oe-commits] [meta-openembedded] branch master updated (bc94e43 -> d2da8b8)

git at git.openembedded.org git at git.openembedded.org
Thu Jun 22 14:04:34 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 bc94e43  python-setuptools-scm: update to version 1.15.6
     new 251547b  gitver: skip packages instead of panic()ing if ${GITVER} fails to expand
     new 021844a  makedumpfile: Fix build with hardening
     new 6e36914  python-pylint: adds Python3 support
     new b184b6d  python-isort: adds Python3 support
     new 488533c  python-lazy-object-proxy: adds Python3 support
     new 12e8df0  python-astroid: adds Python3 support
     new 1934a77  python-wrapt: adds Python3 support
     new ec5b888  zabbix: 3.0.8 -> 3.0.9
     new 99c2b3b  kexecboot: update recipe to master on github (4c4f127)
     new 49e2c00  libdevmapper: sync with lvm2 2.02.171
     new 941de88  bdwgc: add a recipe from oe-core
     new 10bd8e8  sqlite: Fix build with hardening flags
     new 67a13d6  xmlstarlet: Update to 1.6.1
     new 11d9812  xfsprogs: Remove .la files in ${libdir}
     new d2da8b8  scsirastools: Upgrade to 1.6.6

The 15 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:
 ...fine-__-prefixed-version-of-intXY_t-types.patch |  58 ++++++
 .../recipes-utils/xfsprogs/xfsprogs_4.10.0.bb      |   5 +-
 .../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 +-
 .../scsirastools/scsirastools/mdadm.patch          |  13 ++
 .../scsirastools/scsirastools/print-format.patch   | 218 +++++++++++++++++++++
 ...scsirastools_1.6.4.bb => scsirastools_1.6.6.bb} |  14 +-
 ...e-Add-proper-format-string-to-print-a-str.patch |  35 ++++
 .../makedumpfile/makedumpfile_1.6.1.bb             |   7 +-
 ...ac-add-check-for-NO_GETCONTEXT-definition.patch |  29 +++
 .../bdwgc/bdwgc/musl_header_fix.patch              |  27 +++
 meta-oe/recipes-support/bdwgc/bdwgc_7.6.0.bb       |  42 ++++
 ...mapper_2.02.166.bb => libdevmapper_2.02.171.bb} |   4 +-
 ...c-Fix-format-not-a-string-literal-warning.patch |  32 +++
 meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb    |   8 +-
 .../{xmlstarlet_1.5.0.bb => xmlstarlet_1.6.1.bb}   |  11 +-
 ...{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 +
 37 files changed, 561 insertions(+), 512 deletions(-)
 create mode 100644 meta-filesystems/recipes-utils/xfsprogs/files/0001-define-__-prefixed-version-of-intXY_t-types.patch
 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-extended/scsirastools/scsirastools/mdadm.patch
 create mode 100644 meta-oe/recipes-extended/scsirastools/scsirastools/print-format.patch
 rename meta-oe/recipes-extended/scsirastools/{scsirastools_1.6.4.bb => scsirastools_1.6.6.bb} (81%)
 create mode 100644 meta-oe/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-Add-proper-format-string-to-print-a-str.patch
 create mode 100644 meta-oe/recipes-support/bdwgc/bdwgc/0001-configure.ac-add-check-for-NO_GETCONTEXT-definition.patch
 create mode 100644 meta-oe/recipes-support/bdwgc/bdwgc/musl_header_fix.patch
 create mode 100644 meta-oe/recipes-support/bdwgc/bdwgc_7.6.0.bb
 rename meta-oe/recipes-support/lvm2/{libdevmapper_2.02.166.bb => libdevmapper_2.02.171.bb} (63%)
 create mode 100644 meta-oe/recipes-support/sqlite/sqlite-2.8.17/0001-shell.c-Fix-format-not-a-string-literal-warning.patch
 rename meta-oe/recipes-support/xmlstarlet/{xmlstarlet_1.5.0.bb => xmlstarlet_1.6.1.bb} (69%)
 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