[oe-commits] [meta-openembedded] branch master-next updated (b2baaae -> 8c4c97f)

git at git.openembedded.org git at git.openembedded.org
Wed Jan 8 01:54:13 UTC 2020


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 b2baaae  sdbus-c++: Introduce recipes for sdbus-c++ library and its tools
     new 496f8cc  libsigrok: add support for bluetooth integration
     new 39b16f6  wireshark: upgrade 3.0.7 -> 3.2.0
     new 81f1448  botan: upgrade 2.11.0 -> 2.13.0
     new 6f24407  cppzmq: upgrade 4.4.1 -> 4.5.0
     new 097d2ef  iozone3: upgrade 487 -> 488
     new 50343f4  libmbim: upgrade 1.20.2 -> 1.20.4
     new f824566  libnfc: upgrade to 1.7.1
     new cc5f49b  libsigc++-2.0: upgrade 3.0.0 -> 3.0.2
     new 00d81c3  libuv: upgrade 1.33.1 -> 1.34.0
     new 71d7359  phoronix-test-suite: upgrade 9.0.1 -> 9.2.1
     new e5d939d  rabbitmq-c: upgrade 0.9.0 -> 0.10.0
     new 43eb520  python3-jsonrpcserver: allow to use as non-root
     new 9ff960a  onigurama: update to v6.9.4
     new b2b7a4a  onigurama: enable ptest
     new d1e7530  libmxml: upgrade 3.0 -> 3.1
     new f4220d9  qpdf: add recipe
     new 8c4c97f  cups-filters: add recipe

The 17 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:
 .../{wireshark_3.0.7.bb => wireshark_3.2.0.bb}     |  4 +-
 .../iozone3/{iozone3_487.bb => iozone3_488.bb}     |  4 +-
 ...suite_9.0.1.bb => phoronix-test-suite_9.2.1.bb} |  4 +-
 .../{libmbim_1.20.2.bb => libmbim_1.20.4.bb}       |  4 +-
 .../libuv/{libuv_1.33.1.bb => libuv_1.34.0.bb}     |  2 +-
 .../{rabbitmq-c_0.9.0.bb => rabbitmq-c_0.10.0.bb}  |  4 +-
 meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb  |  4 +-
 meta-oe/recipes-core/libnfc/libnfc_git.bb          |  2 +-
 .../{libsigc++-3_3.0.0.bb => libsigc++-3_3.0.2.bb} |  4 +-
 .../botan/{botan_2.11.0.bb => botan_2.13.0.bb}     |  6 +-
 meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb |  1 +
 meta-oe/recipes-printing/cups/cups-filters.inc     | 95 ++++++++++++++++++++++
 .../recipes-printing/cups/cups-filters_1.26.0.bb   |  4 +
 meta-oe/recipes-printing/qpdf/qpdf_9.1.0.bb        | 33 ++++++++
 .../libmxml/{libmxml_3.0.bb => libmxml_3.1.bb}     |  2 +-
 meta-oe/recipes-support/onig/files/configure.patch | 13 ---
 .../onig/files/do-not-use-system-headers.patch     | 44 ----------
 ...-don-t-link-against-host-system-libraries.patch | 42 ++++++++++
 ...le-serial-tests-automake-option-for-ptest.patch | 36 ++++++++
 meta-oe/recipes-support/onig/onig/run-ptest        | 47 +++++++++++
 meta-oe/recipes-support/onig/onig_5.9.6.bb         | 19 -----
 meta-oe/recipes-support/onig/onig_6.9.4.bb         | 32 ++++++++
 .../python/python3-jsonrpcserver_4.1.0.bb          |  4 +
 23 files changed, 314 insertions(+), 96 deletions(-)
 rename meta-networking/recipes-support/wireshark/{wireshark_3.0.7.bb => wireshark_3.2.0.bb} (95%)
 rename meta-oe/recipes-benchmark/iozone3/{iozone3_487.bb => iozone3_488.bb} (96%)
 rename meta-oe/recipes-benchmark/phoronix-test-suite/{phoronix-test-suite_9.0.1.bb => phoronix-test-suite_9.2.1.bb} (90%)
 rename meta-oe/recipes-connectivity/libmbim/{libmbim_1.20.2.bb => libmbim_1.20.4.bb} (82%)
 rename meta-oe/recipes-connectivity/libuv/{libuv_1.33.1.bb => libuv_1.34.0.bb} (90%)
 rename meta-oe/recipes-connectivity/rabbitmq-c/{rabbitmq-c_0.9.0.bb => rabbitmq-c_0.10.0.bb} (88%)
 rename meta-oe/recipes-core/libsigc++-2.0/{libsigc++-3_3.0.0.bb => libsigc++-3_3.0.2.bb} (77%)
 rename meta-oe/recipes-crypto/botan/{botan_2.11.0.bb => botan_2.13.0.bb} (83%)
 create mode 100644 meta-oe/recipes-printing/cups/cups-filters.inc
 create mode 100644 meta-oe/recipes-printing/cups/cups-filters_1.26.0.bb
 create mode 100644 meta-oe/recipes-printing/qpdf/qpdf_9.1.0.bb
 rename meta-oe/recipes-support/libmxml/{libmxml_3.0.bb => libmxml_3.1.bb} (95%)
 delete mode 100644 meta-oe/recipes-support/onig/files/configure.patch
 delete mode 100644 meta-oe/recipes-support/onig/files/do-not-use-system-headers.patch
 create mode 100644 meta-oe/recipes-support/onig/onig/0001-build-don-t-link-against-host-system-libraries.patch
 create mode 100644 meta-oe/recipes-support/onig/onig/0001-build-enable-serial-tests-automake-option-for-ptest.patch
 create mode 100755 meta-oe/recipes-support/onig/onig/run-ptest
 delete mode 100644 meta-oe/recipes-support/onig/onig_5.9.6.bb
 create mode 100644 meta-oe/recipes-support/onig/onig_6.9.4.bb

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


More information about the Openembedded-commits mailing list