[oe] [PATCH 1/2] python-vcversioner: remove egg generation

2019-01-29 Thread Stefan Agner
From: Stefan Agner Remove egg file build. This got introduced with commit fb1696372ff9 ("python-vcversioner: Error Fix for recipes depend on python-vcversioner"). However, it seems that this was actually not related to the missing egg file, but to the back then missing depends on python-vcversion

[oe] [PATCH 2/2] python3-vcversioner: remove egg generation

2019-01-29 Thread Stefan Agner
From: Stefan Agner Remove egg file build. This got introduced with commit fb1696372ff9 ("python-vcversioner: Error Fix for recipes depend on python-vcversioner"). However, it seems that this was actually not related to the missing egg file, but to the back then missing depends on python-vcversion

[oe] [meta-oe][PATCH] jq: update to 1.6

2019-01-29 Thread Alex Kiernan
Drop backported patch as it's present in 1.6. Switch to autotools-brokensep to avoid | sed -e 's/\\//g' -e 's/"/\\"/g' -e 's/^/"/' -e 's/$/\\n"/' ../jq-1.6/src/builtin.jq > src/builtin.inc | /bin/sh: src/builtin.inc: No such file or directory License-Update: whitespace changes Signed-off-by:

[oe] [meta-python][PATCH] python-twisted: Remove ${PN}-src

2019-01-29 Thread Khem Raj
This fixes the QA errors about double defining this in PACKAGES it seems to be removed in py3 version of recipe too so we just do it in inc file so both recipes can use it Fix a typo in specifying rdep Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-twisted.inc| 4

[oe] State of the world, 2019-01-28

2019-01-29 Thread Khem Raj
== Failed tasks 2019-01-28 == INFO: jenkins-job.sh-1.8.45 Complete log available at http://logs.nslu2-linux.org/buildlogs/oe/world/warrior/log.report.20190129_155735.log === common (6) === * sources/meta-openembedded/meta-oe/recipes-support/espeak/espeak-data_1.48.04.bb:do_compile * sou

[oe] [PATCH] [meta-oe][PATCH] php: upgrade to 5.6.39

2019-01-29 Thread Hong Liu
1.Upgrade php from 5.6.38 to 5.6.39. Signed-off-by: Hong Liu --- meta-oe/recipes-devtools/php/{php_5.6.38.bb => php_5.6.39.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/php/{php_5.6.38.bb => php_5.6.39.bb} (86%) diff --git a/meta-oe/recipes-devto

[oe] [PATCH] irssi: Upgrade from 1.0.4 to 1.1.2

2019-01-29 Thread Randy MacLeod
Signed-off-by: Randy MacLeod --- .../irssi/{irssi_1.0.4.bb => irssi_1.1.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/irssi/{irssi_1.0.4.bb => irssi_1.1.2.bb} (77%) diff --git a/meta-oe/recipes-connectivity/irssi/irssi_1.0.

[oe] [meta-oe][PATCH 1/8] cpuburn-arm: Move cpuburn-neon to cpuburn-arm and add more tests

2019-01-29 Thread Khem Raj
This provides more benchmarks for different arm arches >= v7 Signed-off-by: Khem Raj --- ...1-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 + .../cpu

[oe] [meta-oe][PATCH 3/8] tinymembench: Fix build with clang assembler

2019-01-29 Thread Khem Raj
Signed-off-by: Khem Raj --- ...asm-Delete-.func-.endfunc-directives.patch | 444 ++ .../tinymembench/tinymembench_git.bb | 4 +- 2 files changed, 447 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-benchmark/tinymembench/tinymembench/0001-asm-Delete-.f

[oe] [meta-oe][PATCH 7/8] jack: Fix build when using libc++

2019-01-29 Thread Khem Raj
Signed-off-by: Khem Raj --- .../jack/jack/0001-Fix-OSX-build.patch| 27 +++ meta-oe/recipes-multimedia/jack/jack_git.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 meta-oe/recipes-multimedia/jack/jack/0001-Fix-OSX-build.patch diff --git a/meta-oe/reci

[oe] [meta-oe][PATCH 6/8] asio: Update to 1.12.2

2019-01-29 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-support/asio/{asio_1.12.1.bb => asio_1.12.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/asio/{asio_1.12.1.bb => asio_1.12.2.bb} (80%) diff --git a/meta-oe/recipes-support/asio/asio_1.12.1.bb b/meta-oe/re

[oe] [meta-oe][PATCH 2/8] mosh: Upgrade to 1.3.2

2019-01-29 Thread Khem Raj
Fix building with clang/libc++ while here Signed-off-by: Khem Raj --- .../mosh/0001-Fix-building-with-libc.patch| 24 +++ .../mosh/{mosh_1.3.0.bb => mosh_1.3.2.bb} | 8 --- 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 meta-oe/recipes-connect

[oe] [meta-oe][PATCH 4/8] xmlrpc-c: Update to 1.51.03

2019-01-29 Thread Khem Raj
Fix build with clang while here Signed-off-by: Khem Raj --- ...mpile-failure-against-musl-C-library.patch | 52 --- ...rver_abyss-Fix-build-with-clang-libc.patch | 27 ++ .../xmlrpc-c/xmlrpc-c_1.31.0.bb | 24 - .../xmlrpc-c/xmlrpc-c_1.51.03.bb

[oe] [meta-oe][PATCH 8/8] mozjs: Fix symbol visibility with clang/libc++

2019-01-29 Thread Khem Raj
Signed-off-by: Khem Raj --- .../mozjs/mozjs/JS_PUBLIC_API.patch | 37 +++ .../recipes-extended/mozjs/mozjs_52.9.1.bb| 1 + 2 files changed, 38 insertions(+) create mode 100644 meta-oe/recipes-extended/mozjs/mozjs/JS_PUBLIC_API.patch diff --git a/meta-oe/recipes-ex

[oe] [meta-oe][PATCH 5/8] jsonrpc: Update to 1.1.1

2019-01-29 Thread Khem Raj
License-Updare: Change in copyright headers https://github.com/cinemast/libjson-rpc-cpp/commit/ba3507a24bd07e89641ecbc7e567c01a754c8d73#diff-61e0bdf7e1b43c5c93d9488b22e04170 Drop all patches since these issues are already fixed in new version add new dependency on hiredis Signed-off-by: Khem Raj