[oe-commits] [meta-openembedded] branch master-next updated (a7d6dd0 -> 68f4b47)

git at git.openembedded.org git at git.openembedded.org
Fri Nov 2 17:06:19 UTC 2018


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 a7d6dd0  v4l-utils: update to 1.16.0
 discard 9789c50  dbus-broker: fetch submodules too
 discard 79c0248  networkmanager: upgrade 1.10.10 -> 1.14.4
 discard f4716e7  xfce4-settings: upgrade 4.12.3 -> 4.12.4
 discard f7da959  apache2: Fix CVE-2018-11763
 discard 06cb8f5  adduser: 3.117 -> 3.118
 discard fcec0a7  lcov: Fix perl module dependencies
 discard 2afe85b  libio-socket-ssl-perl: 2.059 -> 2.060
 discard 8ee443b  gvfs: 1.36.2 -> 1.39.1
 discard 97712b2  libwnck3: 3.24.1 -> 3.30.0
 discard d471a83  thunar: 1.8.1 -> 1.8.2
 discard 0b48610  xfce4-notifyd: 0.4.2 -> 0.4.3
 discard e63bd42  xfce4-clipman-plugin: 1.4.2 -> 1.4.3
 discard 966fdc1  xfconf: 4.13.5 -> 4.13.6
 discard 587604b  netkit-telnet: fix qa warnings of alternative target
 discard e08d083  libyui-ncurses: fix ncurses find module
 discard 298be08  libyui: make resulting cmake config relocatable
 discard a1fd435  civetweb: disable tests
 discard e02a800  civetweb: remove redundant EXTRA_OECMAKE_class-native
 discard 1b1f4c5  python-twisted: Add more python-twisted-* packages to the "meta" package
 discard c4ceb18  python-pyiface: Upgrade to 0.0.11
 discard 183b23c  mpd: update to 0.21
     new 2731f21  python-pyiface: Upgrade to 0.0.11
     new 12c3945  python-twisted: Add more python-twisted-* packages to the "meta" package
     new a21e2ae  civetweb: remove redundant EXTRA_OECMAKE_class-native
     new b5dd680  civetweb: disable tests
     new 2417acf  libyui: make resulting cmake config relocatable
     new 8d7a7ad  libyui-ncurses: fix ncurses find module
     new bcbbace  netkit-telnet: fix qa warnings of alternative target
     new 4222cac  xfconf: 4.13.5 -> 4.13.6
     new 76bfed5  xfce4-clipman-plugin: 1.4.2 -> 1.4.3
     new c1bc28f  xfce4-notifyd: 0.4.2 -> 0.4.3
     new f27c15d  thunar: 1.8.1 -> 1.8.2
     new 31d7012  libwnck3: 3.24.1 -> 3.30.0
     new fae12ca  gvfs: 1.36.2 -> 1.39.1
     new 6570a8d  libio-socket-ssl-perl: 2.059 -> 2.060
     new 57d261c  lcov: Fix perl module dependencies
     new 5f94a97  adduser: 3.117 -> 3.118
     new e9e2148  apache2: Fix CVE-2018-11763
     new 1627aa0  xfce4-settings: upgrade 4.12.3 -> 4.12.4
     new 4be3dce  networkmanager: upgrade 1.10.10 -> 1.14.4
     new fd23b9c  dbus-broker: fetch submodules too
     new 334d73d  v4l-utils: update to 1.16.0
     new e022324  glog: updated libunwind look up function
     new f649c70  mariadb: Upgrade to 5.5.62
     new daf8251  rapidjson: Allow empty package
     new 68f4b47  network-manager-applet: change default buildclass

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   (a7d6dd0)
            \
             N -- N -- N   refs/heads/master-next (68f4b47)

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 25 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:
 .../network-manager-applet_1.8.18.bb               |   2 +
 .../recipes-multimedia/musicpd/mpd_0.20.22.bb      |  99 ++++++++++++++++++
 .../recipes-multimedia/musicpd/mpd_0.21.bb         | 101 ------------------
 ...b-native_5.5.61.bb => mariadb-native_5.5.62.bb} |   0
 meta-oe/recipes-dbs/mysql/mariadb.inc              |   4 +-
 .../mysql/{mariadb_5.5.61.bb => mariadb_5.5.62.bb} |   0
 .../recipes-devtools/rapidjson/rapidjson_git.bb    |   2 +-
 .../0001-find-libunwind-during-configure.patch     |  30 ------
 .../0002-Find-Libunwind-during-configure.patch     | 113 +++++++++++++++++++++
 meta-oe/recipes-support/glog/glog_0.3.5.bb         |   6 +-
 10 files changed, 219 insertions(+), 138 deletions(-)
 create mode 100644 meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb
 delete mode 100644 meta-multimedia/recipes-multimedia/musicpd/mpd_0.21.bb
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_5.5.61.bb => mariadb-native_5.5.62.bb} (100%)
 rename meta-oe/recipes-dbs/mysql/{mariadb_5.5.61.bb => mariadb_5.5.62.bb} (100%)
 delete mode 100644 meta-oe/recipes-support/glog/glog/0001-find-libunwind-during-configure.patch
 create mode 100644 meta-oe/recipes-support/glog/glog/0002-Find-Libunwind-during-configure.patch

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


More information about the Openembedded-commits mailing list