[oe-commits] [meta-openembedded] branch master-next updated (b0ded29 -> c54d51c)

git at git.openembedded.org git at git.openembedded.org
Thu Mar 9 23:49:58 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.

 discard b0ded29  librcf: add new recipe
 discard 2a50179  json-spirit: add new recipe
 discard 1f2353b  rsyslog: fixes musl libc build
 discard b7bf522  libtorrent, rtorrent: Update to 0.13.6+git
 discard 244848c  iptraf: Fix build with clang
 discard f436429  ltrace: Fix build with aarch64 and bump to latest
 discard 78d7a1d  rapidjson: Update to 1.1.0 + git
 discard 04a9449  log4c: Backport patch to fix security format errors with clang
 discard 9d8d272  a2jmidid: Fix build on aarch64
 discard c8aacc2  irssi: Upgrade to 1.0.1
 discard a6712bb  tbb: Update to 2017 release
 discard c03aff3  gperftools: Fix build with clang
 discard a4a1fe7  grail: Disable elision warnings for clang
 discard e78c8f2  gpm: Update to use git src uri
     new d5083ac  grail: Disable elision warnings for clang
     new e88287a  gperftools: Fix build with clang
     new a64e7b2  tbb: Update to 2017 release
     new d9af047  irssi: Upgrade to 1.0.1
     new 08ac16e  a2jmidid: Fix build on aarch64
     new dfefb01  log4c: Backport patch to fix security format errors with clang
     new 25d043b  ltrace: Fix build with aarch64 and bump to latest
     new af4ee1e  iptraf: Fix build with clang
     new 037c7f7  rsyslog: fixes musl libc build
     new b4b3b06  json-spirit: add new recipe
     new e33deff  librcf: add new recipe
     new b4295dc  python-idna: update to version 2.5
     new 3f92a40  python-serpent: add a python3 recipe
     new 5d61e9e  python-serpent: update to version 1.19
     new 1f73617  python-psutil: update to version 5.2.0
     new 3290808  syslog-ng: fix syntax error in syslog-ng.conf
     new f207432  postfix: remove references to buildmachine paths in target makedefs.out
     new c5f2000  python-pycparser: reverse depend on cpp.
     new 4390f0b  python-pyparsing: update to version 2.2.0
     new c54d51c  chrony: fix build failure for arma9

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   (b0ded29)
            \
             N -- N -- N   refs/heads/master-next (c54d51c)

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 20 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:
 .../recipes-daemons/postfix/postfix.inc            |   2 +-
 .../recipes-support/chrony/chrony/arm_eabi.patch   |  57 ++++
 .../recipes-support/chrony/chrony_2.4.bb           |   5 +-
 .../{libtorrent_0.13.6.bb => libtorrent_0.13.3.bb} |  13 +-
 .../{rtorrent_0.9.6.bb => rtorrent_0.9.3.bb}       |  12 +-
 .../Fix-gcc-strict-overflow-warning.patch          |  30 ++
 .../remove-march-native-from-CMAKE_CXX_FLAGS.patch |  41 ++-
 .../{rapidjson_1.1.0.bb => rapidjson_1.0.2.bb}     |   7 +-
 .../gpm/gpm-1.99.7/eglibc-2.17.patch               |  12 +
 .../recipes-support/gpm/{gpm => gpm-1.99.7}/init   |   0
 .../gpm/{gpm => gpm-1.99.7}/no-docs.patch          |   2 +-
 .../gpm/{gpm => gpm-1.99.7}/processcreds.patch     |   0
 .../gpm/gpm-1.99.7/remove_nested_functions.patch   | 326 +++++++++++++++++++++
 meta-oe/recipes-support/gpm/gpm/gpm.service.in     |   9 -
 meta-oe/recipes-support/gpm/gpm_1.99.7.bb          |  52 ++--
 .../recipes-support/syslog-ng/files/syslog-ng.conf |   4 +-
 .../recipes-devtools/python/python-idna.inc        |   4 +-
 .../{python-idna_2.4.bb => python-idna_2.5.bb}     |   0
 .../recipes-devtools/python/python-psutil.inc      |   4 +-
 ...thon-psutil_5.1.3.bb => python-psutil_5.2.0.bb} |   0
 .../recipes-devtools/python/python-pycparser.inc   |   2 +
 .../recipes-devtools/python/python-pyparsing.inc   |  19 ++
 .../python/python-pyparsing_2.1.10.bb              |   9 -
 .../python/python-pyparsing_2.2.0.bb               |   2 +
 .../recipes-devtools/python/python-serpent.inc     |  13 +
 .../python/python-serpent_1.18.1.bb                |  13 -
 .../recipes-devtools/python/python-serpent_1.19.bb |   2 +
 .../{python3-idna_2.4.bb => python3-idna_2.5.bb}   |   0
 ...on3-psutil_5.1.3.bb => python3-psutil_5.2.0.bb} |   0
 .../python/python3-pyparsing_2.2.0.bb              |   2 +
 ...implejson_3.10.0.bb => python3-serpent_1.19.bb} |   3 +-
 31 files changed, 535 insertions(+), 110 deletions(-)
 create mode 100644 meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
 rename meta-oe/recipes-connectivity/libtorrent/{libtorrent_0.13.6.bb => libtorrent_0.13.3.bb} (60%)
 rename meta-oe/recipes-connectivity/rtorrent/{rtorrent_0.9.6.bb => rtorrent_0.9.3.bb} (57%)
 create mode 100644 meta-oe/recipes-devtools/rapidjson/rapidjson/Fix-gcc-strict-overflow-warning.patch
 rename meta-oe/recipes-devtools/rapidjson/{rapidjson_1.1.0.bb => rapidjson_1.0.2.bb} (74%)
 create mode 100644 meta-oe/recipes-support/gpm/gpm-1.99.7/eglibc-2.17.patch
 rename meta-oe/recipes-support/gpm/{gpm => gpm-1.99.7}/init (100%)
 rename meta-oe/recipes-support/gpm/{gpm => gpm-1.99.7}/no-docs.patch (93%)
 rename meta-oe/recipes-support/gpm/{gpm => gpm-1.99.7}/processcreds.patch (100%)
 create mode 100644 meta-oe/recipes-support/gpm/gpm-1.99.7/remove_nested_functions.patch
 delete mode 100644 meta-oe/recipes-support/gpm/gpm/gpm.service.in
 rename meta-python/recipes-devtools/python/{python-idna_2.4.bb => python-idna_2.5.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-psutil_5.1.3.bb => python-psutil_5.2.0.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-pyparsing.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-pyparsing_2.1.10.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pyparsing_2.2.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python-serpent.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-serpent_1.18.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-serpent_1.19.bb
 rename meta-python/recipes-devtools/python/{python3-idna_2.4.bb => python3-idna_2.5.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-psutil_5.1.3.bb => python3-psutil_5.2.0.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python3-pyparsing_2.2.0.bb
 copy meta-python/recipes-devtools/python/{python3-simplejson_3.10.0.bb => python3-serpent_1.19.bb} (67%)

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


More information about the Openembedded-commits mailing list