[oe-commits] [meta-openembedded] branch master-next updated (b3dc3b0 -> 104af5a)

git at git.openembedded.org git at git.openembedded.org
Thu May 9 17:05:53 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 b3dc3b0  Remove liboil
 discard c08090f  vlc: Remove workaround and patches for problems fixed upstream
 discard 07f0d6f  fluidsynth: Explicitly disable readline support
     new 422c5dd  vlc: Remove workaround and patches for problems fixed upstream
     new 1928763  Remove liboil
     new f9b198f  python-cython: upgrade 0.29.6 -> 0.29.7
     new c348067  python-mock: upgrade 2.0.0 -> 3.0.5
     new b6cb9b9  python-pbr: upgrade 5.1.3 -> 5.2.0
     new 8be146e  python-psutil: upgrade 5.6.1 -> 5.6.2
     new 41933c4  python-pymongo: upgrade 3.7.2 -> 3.8.0
     new c09f8fc  python3-tinydb: add version 3.13.0
     new 62a387e  dnrd: Remove stale files of recipe removed 2 years ago
     new f8a6270  postfix: Upgrade 3.4.1 -> 3.4.5
     new 94d55c5  pptp-linux: Upgrade 1.9.0 -> 1.10.0
     new 684c2fc  dovecot: Upgrade 2.2.36 -> 2.2.36.3
     new 104af5a  Remove me as maintainer

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   (b3dc3b0)
            \
             N -- N -- N   refs/heads/master-next (104af5a)

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 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:
 .../fluidsynth/fluidsynth_git.bb                   |  2 +-
 .../recipes-daemons/dnrd/dnrd/dnrd.conf.sample     | 21 -----
 .../recipes-daemons/dnrd/dnrd/dnrd.init            | 94 ----------------------
 .../recipes-daemons/dnrd/dnrd/dnrd.service         | 12 ---
 .../recipes-daemons/postfix/files/linux_5.x.patch  | 27 -------
 .../postfix/{postfix_3.4.1.bb => postfix_3.4.5.bb} |  5 +-
 .../0001-include-missing-sys-types.h.patch         | 28 -------
 .../{pptp-linux_1.9.0.bb => pptp-linux_1.10.0.bb}  |  5 +-
 .../{dovecot_2.2.36.bb => dovecot_2.2.36.3.bb}     |  4 +-
 .../recipes-devtools/python/python-cython.inc      |  4 +-
 ...on-cython_0.29.6.bb => python-cython_0.29.7.bb} |  0
 .../{python-mock_2.0.0.bb => python-mock_3.0.5.bb} |  4 +-
 .../{python-pbr_5.1.3.bb => python-pbr_5.2.0.bb}   |  4 +-
 .../recipes-devtools/python/python-psutil.inc      |  4 +-
 ...thon-psutil_5.6.1.bb => python-psutil_5.6.2.bb} |  0
 .../recipes-devtools/python/python-pymongo.inc     |  4 +-
 ...on-pymongo_3.7.2.bb => python-pymongo_3.8.0.bb} |  0
 .../recipes-devtools/python/python-tinydb.inc      | 20 +++++
 ...3-cython_0.29.6.bb => python3-cython_0.29.7.bb} |  0
 ...on3-psutil_5.6.1.bb => python3-psutil_5.6.2.bb} |  0
 ...3-pymongo_3.7.2.bb => python3-pymongo_3.8.0.bb} |  0
 .../python/python3-tinydb_3.13.0.bb                |  2 +
 meta-xfce/README                                   |  1 -
 23 files changed, 39 insertions(+), 202 deletions(-)
 delete mode 100644 meta-networking/recipes-daemons/dnrd/dnrd/dnrd.conf.sample
 delete mode 100644 meta-networking/recipes-daemons/dnrd/dnrd/dnrd.init
 delete mode 100644 meta-networking/recipes-daemons/dnrd/dnrd/dnrd.service
 delete mode 100644 meta-networking/recipes-daemons/postfix/files/linux_5.x.patch
 rename meta-networking/recipes-daemons/postfix/{postfix_3.4.1.bb => postfix_3.4.5.bb} (66%)
 delete mode 100644 meta-networking/recipes-protocols/pptp-linux/pptp-linux/0001-include-missing-sys-types.h.patch
 rename meta-networking/recipes-protocols/pptp-linux/{pptp-linux_1.9.0.bb => pptp-linux_1.10.0.bb} (82%)
 rename meta-networking/recipes-support/dovecot/{dovecot_2.2.36.bb => dovecot_2.2.36.3.bb} (95%)
 rename meta-python/recipes-devtools/python/{python-cython_0.29.6.bb => python-cython_0.29.7.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-mock_2.0.0.bb => python-mock_3.0.5.bb} (74%)
 rename meta-python/recipes-devtools/python/{python-pbr_5.1.3.bb => python-pbr_5.2.0.bb} (62%)
 rename meta-python/recipes-devtools/python/{python-psutil_5.6.1.bb => python-psutil_5.6.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pymongo_3.7.2.bb => python-pymongo_3.8.0.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-tinydb.inc
 rename meta-python/recipes-devtools/python/{python3-cython_0.29.6.bb => python3-cython_0.29.7.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-psutil_5.6.1.bb => python3-psutil_5.6.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pymongo_3.7.2.bb => python3-pymongo_3.8.0.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python3-tinydb_3.13.0.bb

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


More information about the Openembedded-commits mailing list