[oe-commits] [meta-openembedded] branch master-next updated (b4f12e7 -> ef82ae7)

git at git.openembedded.org git at git.openembedded.org
Tue Apr 2 22:01:11 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 b4f12e7  wolfssl: update to 3.15.8 and use github SRC_URI
 discard b8e4e45  libssh2: move to version 1.8.2
 discard 923bc44  libldb: allow python pkg to be excluded
     add 3458ee7  libssh2: move to version 1.8.2
     new 0435c9e  layer.conf: Add warrior to compatible release series
     new e83dc5e  wolfssl: update to 3.15.8 and use github SRC_URI
     new 6597d83  android-tools-conf: fix typo
     new 391d343  android-tools-conf: Make sure /dev/pts/0 exists
     new 8a94146  python-engineio: add recipe
     new 0187cd0  python-socketio: add recipe
     new ac92925  python-flask-socketio
     new 8c9167e  Rsyslog: Add mmjsonparse to PACKAGECONFIG
     new 6d3105e  libmodbus: start to prefer version 3.1.4 as default
     new f4c6860  cpprest: fix build failure on 32bit systems, with upstream merged patch
     new 021edb2  xfce4-screenshooter: upgrade 1.9.4 -> 1.9.5
     new e3e0e06  networkmanager: Fix upstream regex for 1.16
     new 6dcb94d  networkmanager: fix build with musl
     new ef82ae7  imagemagic: upgrade to 7.0.8-35

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

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:
 .../recipes-devtools/python/python-engineio.inc    |   13 +
 .../python/python-engineio_3.5.0.bb                |    2 +
 .../python/python-flask-socketio.inc               |   18 +
 .../python/python-flask-socketio_3.3.2.bb          |    2 +
 .../recipes-devtools/python/python-socketio.inc    |   17 +
 .../python/python-socketio_4.0.0.bb                |    2 +
 .../python/python3-engineio_3.5.0.bb               |    2 +
 .../python/python3-flask-socketio_3.3.2.bb         |    2 +
 .../python/python3-socketio_4.0.0.bb               |    2 +
 meta-filesystems/conf/layer.conf                   |    2 +-
 meta-gnome/conf/layer.conf                         |    2 +-
 meta-initramfs/conf/layer.conf                     |    2 +-
 meta-multimedia/conf/layer.conf                    |    2 +-
 meta-networking/conf/layer.conf                    |    2 +-
 ...clude-net-ethernet.h-and-linux-if_ether.h.patch |   54 -
 .../musl/0001-Fix-build-with-musl.patch            |  364 +++++
 ...emove-net-ethernet.h-seems-to-be-over-spe.patch |   37 -
 .../networkmanager/musl/0003-musl-basic.patch      |   56 -
 .../musl/0004-musl-dlopen-configure-ac.patch       |   33 -
 .../musl/0005-musl-network-support.patch           |   71 -
 .../musl/0006-musl-process-util.patch              |   60 -
 ...further-conflicts-by-including-net-ethern.patch |   75 -
 .../0008-Add-a-strndupa-replacement-for-musl.patch |   45 -
 .../networkmanager/networkmanager_1.16.0.bb        |   12 +-
 .../recipes-support/libldb/libldb_1.4.1.bb         |   40 +-
 meta-oe/conf/layer.conf                            |    2 +-
 .../android-tools-conf/android-gadget-setup        |    5 +-
 .../recipes-extended/libmodbus/libmodbus_3.1.4.bb  |    3 -
 .../recipes-extended/rsyslog/rsyslog_8.1903.0.bb   |    5 +
 meta-oe/recipes-support/cpprest/cpprest/1094.patch |  307 ++++
 ...-9b670e5b33dfdbd501d618cd7e7498148ffbd559.patch |   26 -
 ...-f10d9f8e214516d2c19aa6ef831ee874a58c0479.patch | 1557 --------------------
 meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb |    4 +-
 .../{imagemagick_7.0.7.bb => imagemagick_7.0.8.bb} |    8 +-
 meta-perl/conf/layer.conf                          |    2 +-
 meta-python/conf/layer.conf                        |    2 +-
 meta-webserver/conf/layer.conf                     |    2 +-
 meta-xfce/conf/layer.conf                          |    2 +-
 ...ooter_1.9.4.bb => xfce4-screenshooter_1.9.5.bb} |    4 +-
 39 files changed, 780 insertions(+), 2066 deletions(-)
 create mode 100644 meta-demo/recipes-devtools/python/python-engineio.inc
 create mode 100644 meta-demo/recipes-devtools/python/python-engineio_3.5.0.bb
 create mode 100644 meta-demo/recipes-devtools/python/python-flask-socketio.inc
 create mode 100644 meta-demo/recipes-devtools/python/python-flask-socketio_3.3.2.bb
 create mode 100644 meta-demo/recipes-devtools/python/python-socketio.inc
 create mode 100644 meta-demo/recipes-devtools/python/python-socketio_4.0.0.bb
 create mode 100644 meta-demo/recipes-devtools/python/python3-engineio_3.5.0.bb
 create mode 100644 meta-demo/recipes-devtools/python/python3-flask-socketio_3.3.2.bb
 create mode 100644 meta-demo/recipes-devtools/python/python3-socketio_4.0.0.bb
 delete mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0001-Do-not-include-net-ethernet.h-and-linux-if_ether.h.patch
 create mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0001-Fix-build-with-musl.patch
 delete mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0002-sd-lldp.h-Remove-net-ethernet.h-seems-to-be-over-spe.patch
 delete mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0003-musl-basic.patch
 delete mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0004-musl-dlopen-configure-ac.patch
 delete mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0005-musl-network-support.patch
 delete mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0006-musl-process-util.patch
 delete mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0007-musl-avoid-further-conflicts-by-including-net-ethern.patch
 delete mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0008-Add-a-strndupa-replacement-for-musl.patch
 create mode 100644 meta-oe/recipes-support/cpprest/cpprest/1094.patch
 delete mode 100644 meta-oe/recipes-support/cpprest/cpprest/revert-9b670e5b33dfdbd501d618cd7e7498148ffbd559.patch
 delete mode 100644 meta-oe/recipes-support/cpprest/cpprest/revert-f10d9f8e214516d2c19aa6ef831ee874a58c0479.patch
 rename meta-oe/recipes-support/imagemagick/{imagemagick_7.0.7.bb => imagemagick_7.0.8.bb} (95%)
 rename meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.9.4.bb => xfce4-screenshooter_1.9.5.bb} (80%)

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


More information about the Openembedded-commits mailing list