Re: [oe] [meta-browser][PATCH] chromium: install all pak files plus resources and blob.bin files.

2016-07-15 Thread Khem Raj
On Fri, Jul 15, 2016 at 10:12 AM, Carlos Alberto Lopez Perez wrote: > * This files contain localized strings and other resources that are >needed for support of internationalization and localization. > > * Files under the resources directory are needed for the web

[oe] [meta-python][PATCH] python-flufl-enum: remove deprecated package

2016-07-15 Thread Derek Straka
The maintainer of the package has marked it deprecated and users should move to the standard library third party package (enum34) Signed-off-by: Derek Straka --- .../python/python-flufl-enum_4.1.bb| 24 -- 1 file changed, 24 deletions(-)

[oe] [meta-java][PATCH] openjdk-8: Detect compiler version

2016-07-15 Thread Dan McGregor
From: Daniel McGregor Some supported hosts still use GCC 4.X. These don't support the flags needed to make GCC 6 work, so check the GCC version and add appropriate compiler flags. This implementation will append flags for any gcc version, but it's only used for GCC 6

[oe] [meta-python][PATCH] python-django-south: add package RDEPENDS

2016-07-15 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-django-south_1.0.2.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb

[oe] [meta-python][PATCH] python-django: update to version 1.9.7 and add the required RDEPENDS

2016-07-15 Thread Derek Straka
Signed-off-by: Derek Straka --- .../recipes-devtools/python/python-django_1.8.8.bb | 14 - .../recipes-devtools/python/python-django_1.9.7.bb | 24 ++ 2 files changed, 24 insertions(+), 14 deletions(-) delete mode 100644

[oe] [meta-python][PATCH] python-dbusmock: update to version 0.16.6 and update required RDEPENDS

2016-07-15 Thread Derek Straka
Signed-off-by: Derek Straka --- ...n-dbusmock_0.10.1.bb => python-dbusmock_0.16.6.bb} | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) rename meta-python/recipes-devtools/python/{python-dbusmock_0.10.1.bb => python-dbusmock_0.16.6.bb} (57%) diff

[oe] [meta-python][PATCH] python-cmd2: update RDEPENDS to pull in required packages

2016-07-15 Thread Derek Straka
Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb

[oe] [meta-python][PATCH] python-cryptography: update to version 1.4 and remove patches now available with the latest release

2016-07-15 Thread Derek Straka
Signed-off-by: Derek Straka --- ...s_1.1.bb => python-cryptography-vectors_1.4.bb} | 6 +- .../Comment_lingering_SSLv2_symbol.patch | 24 --- .../Remove_SSLv2_bindings.patch| 75 -- .../build_fix_openssl_1.0.1g.patch

Re: [oe] [meta-java] gcc 4.8 and openjdk-8

2016-07-15 Thread Dan McGregor
On 15 July 2016 at 03:47, Jacopo Malvestio wrote: > On 13/07/2016 01:23, Khem Raj wrote: >> On Mon, Jul 11, 2016 at 10:09 PM, Jacopo Malvestio >> wrote: >>> On 12/07/2016 01:48, Khem Raj wrote: On Mon, Jul 11, 2016 at 3:32 PM, Jacopo

Re: [oe] [meta-java][PATCH] openjdk-8: make GCC6 happy

2016-07-15 Thread Dan McGregor
On 11 July 2016 at 05:29, Patrick Ohly wrote: > Dan McGregor gmail.com> writes: >> From: Daniel McGregor vecima.com> >> >> GCC 6 sets the default C++ standard to C++14 and introduces dead store >> elimination by default. OpenJDK 8 is not ready for either of these >>

[oe] [meta-browser][PATCH] chromium: install all pak files plus resources and blob.bin files.

2016-07-15 Thread Carlos Alberto Lopez Perez
* This files contain localized strings and other resources that are needed for support of internationalization and localization. * Files under the resources directory are needed for the web inspector. Signed-off-by: Carlos Alberto Lopez Perez ---

Re: [oe] [meta-oe][PATCH] poco: update to 1.7.3

2016-07-15 Thread Pascal Bach
On 12.07.2016 15:52, Martin Jansa wrote: > On Fri, Jul 08, 2016 at 01:11:46PM +0200, Pascal Bach wrote: >> Signed-off-by: Pascal Bach >> --- >> meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >>

[oe] [meta-oe][PATCHv2] poco: update to 1.7.3

2016-07-15 Thread Pascal Bach
Signed-off-by: Pascal Bach --- meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/poco/{poco_1.7.1.bb => poco_1.7.3.bb} (94%) diff --git

Re: [oe] [meta-networking][PATCH 2/2] meta-networking: override SECURITY_CFLAGS for c-ares

2016-07-15 Thread Christopher Larson
On Fri, Jul 15, 2016 at 5:54 AM, wrote: > From: André Draszik > > c-ares doesn't build if the distro has enabled usage of the > security_flags.inc file as it is picky about what is placed > into CPPFLAGS and CFLAGS. It complains and errors out if any >

[oe] [PATCH] contrib: add MIPS_INSTRUCTION_SET

2016-07-15 Thread git
From: André Draszik which is similar to ARM_INSTRUCTION_SET, hence we place it nearby. Signed-off-by: André Draszik --- contrib/oe-stylize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/oe-stylize.py b/contrib/oe-stylize.py index

[oe] [meta-networking][PATCH 2/2] meta-networking: override SECURITY_CFLAGS for c-ares

2016-07-15 Thread git
From: André Draszik c-ares doesn't build if the distro has enabled usage of the security_flags.inc file as it is picky about what is placed into CPPFLAGS and CFLAGS. It complains and errors out if any preprocessor options appear in CFLAGS. Fix this by providing an

[oe] [meta-networking][PATCH 1/2] c-ares: use our compilation flags

2016-07-15 Thread git
From: André Draszik If not requested otherwise as ./configure option, c-ares will strip any -g from CFLAGS / CPPFLAGS and add -g0 instead, disabling all debug info. Similarly, it will try to enable optimisation (but bail out since in that case it honors an existing -O in

Re: [oe] [meta-oe][PATCH] grubby: add grubby with version 8.40-1

2016-07-15 Thread Martin Jansa
FFS, squash all 4 together, the first is already using all 3 files anyway.. On Fri, Jul 15, 2016 at 7:50 AM, wrote: > 1, Add grubby bb > > 2, Fix the grub-editenv name > > 3, Add ptest support > > 4, Remove bashisms in test.sh > -- >

[oe] [PATCH] klibc: fix install destination in 64bit env

2016-07-15 Thread Michael Walle
klibc installs everything into /usr/lib by default. But the recipe assumes it installs to ${libdir} which is /usr/lib64 in 64bit environment. Package generation fails badly in this case. Set INSTALLDIR to fix this. Signed-off-by: Michael Walle ---

Re: [oe] [meta-java] gcc 4.8 and openjdk-8

2016-07-15 Thread Jacopo Malvestio
On 13/07/2016 01:23, Khem Raj wrote: > On Mon, Jul 11, 2016 at 10:09 PM, Jacopo Malvestio > wrote: >> On 12/07/2016 01:48, Khem Raj wrote: >>> On Mon, Jul 11, 2016 at 3:32 PM, Jacopo Malvestio >>> wrote: Hello All, I've

[oe] [meta-oe][PATCH] uw-imap: use cross-tools to create static library

2016-07-15 Thread S. Lockwood-Childs
Build was failing with complaint: ../c-client/c-client.a: error adding symbols: Archive has no index; run ranlib to add one Turns out build was using host tools for 'ar' and 'ranlib'. Solved by overriding ARRC ('ar' with -rc) and RANLIB on the make command-line, as was already being done for

[oe] [meta-oe][PATCHv2] augeas: Move from oe-core

2016-07-15 Thread Jussi Kukkonen
augeas is being removed from oe-core as nothing there uses or tests it. Move the recipe to meta-oe as there's still one dependency in meta-openembedded (netcf in meta-networking). Also upgrade to 1.5.0: no recipe changes needed. Signed-off-by: Jussi Kukkonen ---