[oe-commits] [meta-openembedded] branch master-next updated (0cb10e4 -> 893cfed)

git at git.openembedded.org git at git.openembedded.org
Wed Feb 20 19:12:08 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 0cb10e4  ndctl: disable ndctl-monitor service by default
 discard 46e6c59  xdebug: upgrade 2.6.1 -> 2.7.0RC2
 discard ceb8172  dracut: use the code that allows running under do_rootfs
 discard 5e3a82f  classes/dracut.bbclass: add new bbclass
 discard 6561712  meta-initramfs: Add postinst-intercepts/execute_dracut
 discard abe4916  dracut: Add execute_dracut opkg intercept script
 discard f7b24c5  dracut: Allow native build
 discard f0539ae  cross-compiler-ldd: add new recipe
     add 95a1d25  xdebug: upgrade 2.6.1 -> 2.7.0RC2
     add 423828d  ndctl: disable ndctl-monitor service by default
     new 9cb4510  libpeas: initial add 1.22.0
     new 6139a97  geany: upgrade 1.31 -> 1.34.1 and build with gtk+3
     new fa1051b  geany-plugins: upgrade 1.31 -> 1.34 and rework
     new d1bdcf1  xarchiver: upgrade to upstream 0.5.4.14
     new 7126d85  phoronix-test-suite: Upgrade 8.2.0 -> 8.6.0
     new e44bd8c  syslog-ng: upgrade 3.26.1 -> 3.19.1
     new 7dabca7  rrdtool: upgrade 1.7.0 -> 1.7.1
     new 1f8ff9a  multipath-tools: upgrade 0.7.9 -> 0.8.0
     new c6e06b6  udisks2: add REQUIRED_DISTRO_FEATURES for polkit
     new 7447d05  upower: add REQUIRED_DISTRO_FEATURES for polkit
     new 893cfed  udisk2: 2.7.8 -> 2.8.1

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   (0cb10e4)
            \
             N -- N -- N   refs/heads/master-next (893cfed)

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 11 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:
 meta-initramfs/classes/dracut.bbclass              |  82 ---------------
 meta-initramfs/postinst-intercepts/execute_dracut  |  17 ----
 .../cross-compile-ldd-fix-infinite-loop.patch      |  19 ----
 .../dracut/cross-compiler-ldd_git.bb               |  33 ------
 .../recipes-devtools/dracut/dracut/execute_dracut  |  21 ----
 .../recipes-devtools/dracut/dracut_git.bb          |  28 ++----
 ...suite_8.2.0.bb => phoronix-test-suite_8.6.0.bb} |   4 +-
 .../0001-Use-pkg-config-to-find-gpgme.patch        |  31 ++++++
 ...geany-plugins_1.31.bb => geany-plugins_1.34.bb} | 111 ++++++++-------------
 .../geany/{geany_1.31.bb => geany_1.34.1.bb}       |   6 +-
 .../rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb} |   4 +-
 meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb    |  24 +++++
 .../0021-RH-fixup-udev-rules-for-redhat.patch      |  24 ++---
 ...-the-property-blacklist-exception-builtin.patch |  31 +++---
 ...ds-from-kernel-cmdline-mpath.wwids-with-A.patch |  36 +++----
 ...ath-tools_0.7.9.bb => multipath-tools_0.8.0.bb} |   2 +-
 .../{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb}   |   4 +-
 .../udisks/{udisks2_2.7.8.bb => udisks2_2.8.1.bb}  |   8 +-
 meta-oe/recipes-support/upower/upower_0.99.7.bb    |   4 +-
 meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb  |  21 ++--
 20 files changed, 173 insertions(+), 337 deletions(-)
 delete mode 100644 meta-initramfs/classes/dracut.bbclass
 delete mode 100755 meta-initramfs/postinst-intercepts/execute_dracut
 delete mode 100644 meta-initramfs/recipes-devtools/dracut/cross-compiler-ldd/cross-compile-ldd-fix-infinite-loop.patch
 delete mode 100644 meta-initramfs/recipes-devtools/dracut/cross-compiler-ldd_git.bb
 delete mode 100755 meta-initramfs/recipes-devtools/dracut/dracut/execute_dracut
 rename meta-oe/recipes-benchmark/phoronix-test-suite/{phoronix-test-suite_8.2.0.bb => phoronix-test-suite_8.6.0.bb} (90%)
 create mode 100644 meta-oe/recipes-devtools/geany/geany-plugins/0001-Use-pkg-config-to-find-gpgme.patch
 rename meta-oe/recipes-devtools/geany/{geany-plugins_1.31.bb => geany-plugins_1.34.bb} (75%)
 rename meta-oe/recipes-devtools/geany/{geany_1.31.bb => geany_1.34.1.bb} (64%)
 rename meta-oe/recipes-extended/rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb} (98%)
 create mode 100644 meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb
 rename meta-oe/recipes-support/multipath-tools/{multipath-tools_0.7.9.bb => multipath-tools_0.8.0.bb} (98%)
 rename meta-oe/recipes-support/syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb} (81%)
 rename meta-oe/recipes-support/udisks/{udisks2_2.7.8.bb => udisks2_2.8.1.bb} (81%)

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


More information about the Openembedded-commits mailing list