[oe] [meta-oe][PATCH] nodejs: update to 4.4.7

2016-06-29 Thread Jonathan Liu
LICENSE checksum updated due to change in ESLint copyright line: -Copyright (c) 2013 Nicholas C. Zakas. All rights reserved. +Copyright jQuery Foundation and other contributors, https://jquery.org/ Signed-off-by: Jonathan Liu ---

Re: [oe] [meta-python][PATCH 5/5] python-setuptools-scm: Add python-setuptools-scm bb

2016-06-29 Thread Martin Jansa
It might be related to this: http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107959.html On Wed, Jun 29, 2016 at 10:11 PM, Tim Orling wrote: > Has pypi changed it's URL format? > >

Re: [oe] [meta-python][PATCH 5/5] python-setuptools-scm: Add python-setuptools-scm bb

2016-06-29 Thread Tim Orling
Has pypi changed it's URL format? https://pypi.python.org/packages/84/aa/c693b5d41da513fed3f0ee27f1bf02a303caa75bbdfa5c8cc233a1d778c4/setuptools_scm-1.11.1.tar.gz#md5=4d19b2bc9580016d991f665ac20e2e8f is the link on pypi On Wed, Jun 29, 2016 at 1:04 PM, Martin Jansa

Re: [oe] [meta-python][PATCH 5/5] python-setuptools-scm: Add python-setuptools-scm bb

2016-06-29 Thread Martin Jansa
ERROR: python-setuptools-scm-1.11.1-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 8, output:https://pypi.python.org/packages/source/s/setuptools_scm/setuptools_scm-1.11.1.tar.gz: 2016-06-29 07:45:31 ERROR 404: Not Found. ERROR: python-setuptools-scm-1.11.1-r0 do_fetch:

Re: [oe] [OE-core] [oe-commits] [openembedded-core] 58/94: openssl: prevent ABI break from earlier krogoth releases

2016-06-29 Thread akuster808
On 06/29/2016 12:02 PM, Martin Jansa wrote: > Please revert this, this is actually breaking the ABI compatibility against > Krogoth release as reported in pull request. I thought I removed it when you provided feed back the last time. my apologies, Armin > On Wed, Jun 29, 2016 at 8:37 PM,

Re: [oe] [oe-commits] [openembedded-core] 58/94: openssl: prevent ABI break from earlier krogoth releases

2016-06-29 Thread Martin Jansa
Please revert this, this is actually breaking the ABI compatibility against Krogoth release as reported in pull request. On Wed, Jun 29, 2016 at 8:37 PM, wrote: > rpurdie pushed a commit to branch krogoth > in repository openembedded-core. > > commit

Re: [oe] [meta-python][PATCH] Add some python packages bb

2016-06-29 Thread Tim Orling
Hi Mingli, In the future, when you send a second version of a patch, you should have [PATCH v2] etc. in the subject line. Again, remember that these patches are being consumed by automated processes. If you look at https://patchwork-next.openembedded.org/project/oe/series/?ordering=-last_updated

[oe] State of bitbake world 2016-06-24

2016-06-29 Thread Martin Jansa
== Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!colspan='6'|Failed depencencies!!|Signatures !!colspan='12'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[oe] [meta-java][PATCH] openjdk-8: Add update version and build number to the java binaries

2016-06-29 Thread Bernhard Dick
The OpenJDK builds did not include the update version and build number leading to problems when applications check for the minimum needed version. This commit fixes it by adding the update version and build number to the configure parameters. Signed-off-by: Bernhard Dick ---

[oe] [meta-networking][PATCH] netmap: blacklist

2016-06-29 Thread Martin Jansa
* it's broken for very long time Signed-off-by: Martin Jansa --- meta-networking/recipes-kernel/netmap/netmap_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-kernel/netmap/netmap_git.bb

[oe] OE Changelog since 2016-06-19 until 2016-06-26

2016-06-29 Thread cliff . brake
Changelog since 2016-06-19 until 2016-06-26. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [oe] [meta-qt5] Update master to Qt 5.7 release

2016-06-29 Thread Otavio Salvador
On Wed, Jun 29, 2016 at 6:24 AM, Martin Jansa wrote: ... > Otavio said he will be working on next upgrade, I haven't seen any patch > yet, but maybe there is some wip on his side. ... I did not get to it yet; if you, Pascal, have some spare time for the next couple of

Re: [oe] [meta-oe] gpsd fails to compile due to scons-generated malformed command line

2016-06-29 Thread Schäfer-Hutter
FYI: I had to patch the SConstruct file of gpsd like follows. The first fix avoids double-quoting of the CPPFLAGS and the second avoids calling ncurses5-config since that will end-up trying to link the native x86-version of the ncurses library with cross-compiled binaries. --- a/SConstruct

[oe] [meta-python][PATCH 1/5] python-pbr: Add python-pbr bb

2016-06-29 Thread mingli.yu
From: Mingli Yu * Add python-pbr bb file as python-mock depends on python-pbr-native Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-pbr_1.10.0.bb | 16 1 file changed, 16 insertions(+) create mode

[oe] [meta-python][PATCH 3/5] python-mccabe: Add python-pytest-runner dependency

2016-06-29 Thread mingli.yu
From: Mingli Yu * Add python-pytest-runner dependency for python-mccabe Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] [meta-python][PATCH 4/5] python-pytest-runner: Add python-pytest-runner bb

2016-06-29 Thread mingli.yu
From: Mingli Yu * Add python-pytest-runner bb as python-mccabe depends on python-pytest-runner Signed-off-by: Mingli Yu --- .../recipes-devtools/python/python-pytest-runner_2.8.bb | 13 + 1 file changed, 13 insertions(+)

[oe] [meta-python][PATCH 5/5] python-setuptools-scm: Add python-setuptools-scm bb

2016-06-29 Thread mingli.yu
From: Mingli Yu * Add python-setuptools-scm bb as python-pytest-runner depends on python-setuptools-scm Signed-off-by: Mingli Yu --- .../python/python-setuptools-scm_1.11.1.bb | 18 ++ 1 file changed, 18

[oe] [meta-python][PATCH 2/5] python-mock: Add python-pbr-native dependency

2016-06-29 Thread mingli.yu
From: Mingli Yu * Add python-pbr-native dependency for python-mock Signed-off-by: Mingli Yu --- meta-python/recipes-devtools/python/python-mock_2.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [oe] [PATCH 2/3] python-pbr: add python-pbr bb

2016-06-29 Thread Yu, Mingli
On 2016年06月28日 22:56, Tim Orling wrote: On Tue, Jun 28, 2016 at 1:36 AM, wrote: From: Mingli Yu * Add python-pbr bb file as python-mock depends on python-pbr-native Signed-off-by: Mingli Yu ---

Re: [oe] [PATCH 1/3] python-mccabe: Remove pytest

2016-06-29 Thread Yu, Mingli
On 2016年06月28日 22:55, Tim Orling wrote: On Tue, Jun 28, 2016 at 1:36 AM, wrote: From: Mingli Yu * Remove pytest to avoid dependency on python-runner as only one file test_mccabe.py import pytest and this test_mccabe.py file not

Re: [oe] [meta-python][PATCH]: update some python packages bb

2016-06-29 Thread Yu, Mingli
On 2016年06月28日 22:50, Tim Orling wrote: The subject line is misleading, as you are actually adding recipes for python-pbr and python-mock, not updating them. Thanks! will update the subject then. Also, please make sure that EACH patch has [meta-python] in the subject line, these patches are

[oe] [meta-qt5] Update master to Qt 5.7 release

2016-06-29 Thread Pascal Bach
Hello The meta-qt5 master is currently on a pre release of 5.7. I would like to update it to the final Qt 5.7 release. I saw that the commit of the latest update involved a lot of changes across many files including updates of patches. Now before I go and try to change everything manually, I