[oe-commits] [meta-openembedded] branch master-next updated (82fa0f3 -> b8388c9)

git at git.openembedded.org git at git.openembedded.org
Fri Apr 5 01:59:36 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 82fa0f3  libmodbus: start to prefer version 3.1.4 as default
 discard 81f3809  cpprest: fix build failure on 32bit systems, with upstream merged patch
 discard f8c8357  czmq: bump version 4.1.1 => 4.2.0
 discard d1a832a  cppzmq: bump version 4.2.3 => 4.3.1
 discard b42f45f  zeromq: bump version 4.2.5 => 4.3.1
     new 53ea84a  cpprest: fix build failure on 32bit systems, with upstream merged patch
     new 63eb942  libmodbus: start to prefer version 3.1.4 as default
     new f45dcce  python*-requests: Update 2.20.1 -> 2.21.0
     new 0696327  libpeas: rework gobject-introspection handling
     new f03fe98  gvfs: Fix missing executable permission flags for files in libexec
     new 9d42581  python3-pyaudio: Initial commit
     new d871b15  libfann: Initial commit
     new c7ee851  python3-pyfann2: Initial commit
     new 12afa32  python3-pocketsphinx: Initial commit
     new 49dfc49  python3-xxhash: Initial commit
     new 902b520  mycroft: Initial commit
     new 087be64  gnome-desktop3: remove gconf from DEPENDS
     new b61f65a  gnome-desktop3: rework gobject-introspection handling
     new af3e709  augeas: upgrade 1.10.1 -> 1.11.0
     new 1b8941b  libedit: upgrade 20181209-3.1 -> 20190324-3.1
     new 5b2f87b  mcelog: upgrade 161 -> 162
     new c2fa3a8  lockfile-progs: upgrade 0.1.17 -> 0.1.18
     new 608daea  libvncserver: enable split client/server packages
     new 880794b  zeromq: bump version 4.2.5 => 4.3.1
     new 032ec01  cppzmq: bump version 4.2.3 => 4.3.0
     new b8388c9  czmq: bump version 4.1.1 => 4.2.0

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   (82fa0f3)
            \
             N -- N -- N   refs/heads/master-next (b8388c9)

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 21 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:
 .../gnome-desktop/gnome-desktop3_3.32.0.bb         |   8 +-
 meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb       |  10 +-
 .../mycroft/files/0001-Remove-python-venv.patch    | 192 +++++++++++++++++++++
 ...-requirements-Remove-ones-installed-by-OE.patch |  62 +++++++
 ...ython3-and-pip3-instead-of-python-and-pip.patch | 135 +++++++++++++++
 ...04-dev_setup.sh-Remove-the-git-dependency.patch |  48 ++++++
 ...setup.sh-Remove-the-test-setup-dependency.patch |  31 ++++
 .../mycroft/files/mycroft.service                  |  13 ++
 .../recipes-multimedia/mycroft/mycroft_19.2.2.bb   |  61 +++++++
 meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb  |   2 +-
 ...dit_20181209-3.1.bb => libedit_20190324-3.1.bb} |   4 +-
 ...le-progs_0.1.17.bb => lockfile-progs_0.1.18.bb} |   4 +-
 meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb    |   6 +-
 .../libvncserver/libvncserver_git.bb               |   3 +
 meta-oe/recipes-support/augeas/augeas_1.10.1.bb    |   4 -
 meta-oe/recipes-support/augeas/augeas_1.11.0.bb    |   4 +
 meta-oe/recipes-support/libfann/libfann_git.bb     |  15 ++
 .../mcelog/{mcelog_161.bb => mcelog_162.bb}        |   0
 .../recipes-devtools/python/python-fann2.inc       |   9 +
 .../python/python-pocketsphinx.inc                 |   9 +
 .../recipes-devtools/python/python-pyaudio.inc     |  13 ++
 .../recipes-devtools/python/python-requests.inc    |   4 +-
 ...equests_2.20.1.bb => python-requests_2.21.0.bb} |   0
 .../recipes-devtools/python/python-xxhash.inc      |   7 +
 ...n-t-hardcode-swig-and-fann2-binary-locati.patch |  28 +++
 .../recipes-devtools/python/python3-fann2_1.1.2.bb |   4 +
 .../python/python3-pocketsphinx_0.1.0.bb           |   2 +
 .../python/python3-pyaudio_0.2.11.bb               |   2 +
 ...quests_2.20.1.bb => python3-requests_2.21.0.bb} |   0
 .../python/python3-xxhash_1.3.0.bb                 |   2 +
 30 files changed, 667 insertions(+), 15 deletions(-)
 create mode 100644 meta-multimedia/recipes-multimedia/mycroft/files/0001-Remove-python-venv.patch
 create mode 100644 meta-multimedia/recipes-multimedia/mycroft/files/0002-pip-requirements-Remove-ones-installed-by-OE.patch
 create mode 100644 meta-multimedia/recipes-multimedia/mycroft/files/0003-Use-python3-and-pip3-instead-of-python-and-pip.patch
 create mode 100644 meta-multimedia/recipes-multimedia/mycroft/files/0004-dev_setup.sh-Remove-the-git-dependency.patch
 create mode 100644 meta-multimedia/recipes-multimedia/mycroft/files/0005-dev_setup.sh-Remove-the-test-setup-dependency.patch
 create mode 100644 meta-multimedia/recipes-multimedia/mycroft/files/mycroft.service
 create mode 100644 meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.2.bb
 rename meta-oe/recipes-devtools/libedit/{libedit_20181209-3.1.bb => libedit_20190324-3.1.bb} (81%)
 rename meta-oe/recipes-extended/lockfile-progs/{lockfile-progs_0.1.17.bb => lockfile-progs_0.1.18.bb} (85%)
 delete mode 100644 meta-oe/recipes-support/augeas/augeas_1.10.1.bb
 create mode 100644 meta-oe/recipes-support/augeas/augeas_1.11.0.bb
 create mode 100644 meta-oe/recipes-support/libfann/libfann_git.bb
 rename meta-oe/recipes-support/mcelog/{mcelog_161.bb => mcelog_162.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-fann2.inc
 create mode 100644 meta-python/recipes-devtools/python/python-pocketsphinx.inc
 create mode 100644 meta-python/recipes-devtools/python/python-pyaudio.inc
 rename meta-python/recipes-devtools/python/{python-requests_2.20.1.bb => python-requests_2.21.0.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-xxhash.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-fann2/0001-setup.py-Don-t-hardcode-swig-and-fann2-binary-locati.patch
 create mode 100644 meta-python/recipes-devtools/python/python3-fann2_1.1.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pocketsphinx_0.1.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
 rename meta-python/recipes-devtools/python/{python3-requests_2.20.1.bb => python3-requests_2.21.0.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python3-xxhash_1.3.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