[oe-commits] [meta-openembedded] branch master updated (5ea50a0 -> 61c7306)

git at git.openembedded.org git at git.openembedded.org
Sat Mar 23 23:13:43 UTC 2019


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

khem pushed a change to branch master
in repository meta-openembedded.

    from 5ea50a0  packagegroup-meta-multimedia: Remove gst 0.10 related packages
     add 01a7a78  openconnect: update to 8.02
     add f096abd  wolfssl: update to 3.15.7
     add 5e70e77  mosquitto: update to 1.5.8
     add 521a3b0  packagegroup-tools-bluetooth: fix rdepends
     add 5097915  igmpproxy: update to 0.2.1
     add f38ae87  libev: update to 4.25
     add bac3f1d  libuv: update to 1.27.0
     add f216dad  cppunit: update to 1.14.0
     add 93ddf99  cxxtest: update to 4.4
     add ad3e07a  libgtop: 2.38.0 -> 2.40.0
     add 440edf5  gvfs: 1.39.92 -> 1.40.0
     add 4ce1fb5  utilities: Fix build failure with -Werror=maybe-uninitialized
     add 6cb4e90  python3-pillow: add 5.4.1
     add f0c1ee7  nodejs: fix target ldflags using
     add f67f786  nbench-byte: update SRC_URI
     add 3a9b5f4  log4cplus: update to 2.0.3
     add eed2859  gyp: add recipe
     add 10d4e41  python3-pylyrics: add recipe
     add c047042  python3-kconfiglib: add
     add 6b04815  cpprest: update to 2.10.11
     add 74bab84  physfs: upgrade 3.0.1 -> 3.0.2
     add 7ed921f   recipes-support/libutempter: Fix the macro string concatenation.
     add 57183b3  imagemagick: fix typo in summary
     add 61c7306  rsyslog: Update from 8.37.0 to 8.1903.0

No new revisions were added by this update.

Summary of changes:
 .../physfs/{physfs_3.0.1.bb => physfs_3.0.2.bb}    |   4 +-
 .../gvfs/{gvfs_1.39.92.bb => gvfs_1.40.0.bb}       |   4 +-
 .../{libgtop_2.38.0.bb => libgtop_2.40.0.bb}       |   6 +-
 .../{mosquitto_1.5.4.bb => mosquitto_1.5.8.bb}     |   4 +-
 .../openconnect/openconnect_git.bb                 |  14 ++-
 .../{wolfssl_3.15.5.bb => wolfssl_3.15.7.bb}       |   6 +-
 .../recipes-daemons/igmpproxy/igmpproxy_0.1.bb     |  16 ---
 .../recipes-daemons/igmpproxy/igmpproxy_0.2.1.bb   |  15 +++
 .../nbench-byte/nbench-byte_2.2.3.bb               |   2 +-
 .../libev/{libev_4.24.bb => libev_4.25.bb}         |   5 +-
 .../libuv/{libuv_1.20.3.bb => libuv_1.27.0.bb}     |   7 +-
 .../packagegroups/packagegroup-tools-bluetooth.bb  |   4 -
 ...ix-build-failure-with-Werror-maybe-uninit.patch |  35 ++++++
 meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb         |   1 +
 .../{log4cplus_2.0.2.bb => log4cplus_2.0.3.bb}     |   4 +-
 .../nodejs/nodejs/0006-Use-target-ldflags.patch    |  24 +++++
 meta-oe/recipes-devtools/nodejs/nodejs_10.15.1.bb  |   1 +
 .../rsyslog/rsyslog-fix-ptest-not-finish.patch     | 118 ---------------------
 .../{rsyslog_8.37.0.bb => rsyslog_8.1903.0.bb}     |  11 +-
 .../{cpprest_2.10.10.bb => cpprest_2.10.11.bb}     |   4 +-
 .../imagemagick/imagemagick_7.0.7.bb               |   2 +-
 meta-oe/recipes-support/libutempter/libutempter.bb |   1 +
 .../0002-Proper-macro-path-generation.patch        |  34 ++++++
 .../{cppunit_1.13.2.bb => cppunit_1.14.0.bb}       |   6 +-
 .../cxxtest/{cxxtest_4.3.bb => cxxtest_4.4.bb}     |   9 +-
 meta-python/recipes-devtools/gyp/gyp_git.bb        |  15 +++
 .../python/python-kconfiglib-10.42.0.inc           |   8 ++
 .../python/python3-kconfiglib_10.42.0.bb           |   2 +
 .../0001-explicitly-set-compile-options.patch      |  39 +++++++
 .../0001-support-cross-compiling.patch             |  61 +++++++++++
 .../python/python3-pillow_5.4.1.bb                 |  28 +++++
 .../python/python3-pylyrics_1.1.0.bb               |  12 +++
 32 files changed, 325 insertions(+), 177 deletions(-)
 rename meta-filesystems/recipes-support/physfs/{physfs_3.0.1.bb => physfs_3.0.2.bb} (74%)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.39.92.bb => gvfs_1.40.0.bb} (94%)
 rename meta-gnome/recipes-gnome/libgtop/{libgtop_2.38.0.bb => libgtop_2.40.0.bb} (62%)
 rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.5.4.bb => mosquitto_1.5.8.bb} (95%)
 rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_3.15.5.bb => wolfssl_3.15.7.bb} (77%)
 delete mode 100644 meta-networking/recipes-daemons/igmpproxy/igmpproxy_0.1.bb
 create mode 100644 meta-networking/recipes-daemons/igmpproxy/igmpproxy_0.2.1.bb
 rename meta-oe/recipes-connectivity/libev/{libev_4.24.bb => libev_4.25.bb} (79%)
 rename meta-oe/recipes-connectivity/libuv/{libuv_1.20.3.bb => libuv_1.27.0.bb} (66%)
 create mode 100644 meta-oe/recipes-dbs/rocksdb/files/0001-utilities-Fix-build-failure-with-Werror-maybe-uninit.patch
 rename meta-oe/recipes-devtools/log4cplus/{log4cplus_2.0.2.bb => log4cplus_2.0.3.bb} (81%)
 create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0006-Use-target-ldflags.patch
 delete mode 100644 meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog-fix-ptest-not-finish.patch
 rename meta-oe/recipes-extended/rsyslog/{rsyslog_8.37.0.bb => rsyslog_8.1903.0.bb} (96%)
 rename meta-oe/recipes-support/cpprest/{cpprest_2.10.10.bb => cpprest_2.10.11.bb} (89%)
 create mode 100644 meta-oe/recipes-support/libutempter/libutempter/0002-Proper-macro-path-generation.patch
 rename meta-oe/recipes-test/cppunit/{cppunit_1.13.2.bb => cppunit_1.14.0.bb} (67%)
 rename meta-oe/recipes-test/cxxtest/{cxxtest_4.3.bb => cxxtest_4.4.bb} (81%)
 create mode 100644 meta-python/recipes-devtools/gyp/gyp_git.bb
 create mode 100644 meta-python/recipes-devtools/python/python-kconfiglib-10.42.0.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-kconfiglib_10.42.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pillow/0001-explicitly-set-compile-options.patch
 create mode 100644 meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch
 create mode 100644 meta-python/recipes-devtools/python/python3-pillow_5.4.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb

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


More information about the Openembedded-commits mailing list