[oe-commits] [meta-openembedded] branch rocko-next updated (305ea90 -> a2f4c4d)

git at git.openembedded.org git at git.openembedded.org
Sun Oct 15 18:27:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a change to branch rocko-next
in repository meta-openembedded.

 discard 305ea90  README: update maintainers list for rocko
     add b8210dd  iproute2: Move tipc enablement to oe-core
     add 1723fb3  drbd-utils: remove 0001-drbd-8.4.4-drbd-tools-only-rmmod-if-DRBD-is-a-module.patch
     add ec22dc2  yp-tools: Ignore cpp warnings as errors
     add e72b72c  openl2tp: Fix build with musl/libtirpc
     add ba0e19a  net-snmp: check that executable is used before testing for existance
     add 89854a9  c-ares: Build native version
     add 960d570  ebtables: Add HOMEPAGE info into recipe file.
     add 68443bd  lldpd: Update to version 0.9.8
     add bd4dc89  libauthen-radius-perl: move recipe to meta-networking
     add 545221b  dnsmasq: upgrade to 2.78
     add b5281a9  mdns: move from meta-intel-iot-middleware
     add 5205419  netkit-rsh: correct the file attribute
     add 328156b  python3-protobuf: add python3 version
     add 36f873f  python3-ujson: support Python 3
     add 8efcaee  nghttp2: add recipe for Nghttp2: HTTP/2 C Library.
     add 8590328  meta-oe/conf/layer.conf: Remove "id" from HOSTTOOLS
     add 929a654  python-twisted: remove empty lore subpackage
     add 8e1de3a  python-pytest: fix egg version of package
     add 8ceeb8b  python-asn1crypto: add new package
     add 0b62032  gpsd: Fix gpsd Yocto pyro build for read only rootfs
     new a2f4c4d  README: update maintainers list for rocko

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   (305ea90)
            \
             N -- N -- N   refs/heads/rocko-next (a2f4c4d)

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 1 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:
 .../iproute2/iproute2_%.bbappend                   |   2 -
 ...lldpd.service.in-Use-fixed-path-for-mkdir.patch |  32 ++++
 .../lldpd/{lldpd_0.9.6.bb => lldpd_0.9.8.bb}       |   6 +-
 .../libauthen/libauthen-radius-perl/run-ptest      |   0
 .../test.pl-adjust-for-ptest.patch                 |   0
 .../perl}/libauthen/libauthen-radius-perl_0.22.bb  |   0
 .../recipes-filter/ebtables/ebtables_2.0.10-4.bb   |   1 +
 .../recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb   |   2 +-
 .../recipes-protocols/mdns/files/build.patch       | 167 +++++++++++++++++++++
 .../recipes-protocols/mdns/files/mdns.service      |  15 ++
 .../recipes-protocols/mdns/mdns_765.50.9.bb        |  89 +++++++++++
 .../recipes-protocols/net-snmp/files/init          |   6 +-
 ...api.c-include-rpc-clnt.h-for-resultproc_t.patch |  31 ++++
 .../recipes-protocols/openl2tp/openl2tp_1.8.bb     |   1 +
 .../recipes-support/c-ares/c-ares_1.13.0.bb        |   2 +
 .../recipes-support/dnsmasq/dnsmasq/lua.patch      |  19 +--
 .../recipes-support/dnsmasq/dnsmasq_2.76.bb        |   8 -
 .../recipes-support/dnsmasq/dnsmasq_2.78.bb        |   8 +
 ...drbd-tools-only-rmmod-if-DRBD-is-a-module.patch |  39 -----
 .../recipes-support/drbd/drbd-utils_8.9.6.bb       |   1 -
 .../recipes-support/nis/yp-tools_4.2.2.bb          |   2 +-
 meta-oe/conf/layer.conf                            |   2 -
 meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb       |  17 +--
 meta-oe/recipes-support/nghttp2/nghttp2_1.26.0.bb  |  16 ++
 .../recipes-devtools/python/python-asn1crypto.inc  |  12 ++
 .../python/python-asn1crypto_0.23.0.bb             |   2 +
 ...ython-protobuf_3.4.0.bb => python-protobuf.inc} |   2 +-
 .../python/python-protobuf_3.4.0.bb                |  18 +--
 .../recipes-devtools/python/python-pytest.inc      |   3 +-
 .../python/python-pytest/pytest_version_fix.patch  |  51 +++++++
 .../recipes-devtools/python/python-twisted.inc     |  10 --
 .../{python-ujson_1.35.bb => python-ujson.inc}     |   2 +-
 .../recipes-devtools/python/python-ujson_1.35.bb   |  17 +--
 .../python/python3-protobuf_3.4.0.bb               |   2 +
 .../recipes-devtools/python/python3-ujson_1.35.bb  |   2 +
 35 files changed, 465 insertions(+), 122 deletions(-)
 delete mode 100644 meta-networking/recipes-connectivity/iproute2/iproute2_%.bbappend
 create mode 100644 meta-networking/recipes-daemons/lldpd/files/src-daemon-lldpd.service.in-Use-fixed-path-for-mkdir.patch
 rename meta-networking/recipes-daemons/lldpd/{lldpd_0.9.6.bb => lldpd_0.9.8.bb} (91%)
 rename {meta-perl/recipes-perl => meta-networking/recipes-devtools/perl}/libauthen/libauthen-radius-perl/run-ptest (100%)
 rename {meta-perl/recipes-perl => meta-networking/recipes-devtools/perl}/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch (100%)
 rename {meta-perl/recipes-perl => meta-networking/recipes-devtools/perl}/libauthen/libauthen-radius-perl_0.22.bb (100%)
 create mode 100644 meta-networking/recipes-protocols/mdns/files/build.patch
 create mode 100644 meta-networking/recipes-protocols/mdns/files/mdns.service
 create mode 100644 meta-networking/recipes-protocols/mdns/mdns_765.50.9.bb
 create mode 100644 meta-networking/recipes-protocols/openl2tp/openl2tp/0001-l2tp_api.c-include-rpc-clnt.h-for-resultproc_t.patch
 delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.76.bb
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.78.bb
 delete mode 100644 meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-8.4.4-drbd-tools-only-rmmod-if-DRBD-is-a-module.patch
 create mode 100644 meta-oe/recipes-support/nghttp2/nghttp2_1.26.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python-asn1crypto.inc
 create mode 100644 meta-python/recipes-devtools/python/python-asn1crypto_0.23.0.bb
 copy meta-python/recipes-devtools/python/{python-protobuf_3.4.0.bb => python-protobuf.inc} (95%)
 create mode 100644 meta-python/recipes-devtools/python/python-pytest/pytest_version_fix.patch
 copy meta-python/recipes-devtools/python/{python-ujson_1.35.bb => python-ujson.inc} (95%)
 create mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.4.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-ujson_1.35.bb

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


More information about the Openembedded-commits mailing list