[oe-commits] [meta-openembedded] branch master updated (52904e7 -> a7c45eb)

git at git.openembedded.org git at git.openembedded.org
Thu Jun 21 23:13:10 UTC 2018


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

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

    from 52904e7  spice: Fix build with musl
     add 5b8395e  evince: update 3.28.1 -> 3.28.2
     add 5bea574  spice: Uprev to latest and add opus PKGCONFIG
     add a44aca6  xfce4-panel: fix QA issue 'installed-vs-shipped'
     add 8195786  minicoredumper: Update to latest
     add f245613  iscsi-initiator-utils: Update to latest
     add ce57958  thunar: fix QA issue 'installed-vs-shipped'
     add 029ad49  xfce4: package libtool files if they are installed
     add 4846b3d  syslog-ng: repackage json related conf files
     add a2f02d1  tiptop: Add missing deps on flex and bison
     add 6457b3d  syslog-ng: fix syslog-ng startup problem with systemd
     add 639af7f  gd: Replace strncpy with memccpy to fix -Wstringop-truncation.
     add c3722cc  opensaf:Modified PACKAGECONFIG to fix the following error:
     add a5ea75f  engine-pkcs11: has been merged to libp11, so deleted.
     add 28fab4c  python-pytest: Fix conflict error as following:
     add f097a2d  mozjs: Update Double-Conversion inside mozjs
     add b707fa7  README: fix links to repos and improve formatting
     add 1bcd15e  devmem2: ensure word is 32-bit, add support for 64-bit long
     add a7c45eb  tiptop: Fix parallel build issues

No new revisions were added by this update.

Summary of changes:
 .../evince/{evince_3.28.1.bb => evince_3.28.2.bb}  |    5 +-
 .../files/0001-Include-limit.h-for-PATH_MAX.patch  |   22 -
 ...iusr-iface-Set-strncpy-bounds-to-not-over.patch |   41 -
 .../iscsi-initiator-utils_2.0.876.bb               |    4 +-
 .../recipes-daemons/opensaf/opensaf_5.18.02.bb     |    5 +-
 meta-networking/recipes-support/spice/spice_git.bb |    5 +-
 meta-oe/README                                     |   12 +-
 .../engine-pkcs11/engine-pkcs11_0.2.2.bb           |   31 -
 .../mozjs/mozjs/0003-Add-AArch64-support.patch     |   76 -
 .../mozjs/mozjs/Update-Double-Conversion.patch     | 1732 ++++++++++++++++++++
 ...pdate-the-double-conversion-update-script.patch |  175 ++
 meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb     |    3 +-
 .../tiptop/tiptop/0001-Fix-build-when-S-B.patch    |   28 +
 ...ix-parallel-build-problems-by-Adrian-Bunk.patch |   28 +
 ...0002-fix-reproducibility-of-build-process.patch |   32 +
 meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb    |   11 +-
 .../files/0001-fix-compile-error-on-arch-x32.patch |   32 -
 .../minicoredumper/minicoredumper_2.0.0.bb         |    3 +-
 meta-oe/recipes-support/devmem2/devmem2.bb         |    4 +-
 ...sure-word-is-32-bit-and-add-support-for-6.patch |   70 +
 ...gdft.c-Replace-strncpy-with-memccpy-to-fi.patch |   46 +
 meta-oe/recipes-support/gd/gd_2.2.5.bb             |    1 +
 .../{syslog-ng.conf => syslog-ng.conf.systemd}     |    2 +-
 .../{syslog-ng.conf => syslog-ng.conf.sysvinit}    |    0
 .../syslog-ng.service-the-syslog-ng-service.patch  |    3 +-
 meta-oe/recipes-support/syslog-ng/syslog-ng.inc    |   36 +-
 .../recipes-devtools/python/python-pytest.inc      |   10 +
 .../recipes-devtools/python/python-pytest_3.4.2.bb |    1 +
 .../python/python3-pytest_3.4.2.bb                 |    2 +
 meta-xfce/classes/thunar-plugin.bbclass            |    2 +
 meta-xfce/classes/xfce-panel-plugin.bbclass        |    1 +
 meta-xfce/recipes-apps/orage/orage_4.12.1.bb       |    2 +-
 .../recipes-multimedia/parole/parole_1.0.1.bb      |    2 +
 .../gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb       |    5 +
 meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb      |    2 +-
 meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb    |    4 +
 .../recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb |    4 +-
 .../xfce4-session/xfce4-session_4.12.1.bb          |    4 +
 38 files changed, 2210 insertions(+), 236 deletions(-)
 rename meta-gnome/recipes-gnome/evince/{evince_3.28.1.bb => evince_3.28.2.bb} (93%)
 delete mode 100644 meta-networking/recipes-daemons/iscsi-initiator-utils/files/0001-Include-limit.h-for-PATH_MAX.patch
 delete mode 100644 meta-networking/recipes-daemons/iscsi-initiator-utils/files/0002-libopeniscsiusr-iface-Set-strncpy-bounds-to-not-over.patch
 delete mode 100644 meta-oe/recipes-crypto/engine-pkcs11/engine-pkcs11_0.2.2.bb
 delete mode 100644 meta-oe/recipes-extended/mozjs/mozjs/0003-Add-AArch64-support.patch
 create mode 100644 meta-oe/recipes-extended/mozjs/mozjs/Update-Double-Conversion.patch
 create mode 100644 meta-oe/recipes-extended/mozjs/mozjs/Update-the-double-conversion-update-script.patch
 create mode 100644 meta-oe/recipes-extended/tiptop/tiptop/0001-Fix-build-when-S-B.patch
 create mode 100644 meta-oe/recipes-extended/tiptop/tiptop/0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch
 create mode 100644 meta-oe/recipes-extended/tiptop/tiptop/0002-fix-reproducibility-of-build-process.patch
 delete mode 100644 meta-oe/recipes-kernel/minicoredumper/files/0001-fix-compile-error-on-arch-x32.patch
 create mode 100644 meta-oe/recipes-support/devmem2/devmem2/0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch
 create mode 100644 meta-oe/recipes-support/gd/gd/0001-annotate.c-gdft.c-Replace-strncpy-with-memccpy-to-fi.patch
 copy meta-oe/recipes-support/syslog-ng/files/{syslog-ng.conf => syslog-ng.conf.systemd} (99%)
 rename meta-oe/recipes-support/syslog-ng/files/{syslog-ng.conf => syslog-ng.conf.sysvinit} (100%)

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


More information about the Openembedded-commits mailing list