[oe-commits] [meta-openembedded] branch master-next updated (d42cce9 -> 14e3d35)

git at git.openembedded.org git at git.openembedded.org
Thu Apr 18 18:22:48 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.

    from d42cce9  sip: Update to 4.19.16.
     new 00c2943  python-mako: upgrade 1.0.7 -> 1.0.9
     new 5cfab08  python-msgpack: upgrade 0.6.0 -> 0.6.1
     new e8a23eb  python-paste: upgrade 3.0.6 -> 3.0.8
     new 77e5da1  python-psutil: upgrade 5.4.6 -> 5.6.1
     new ab8911f  drbd: fix compile errors
     new 5494c6a  drbd-utils: fix file conflict with base-files
     new bd58350  python-py: upgrade 1.6.0 -> 1.8.0
     new 02d6caa  python-pymongo: upgrade 3.7.1 -> 3.7.2
     new a48732d  openhpi: fix failure of ptest case ohpi_035
     new b4b8c06  python-pyopenssl: upgrade 18.0.0 -> 19.0.0
     new fe75adf  python-pytz: upgrade 2018.5 -> 2019.1
     new 13615d9  python-stevedore: upgrade 1.29.0 -> 1.30.1
     new b2479bc  unbound: create recipe for version 1.9.2
     new c559d93  xfconf: fix 'Failed to get connection to xfconfd' during do_rootfs
     new 70ecfb3  fltk: upgrade 1.3.4-2 -> 1.3.5
     new 0e424a4  samba: install bundled libs into seperate packages
     new c55fe47  samba: rework localstatedir package split
     new 14e3d35  python-pbr: upgrade 4.2.0 -> 5.1.3

The 18 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-connectivity/samba/samba_4.8.4.bb      | 18 +++--
 .../recipes-daemons/openhpi/openhpi_3.8.0.bb       | 11 +--
 .../recipes-support/drbd/drbd-utils_9.8.0.bb       |  3 +-
 ...uild-fix-use-M-don-t-forget-addprefix-obj.patch | 79 ++++++++++++++++++++++
 .../recipes-support/drbd/drbd_9.0.17-1.bb          |  4 +-
 .../recipes-support/unbound/unbound_1.9.2.bb       | 22 ++++++
 meta-oe/recipes-support/fltk/fltk.inc              |  9 ++-
 .../fltk/fltk/fltk-no-freetype-config.patch        | 40 -----------
 .../recipes-devtools/python/python-mako.inc        |  4 +-
 .../{python-mako_1.0.7.bb => python-mako_1.0.9.bb} |  0
 .../recipes-devtools/python/python-msgpack.inc     |  4 +-
 ...on-msgpack_0.6.0.bb => python-msgpack_0.6.1.bb} |  0
 ...python-paste_3.0.6.bb => python-paste_3.0.8.bb} |  4 +-
 .../recipes-devtools/python/python-pbr_4.2.0.bb    |  7 --
 .../recipes-devtools/python/python-pbr_5.1.3.bb    |  7 ++
 .../recipes-devtools/python/python-psutil.inc      |  4 +-
 ...thon-psutil_5.4.6.bb => python-psutil_5.6.1.bb} |  0
 meta-python/recipes-devtools/python/python-py.inc  |  4 +-
 .../{python-py_1.6.0.bb => python-py_1.8.0.bb}     |  0
 .../recipes-devtools/python/python-pymongo.inc     |  4 +-
 ...on-pymongo_3.7.1.bb => python-pymongo_3.7.2.bb} |  0
 .../recipes-devtools/python/python-pyopenssl.inc   |  4 +-
 ...penssl_18.0.0.bb => python-pyopenssl_19.0.0.bb} |  0
 .../recipes-devtools/python/python-pytz.inc        |  4 +-
 ...python-pytz_2018.5.bb => python-pytz_2019.1.bb} |  0
 .../recipes-devtools/python/python-stevedore.inc   |  4 +-
 ...vedore_1.29.0.bb => python-stevedore_1.30.1.bb} |  0
 ...3-msgpack_0.6.0.bb => python3-msgpack_0.6.1.bb} |  0
 ...on3-psutil_5.4.6.bb => python3-psutil_5.6.1.bb} |  0
 .../{python3-py_1.6.0.bb => python3-py_1.8.0.bb}   |  0
 ...3-pymongo_3.7.1.bb => python3-pymongo_3.7.2.bb} |  0
 ...enssl_18.0.0.bb => python3-pyopenssl_19.0.0.bb} |  0
 ...thon3-pytz_2018.5.bb => python3-pytz_2019.1.bb} |  0
 ...edore_1.29.0.bb => python3-stevedore_1.30.1.bb} |  0
 meta-xfce/recipes-xfce/xfconf/xfconf_4.13.6.bb     |  2 +
 35 files changed, 158 insertions(+), 80 deletions(-)
 create mode 100644 meta-networking/recipes-support/drbd/drbd/0001-drbd-kbuild-fix-use-M-don-t-forget-addprefix-obj.patch
 create mode 100644 meta-networking/recipes-support/unbound/unbound_1.9.2.bb
 delete mode 100644 meta-oe/recipes-support/fltk/fltk/fltk-no-freetype-config.patch
 rename meta-python/recipes-devtools/python/{python-mako_1.0.7.bb => python-mako_1.0.9.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-msgpack_0.6.0.bb => python-msgpack_0.6.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-paste_3.0.6.bb => python-paste_3.0.8.bb} (71%)
 create mode 100644 meta-python/recipes-devtools/python/python-pbr_5.1.3.bb
 rename meta-python/recipes-devtools/python/{python-psutil_5.4.6.bb => python-psutil_5.6.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-py_1.6.0.bb => python-py_1.8.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pymongo_3.7.1.bb => python-pymongo_3.7.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pyopenssl_18.0.0.bb => python-pyopenssl_19.0.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pytz_2018.5.bb => python-pytz_2019.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-stevedore_1.29.0.bb => python-stevedore_1.30.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-msgpack_0.6.0.bb => python3-msgpack_0.6.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-psutil_5.4.6.bb => python3-psutil_5.6.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-py_1.6.0.bb => python3-py_1.8.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pymongo_3.7.1.bb => python3-pymongo_3.7.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pyopenssl_18.0.0.bb => python3-pyopenssl_19.0.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pytz_2018.5.bb => python3-pytz_2019.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-stevedore_1.29.0.bb => python3-stevedore_1.30.1.bb} (100%)

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


More information about the Openembedded-commits mailing list