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

git at git.openembedded.org git at git.openembedded.org
Wed May 29 09:26:46 UTC 2019


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

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

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

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f540c44)
            \
             N -- N -- N   refs/heads/master-next (866daa1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 14 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:
 .../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 +
 .../phoronix-test-suite_8.6.0.bb                   |   1 -
 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 +-
 .../libp11/{libp11_0.4.7.bb => libp11_0.4.10.bb}   |   5 +-
 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 +
 37 files changed, 579 insertions(+), 696 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/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