[oe] [meta-oe][PATCH v2] Dhrystone: add recipe 2.1

2017-08-21 Thread Jose Alarcon
Dhrystone is a synthetic computing benchmark program developed in 1984 by Reinhold P. Weicker intended to be representative of system (integer) programming. https://en.wikipedia.org/wiki/Dhrystone Signed-off-by: Jose Alarcon --- .../dhrystone/dhrystone-2.1/dhrystone.patch

[oe] [meta-oe][PATCH] postgresql: update to 9.4.13

2017-08-21 Thread Yi Zhao
Fixed three security vulnerabilities: CVE-2017-7546: Empty password accepted in some authentication methods CVE-2017-7547: The "pg_user_mappings" catalog view discloses passwords to users lacking server privileges CVE-2017-7548: lo_put() function ignores ACLs See release note:

[oe] [meta-oe][PATCH] glibmm: fix perl path

2017-08-21 Thread Robert Yang
Fixed: ERROR: QA Issue: /usr/lib/glibmm-2.4/proc/gmmproc contained in package glibmm-dev requires /path/to/tmp/hosttools/perl, but no providers found in RDEPENDS_glibmm-dev? [file-rdeps] Signed-off-by: Robert Yang --- meta-oe/recipes-core/glib-2.0/glibmm_2.50.1.bb |

[oe] [meta-webserver][PATCH] sthttpd: update to 2.27.1

2017-08-21 Thread Yi Zhao
* Fix CVE-2017-10671: Heap-based buffer overflow in the de_dotdot function in libhttpd.c * Update SRC_URI because the original site can not access. Signed-off-by: Yi Zhao --- .../recipes-httpd/sthttpd/{sthttpd_2.27.0.bb => sthttpd_2.27.1.bb} | 6 +++--- 1 file

[oe] [meta-qt5][PATCHv2 7/7] qtwebengine: update 0004-Force-host-toolchain-configuration.patch

2017-08-21 Thread Martin Jansa
* refresh the patch from: http://code.qt.io/cgit/yocto/meta-qt5.git/diff/recipes-qt/qt5/qtwebengine/0001-Force-host-toolchain-configuration.patch?id=5bac910f95453d0df6fe540778dd16a9707dcabf * might fix passing arm specific flags into host builds like: gcc: error: unrecognized command line

[oe] [meta-qt5][PATCHv2 5/7] qt: upgrade to latest revision in 5.9 branch

2017-08-21 Thread Martin Jansa
* 3 patches were included upstream Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 6 +- .../qt5/qt3d/0001-Allow-a-tools-only-build.patch | 2 +- ...2-Fix-BlenderDNA-for-clang-cross-compiler.patch | 2 +-

[oe] [meta-qt5][PATCHv2 6/7] qtwebengine: fix build with glibc-2.26

2017-08-21 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...qtbug-61521.cpp-use-free-instead-of-cfree.patch | 25 ++ recipes-qt/qt5/qtwebengine_git.bb | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-qt5][PATCHv2 4/7] qt: refresh remaining patches and add links to meta-qt5 repos

2017-08-21 Thread Martin Jansa
* remove qtdeclarative/0001-Fix-QQmlExpression-leaking-QQmlError-objects.patch qtwayland/0002-Fix-initial-window-property-values-being-propagated.patch which is already applied and fuzzy patch just apply the same section twice * restore qttools/0001-add-noqtwebkit-configuration.patch

[oe] [meta-qt5][PATCHv2 1/7] qtbase, qtgraphicaleffect, qtmultimedia, qtscript, qtlocation, qtwayland: disable gold to work around binutils bug

2017-08-21 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase_git.bb | 25 - recipes-qt/qt5/qtgraphicaleffects_git.bb | 4 recipes-qt/qt5/qtlocation_git.bb | 4 recipes-qt/qt5/qtmultimedia_git.bb | 4

[oe] [meta-qt5][PATCHv2 3/7] qtwebengine: add a fix for building demobrowser without printing support

2017-08-21 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../0005-Always-compile-QWebEnginePage-print.patch | 241 + recipes-qt/qt5/qtwebengine_git.bb | 6 + 2 files changed, 247 insertions(+) create mode 100644

Re: [oe] [meta-qt5][PATCH] qtbase: fix Krogoth build regression from efa8aaf

2017-08-21 Thread Khem Raj
On Mon, Aug 21, 2017 at 2:51 AM, Martin Jansa wrote: > I know it's not caused by this change, but it still creates "foodummy" file > in ${TOPDIR} can we please get rid of it or at least move it somewhere else > like ${WORKDIR}? ah thats where it comes from, I was

[oe] [meta-python][PATCH] python-requests: Update to version 2.18.4

2017-08-21 Thread Fabio Berton
Signed-off-by: Fabio Berton --- meta-python/recipes-devtools/python/python-requests.inc | 4 ++-- .../python/{python-requests_2.18.3.bb => python-requests_2.18.4.bb} | 0 .../python/{python3-requests_2.18.3.bb => python3-requests_2.18.4.bb} | 0 3

Re: [oe] [meta-qt5][PATCH] qtbase: fix Krogoth build regression from efa8aaf

2017-08-21 Thread Martin Jansa
I know it's not caused by this change, but it still creates "foodummy" file in ${TOPDIR} can we please get rid of it or at least move it somewhere else like ${WORKDIR}? On Sat, Aug 19, 2017 at 5:07 PM, Martin Jansa wrote: > Nothing from me yet, it's included in

[oe] [meta-oe][PATCH v2] pcsc-lite: Update to 1.8.22

2017-08-21 Thread Huang Qiyu
1) Upgrade pcsc-lite from 1.8.13 to 1.8.22. 2) License information has changed in pcsc-lite-1.8.22/COPYING for src/strlcpy.3, src/strlcat.c and src/strlcpy.c have been removed in pcsc-lite-1.8.22, so modify the LIC_FILES_CHKSUM. Signed-off-by: Huang Qiyu ---

Re: [oe] [meta-python][PATCH 3/3] python-m2crypto: Upgrade to 0.26.0

2017-08-21 Thread Martin Jansa
Fails to build here: http://errors.yoctoproject.org/Errors/Details/152770/ On Tue, Aug 15, 2017 at 5:02 PM, Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com> wrote: > On Mon, 2017-08-14 at 22:02 -0700, Khem Raj wrote: > > Use proper LICENCE file for LIC_FILES_CHKSUM > > > >

Re: [oe] [meta-oe][PATCH] mariadb: 5.5.55 -> 5.5.57

2017-08-21 Thread Martin Jansa
I've quickly tried it on the jenkins builder and without thumb it builds ok. So if you don't want to dig what wents wrong in our toolchain when security_flags.inc is used, you can just add: ARM_INSTRUCTION_SET_armv4 = "arm" ARM_INSTRUCTION_SET_armv5 = "arm" and check if it builds with some

[oe] [meta-efl][PATCH] meta-efl: remove this now pretty empty layer

2017-08-21 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-efl/COPYING.MIT | 17 -- meta-efl/README| 18 -- meta-efl/classes/e-base.bbclass| 14 -- meta-efl/classes/e.bbclass | 22

[oe] [meta-ruby][PATCH] meta-ruby: remove this now pretty empty layer

2017-08-21 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-ruby/COPYING.MIT | 17 -- meta-ruby/README | 16 - meta-ruby/classes/ruby.bbclass | 131 - meta-ruby/conf/layer.conf | 15 - 4 files changed, 179

Re: [oe] [meta-oe][PATCH] recipes: remove blacklisted recipes

2017-08-21 Thread Martin Jansa
On Mon, Aug 21, 2017 at 09:18:47AM +0200, Martin Jansa wrote: > * as PNBLACKLIST message says, these recipes are blacklisted for long > time and nobody showed any interest to fix them > > Signed-off-by: Martin Jansa > --- >

[oe] [meta-webserver][PATCH] phpmyadmin: upgrade to 4.7.3

2017-08-21 Thread jackie.huang
From: Jackie Huang The license files and md5 are updated. Signed-off-by: Jackie Huang --- .../phpmyadmin/{phpmyadmin_4.6.3.bb => phpmyadmin_4.7.3.bb}| 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) rename

Re: [oe] [PATCH 0/3] multipath-tools/python3-pykickstart/xmlrpc-c: fix file-rdeps QA issues

2017-08-21 Thread Hongxu Jia
On 2017年08月21日 14:21, Martin Jansa wrote: Do you know why so many do_package_qa failures were detected now? I was reading oe-core commits added since last world build and I don't see where this QA check was fixed or why it reports so many issues now. Is it thanks to this change?

Re: [oe] [PATCH 0/3] multipath-tools/python3-pykickstart/xmlrpc-c: fix file-rdeps QA issues

2017-08-21 Thread Martin Jansa
Do you know why so many do_package_qa failures were detected now? I was reading oe-core commits added since last world build and I don't see where this QA check was fixed or why it reports so many issues now. Is it thanks to this change?

[oe] [PATCH 0/3] multipath-tools/python3-pykickstart/xmlrpc-c: fix file-rdeps QA issues

2017-08-21 Thread Hongxu Jia
The following changes since commit ac2a6d2b5d69937577effcb8bb2149651bac0176: json-spirit: Add -latomic to LDFLAGS (2017-08-13 13:21:04 +0200) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/fix-qa-issue

[oe] [PATCH 3/3] xmlrpc-c: add perl to RDEPENDS

2017-08-21 Thread Hongxu Jia
Fix the following file-rdeps QA issue: ... |ERROR: xmlrpc-c-1.31.0-r0 do_package_qa: QA Issue: /usr/bin/xml-rpc-api2txt contained in package xmlrpc-c requires /usr/bin/perl, but no providers found in RDEPENDS_xmlrpc-c? [file-rdeps] ... Signed-off-by: Hongxu Jia ---

[oe] [PATCH 1/3] multipath-tools: add bash to RDEPENDS

2017-08-21 Thread Hongxu Jia
Fix the following file-rdeps QA issue: ... |ERROR: multipath-tools-0.7.1-r0 do_package_qa: QA Issue: /sbin/mpathconf contained in package multipath-tools requires /bin/bash, but no providers found in RDEPENDS_multipath-tools? [file-rdeps] ... Signed-off-by: Hongxu Jia

[oe] [PATCH 2/3] python3-pykickstart: tweak shebang to python3

2017-08-21 Thread Hongxu Jia
Fix the following file-rdeps QA issue: ... |ERROR: python3-pykickstart-2.35-r0 do_package_qa: QA Issue: /usr/bin/ksvalidator contained in package python3-pykickstart requires /usr/bin/python, but no providers found in RDEPENDS_python3-pykickstart? [file-rdeps] ... Signed-off-by: Hongxu Jia