[oe-commits] [meta-openembedded] branch master-next updated (18888d8 -> e965de0)

git at git.openembedded.org git at git.openembedded.org
Wed Jan 30 05:40:21 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 18888d8  python-twisted: Remove ${PN}-src
     new 8b513a7  php: upgrade to 5.6.39
     new 4fd095e  irssi: Upgrade from 1.0.4 to 1.1.2
     new 3d41139  cpuburn-arm: Move cpuburn-neon to cpuburn-arm and add more tests
     new 9d768a1  mosh: Upgrade to 1.3.2
     new 52e4ac4  tinymembench: Fix build with clang assembler
     new 5d55c43  xmlrpc-c: Update to 1.51.03
     new 91dfc0e  jsonrpc: Update to 1.1.1
     new 853c661  asio: Update to 1.12.2
     new c4d9478  jack: Fix build when using libc++
     new e965de0  mozjs: Fix symbol visibility with clang/libc++

The 10 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:
 .../0001-cpuburn-a8.S-Remove-.func-.endfunc.patch  |  69 ++++
 .../cpuburn/cpuburn-arm/0002-burn.S-Add.patch      |  47 +++
 .../0003-burn.S-Remove-.func-.endfunc.patch        |  31 ++
 .../recipes-benchmark/cpuburn/cpuburn-arm_git.bb   |  37 ++
 .../cpuburn/cpuburn-neon_20140626.bb               |  30 --
 ...0001-asm-Delete-.func-.endfunc-directives.patch | 444 +++++++++++++++++++++
 .../tinymembench/tinymembench_git.bb               |   4 +-
 .../irssi/{irssi_1.0.4.bb => irssi_1.1.2.bb}       |   4 +-
 .../mosh/mosh/0001-Fix-building-with-libc.patch    |  24 ++
 .../mosh/{mosh_1.3.0.bb => mosh_1.3.2.bb}          |   8 +-
 ...ce-hardcoded-lib-CMAKE_LIBRARY_PATH-with-.patch |  77 ----
 ...torclient-Typecast-min-arguments-correctl.patch |  33 --
 ...torserver-Include-sys-select.h-before-oth.patch |  34 --
 ...mset-and-family-needs-to-include-string.h.patch |  26 --
 .../jsonrpc/0002-Fix-build-problem-on-Mac.patch    |  27 --
 .../jsonrpc/{jsonrpc_0.7.0.bb => jsonrpc_git.bb}   |  20 +-
 .../php/{php_5.6.38.bb => php_5.6.39.bb}           |   4 +-
 ...ix-compile-failure-against-musl-C-library.patch |  52 ---
 ...pp-server_abyss-Fix-build-with-clang-libc.patch |  27 ++
 .../recipes-devtools/xmlrpc-c/xmlrpc-c_1.31.0.bb   |  24 --
 .../recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb  |  49 +++
 .../mozjs/mozjs/JS_PUBLIC_API.patch                |  37 ++
 meta-oe/recipes-extended/mozjs/mozjs_52.9.1.bb     |   1 +
 .../jack/jack/0001-Fix-OSX-build.patch             |  27 ++
 meta-oe/recipes-multimedia/jack/jack_git.bb        |   1 +
 .../asio/{asio_1.12.1.bb => asio_1.12.2.bb}        |   4 +-
 26 files changed, 816 insertions(+), 325 deletions(-)
 create mode 100644 meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/0001-cpuburn-a8.S-Remove-.func-.endfunc.patch
 create mode 100644 meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/0002-burn.S-Add.patch
 create mode 100644 meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/0003-burn.S-Remove-.func-.endfunc.patch
 create mode 100644 meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb
 delete mode 100644 meta-oe/recipes-benchmark/cpuburn/cpuburn-neon_20140626.bb
 create mode 100644 meta-oe/recipes-benchmark/tinymembench/tinymembench/0001-asm-Delete-.func-.endfunc-directives.patch
 rename meta-oe/recipes-connectivity/irssi/{irssi_1.0.4.bb => irssi_1.1.2.bb} (77%)
 create mode 100644 meta-oe/recipes-connectivity/mosh/mosh/0001-Fix-building-with-libc.patch
 rename meta-oe/recipes-connectivity/mosh/{mosh_1.3.0.bb => mosh_1.3.2.bb} (87%)
 delete mode 100644 meta-oe/recipes-devtools/jsonrpc/jsonrpc/0001-cmake-replace-hardcoded-lib-CMAKE_LIBRARY_PATH-with-.patch
 delete mode 100644 meta-oe/recipes-devtools/jsonrpc/jsonrpc/0001-filedescriptorclient-Typecast-min-arguments-correctl.patch
 delete mode 100644 meta-oe/recipes-devtools/jsonrpc/jsonrpc/0001-filedescriptorserver-Include-sys-select.h-before-oth.patch
 delete mode 100644 meta-oe/recipes-devtools/jsonrpc/jsonrpc/0001-memset-and-family-needs-to-include-string.h.patch
 delete mode 100644 meta-oe/recipes-devtools/jsonrpc/jsonrpc/0002-Fix-build-problem-on-Mac.patch
 rename meta-oe/recipes-devtools/jsonrpc/{jsonrpc_0.7.0.bb => jsonrpc_git.bb} (53%)
 rename meta-oe/recipes-devtools/php/{php_5.6.38.bb => php_5.6.39.bb} (86%)
 delete mode 100644 meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/0001-fix-compile-failure-against-musl-C-library.patch
 create mode 100644 meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/0001-test-cpp-server_abyss-Fix-build-with-clang-libc.patch
 delete mode 100644 meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.31.0.bb
 create mode 100644 meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
 create mode 100644 meta-oe/recipes-extended/mozjs/mozjs/JS_PUBLIC_API.patch
 create mode 100644 meta-oe/recipes-multimedia/jack/jack/0001-Fix-OSX-build.patch
 rename meta-oe/recipes-support/asio/{asio_1.12.1.bb => asio_1.12.2.bb} (80%)

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


More information about the Openembedded-commits mailing list