[oe-commits] [meta-openembedded] branch master updated (dd5622e -> 866daa1)

git at git.openembedded.org git at git.openembedded.org
Thu Jun 13 17:55:28 UTC 2019


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

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

    from dd5622e  nginx: fix kill path in nginx systemd unit file
     add a5007f6  syslog-ng: add rconflict for package syslog-ng-libs
     add 30a9033  cli11: 1.6.2 -> 1.7.1
     add 4bf8142  uthash: do not use unstable github archive tarballs
     add 656ef42  libmikmod: upgrade to 3.3.11.1
     add 0619531  networkmanager: Update to 1.18.0
     add e9ffb7c  libp11: update to 0.4.10
     add 0e837da  lxdm: provides fake gdmflexiserver for xfce desktop environment
     add 1ac44de  netkit-telnet: add rconflicts
     add 8e641e2  samba/libldb: add rconflicts
     add 7a81eea  safec: Initial recipe for safe C library
     add e3392ec  python-six: put python2/3 variant together
     add 2349dd7  python-jsmin,python-pytoml,python-which: Add recipes
     add 9ca3aad  mozjs: Upgrade to version 60.x
     add 866daa1  polkit: Upgrade to 0.116

No new revisions were added by this update.

Summary of changes:
 .../networkmanager/0003-dlopen-failure.patch       |  34 ---
 ...0001-Fix-build-with-musl-systemd-specific.patch | 128 ++++++------
 .../musl/0002-Fix-build-with-musl.patch            |  20 +-
 ...kmanager_1.16.0.bb => networkmanager_1.18.0.bb} |   6 +-
 .../recipes-connectivity/samba/samba_4.8.11.bb     |   3 +
 .../netkit-telnet/netkit-telnet_0.17.bb            |   1 +
 .../recipes-support/libldb/libldb_1.4.1.bb         |   2 +
 meta-oe/recipes-core/safec/safec_3.4.bb            |  15 ++
 .../recipes-devtools/python/python-jsmin_2.2.2.bb  |  11 +
 meta-oe/recipes-devtools/python/python-pytoml.inc  |  12 ++
 .../python/python-pytoml_0.1.20.bb                 |   2 +
 .../recipes-devtools/python/python-six_1.12.0.bb   |   2 +
 .../recipes-devtools/python/python-which_1.1.0.bb  |  19 ++
 .../mozjs/0001-To-fix-build-error-on-arm32BE.patch |   8 +-
 .../0001-do-not-create-python-environment.patch    |  28 +--
 ...1-fix-compiling-failure-on-mips64-n32-bsp.patch |  19 +-
 .../mozjs/mozjs/0001-js-Fix-build-with-musl.patch  |  31 +++
 ...-not-include-RequiredDefines.h-for-depend.patch |   8 +-
 .../0001-riscv-Disable-atomic-operations.patch     |  38 ++++
 .../mozjs/0005-fix-do_compile-failed-on-mips.patch |  11 +-
 .../mozjs/mozjs/0006-support-musl.patch            | 124 +++--------
 ...010-fix-cross-compilation-on-i586-targets.patch |   9 +-
 .../mozjs/mozjs/JS_PUBLIC_API.patch                |  48 +++--
 .../mozjs/mozjs/add-riscv-support.patch            |  38 +---
 .../disable-mozglue-in-stand-alone-builds.patch    |  74 -------
 .../mozjs/mozjs/format-overflow.patch              |  12 +-
 .../mozjs/{mozjs_52.9.1.bb => mozjs_60.5.2.bb}     |  25 ++-
 ...pare-PolkitUnixProcess-uids-for-temporary.patch | 186 -----------------
 .../0001-make-netgroup-support-configurable.patch  |  93 ---------
 .../0003-make-netgroup-support-optional.patch      | 232 +++++++++++++++++++++
 .../polkit/{polkit_0.115.bb => polkit_0.116.bb}    |   7 +-
 .../{libmikmod_3.3.6.bb => libmikmod_3.3.11.1.bb}  |   6 +-
 .../cli11/{cli11_1.6.2.bb => cli11_1.7.1.bb}       |   4 +-
 .../libp11/{libp11_0.4.7.bb => libp11_0.4.10.bb}   |   5 +-
 meta-oe/recipes-support/syslog-ng/syslog-ng.inc    |   1 +
 meta-oe/recipes-support/uthash/uthash_2.1.0.bb     |   7 +-
 .../recipes-graphics/lxdm/lxdm/gdmflexiserver      |   3 +
 meta-xfce/recipes-graphics/lxdm/lxdm_%.bbappend    |   7 +
 38 files changed, 582 insertions(+), 697 deletions(-)
 delete mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/0003-dlopen-failure.patch
 rename meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.16.0.bb => networkmanager_1.18.0.bb} (96%)
 create mode 100644 meta-oe/recipes-core/safec/safec_3.4.bb
 create mode 100644 meta-oe/recipes-devtools/python/python-jsmin_2.2.2.bb
 create mode 100644 meta-oe/recipes-devtools/python/python-pytoml.inc
 create mode 100644 meta-oe/recipes-devtools/python/python-pytoml_0.1.20.bb
 create mode 100644 meta-oe/recipes-devtools/python/python-six_1.12.0.bb
 create mode 100644 meta-oe/recipes-devtools/python/python-which_1.1.0.bb
 create mode 100644 meta-oe/recipes-extended/mozjs/mozjs/0001-js-Fix-build-with-musl.patch
 create mode 100644 meta-oe/recipes-extended/mozjs/mozjs/0001-riscv-Disable-atomic-operations.patch
 delete mode 100644 meta-oe/recipes-extended/mozjs/mozjs/disable-mozglue-in-stand-alone-builds.patch
 rename meta-oe/recipes-extended/mozjs/{mozjs_52.9.1.bb => mozjs_60.5.2.bb} (84%)
 delete mode 100644 meta-oe/recipes-extended/polkit/polkit/0001-backend-Compare-PolkitUnixProcess-uids-for-temporary.patch
 delete mode 100644 meta-oe/recipes-extended/polkit/polkit/0001-make-netgroup-support-configurable.patch
 create mode 100644 meta-oe/recipes-extended/polkit/polkit/0003-make-netgroup-support-optional.patch
 rename meta-oe/recipes-extended/polkit/{polkit_0.115.bb => polkit_0.116.bb} (88%)
 rename meta-oe/recipes-multimedia/mikmod/{libmikmod_3.3.6.bb => libmikmod_3.3.11.1.bb} (73%)
 rename meta-oe/recipes-support/cli11/{cli11_1.6.2.bb => cli11_1.7.1.bb} (79%)
 rename meta-oe/recipes-support/libp11/{libp11_0.4.7.bb => libp11_0.4.10.bb} (80%)
 create mode 100644 meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver
 create mode 100644 meta-xfce/recipes-graphics/lxdm/lxdm_%.bbappend

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


More information about the Openembedded-commits mailing list