[oe-commits] [meta-openembedded] branch master-next updated (05ec709 -> 090ffc2)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 11 08:08:34 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 05ec709  kodi: Fix build on powerpc
     new 7129489  meta-python: Add Protobuf and gRPC Python recipes
     new 6d67f3b  meta-python: Add pybluez recipe
     new 536aaeb  meta-python: Add python-daemon recipe and its dependencies
     new 1fa365d  recipes-utils: Add recipe for udevil
     new 3b68b89  udisks2: update 2.1.7 -> 2.1.8
     new 40289a3  gvfs: update 1.28.3 -> 1.32.1
     new 886230a  garcon: update 0.4.0 -> 0.6.1
     new 282447b  gparted: update 0.27.0 -> 0.28.1
     new 59dc097  abiword: update 3.0.1 -> 3.0.2
     new e49a72c  faac: update 1.28 -> 1.29
     new f24c55b  libdbus-c++: Add -pthread to linker flags
     new 191cab0  klibc: Fix build with musl
     new 090ffc2  ubi-utils-klibc: Pass TUNE_CCARGS into CFLAGS

The 13 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:
 .../0001-udevil-0.4.3-fix-compile-with-gcc6.patch  |  12 +
 .../recipes-utils/udevil/udevil_0.4.4.bb           |  28 ++
 .../{gparted_0.27.0.bb => gparted_0.28.1.bb}       |   4 +-
 ...-13754-Fix-build-on-gcc-6-default-to-C-11.patch |  74 -----
 .../abiword/{abiword_3.0.1.bb => abiword_3.0.2.bb} |   5 +-
 .../gvfs/{gvfs_1.28.3.bb => gvfs_1.32.1.bb}        |   6 +-
 ...ine-in_-structs-for-non-glibc-system-libs.patch |  85 ++++++
 ...0001-dash-Specify-format-string-in-fmtstr.patch |  31 ++
 .../0001-include-linux-sysinfo.h-directly.patch    |  32 ++
 .../klibc-2.0.4/0001-mkfifo-Implement-mkfifo.patch |  29 ++
 meta-initramfs/recipes-devtools/klibc/klibc.inc    |  34 ++-
 .../recipes-devtools/mtd/ubi-utils-klibc_1.5.1.bb  |   1 +
 .../recipes-multimedia/faac/faac_1.28.bb           |  26 --
 .../recipes-multimedia/faac/faac_1.29.bb           |  27 ++
 ...frontend-Fix-format-string-security-error.patch |  26 --
 ...efine-__STRING-if-cdefs.h-does-not-exist.patch} |   0
 .../files/address-gcc-6-narrowing-errors.patch     |  47 ---
 .../recipes-multimedia/faac/files/build-fix.patch  | 332 ---------------------
 meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb     |   1 +
 .../udisks/{udisks2_2.1.7.bb => udisks2_2.1.8.bb}  |   4 +-
 .../0001-Workaround-for-issue-2-1.patch            |  31 ++
 .../recipes-devtools/python/python-daemon_2.1.2.bb |  27 ++
 .../python/python-docutils_0.14rc2.bb              |  18 ++
 .../python/python-grpcio-tools_1.4.0.bb            |  17 ++
 .../recipes-devtools/python/python-grpcio_1.4.0.bb |  23 ++
 .../python/python-lockfile_0.12.2.bb               |  13 +
 .../python/python-protobuf_3.3.0.bb                |  16 +
 .../recipes-devtools/python/python-pybluez_0.22.bb |  17 ++
 .../garcon/{garcon_0.4.0.bb => garcon_0.6.1.bb}    |   4 +-
 29 files changed, 442 insertions(+), 528 deletions(-)
 create mode 100644 meta-filesystems/recipes-utils/udevil/files/0001-udevil-0.4.3-fix-compile-with-gcc6.patch
 create mode 100644 meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb
 rename meta-gnome/recipes-extended/gparted/{gparted_0.27.0.bb => gparted_0.28.1.bb} (90%)
 delete mode 100644 meta-gnome/recipes-gnome/abiword/abiword/0002-Bug-13754-Fix-build-on-gcc-6-default-to-C-11.patch
 rename meta-gnome/recipes-gnome/abiword/{abiword_3.0.1.bb => abiword_3.0.2.bb} (96%)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.28.3.bb => gvfs_1.32.1.bb} (91%)
 create mode 100644 meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-Define-in_-structs-for-non-glibc-system-libs.patch
 create mode 100644 meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-dash-Specify-format-string-in-fmtstr.patch
 create mode 100644 meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-include-linux-sysinfo.h-directly.patch
 create mode 100644 meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-mkfifo-Implement-mkfifo.patch
 delete mode 100644 meta-multimedia/recipes-multimedia/faac/faac_1.28.bb
 create mode 100644 meta-multimedia/recipes-multimedia/faac/faac_1.29.bb
 delete mode 100644 meta-multimedia/recipes-multimedia/faac/files/0001-frontend-Fix-format-string-security-error.patch
 rename meta-multimedia/recipes-multimedia/faac/files/{0002-mp4v2-Define-__STRING-if-cdefs.h-does-not-exist.patch => 0001-mp4v2-Define-__STRING-if-cdefs.h-does-not-exist.patch} (100%)
 delete mode 100644 meta-multimedia/recipes-multimedia/faac/files/address-gcc-6-narrowing-errors.patch
 delete mode 100644 meta-multimedia/recipes-multimedia/faac/files/build-fix.patch
 rename meta-oe/recipes-support/udisks/{udisks2_2.1.7.bb => udisks2_2.1.8.bb} (89%)
 create mode 100644 meta-python/recipes-devtools/python/python-daemon/0001-Workaround-for-issue-2-1.patch
 create mode 100644 meta-python/recipes-devtools/python/python-daemon_2.1.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python-docutils_0.14rc2.bb
 create mode 100644 meta-python/recipes-devtools/python/python-grpcio-tools_1.4.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python-grpcio_1.4.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python-lockfile_0.12.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python-protobuf_3.3.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pybluez_0.22.bb
 rename meta-xfce/recipes-xfce/garcon/{garcon_0.4.0.bb => garcon_0.6.1.bb} (76%)

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


More information about the Openembedded-commits mailing list