[oe] [RFT] glibc 2.23

2016-01-04 Thread Khem Raj
Hi All, I have put together patchset for upcoming glibc 2.23 release here https://github.com/kraj/openembedded-core/tree/kraj/glibc-2.23 There are two patches that you would need to cherry-pick https://github.com/kraj/openembedded-core/commit/8f6392f59c83117da07a1ebe25b9cbbdf79a6df5

Re: [oe] [OE-core] [RFC] Mark of upstream CVE patches

2016-01-04 Thread Benjamin Esquivel
On Mon, 2016-01-04 at 12:25 -0600, Mariano Lopez wrote: > > On 12/16/2015 03:21 AM, Burton, Ross wrote: > > > > On 16 December 2015 at 09:03, Sona Sarmadi > > wrote: > > > > We are supposed to have reference to the CVE identifier both

[oe] [meta-networking][PATCH] samba: move RDEPENDS of perl from samba to samba-pidl

2016-01-04 Thread Jens Rehsack
samba-pidl is the package containing the perl-extension, so RDEPENDS must include perl for samba-pidl, not for samba. Signed-off-by: Jens Rehsack --- meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [oe] Why does samba think it (R)DEPENDS on perl?

2016-01-04 Thread Jens Rehsack
> Am 30.12.2015 um 11:55 schrieb Mike Looijmans : > > Found that the cause is "inherit cpan-base", this hardcodes "perl" into the > package. > > I think this requires a split-up of cpan-base.bbclass into two parts, so that > one get obtain the perl version without

Re: [oe] [meta-java][PATCH 0/2] openjdk-8-native: fix do_install and PROVIDES

2016-01-04 Thread Jens Rehsack
It's insane re-introducing a virtual/javac-native without understanding the issues coming with that. > Am 23.12.2015 um 11:03 schrieb jackie.hu...@windriver.com: > > From: Jackie Huang > > I asked about this issue two days ago but no response, please carefully >

[oe] [meta-browser][PATCH] chromium_40.0.2214.91: API keys update

2016-01-04 Thread Trevor Woerner
Add more information to the "disable-api-keys-info-bar" PACKAGECONFIG description regarding another way to disable the "Google API keys are missing" warning. Signed-off-by: Trevor Woerner --- recipes-browser/chromium/chromium_40.0.2214.91.bb | 8 +++- 1 file changed, 7

Re: [oe] [meta-qt5][master][jethro][PATCH] qtconnectivity, qtsystems: fix bluetooth support

2016-01-04 Thread Martin Jansa
On Mon, Jan 04, 2016 at 05:39:39PM +0100, Javier Viguera wrote: > On 04/01/16 17:17, Martin Jansa wrote: > > > > Is it deterministic? > > > > Will it always pick bluez4 when BLUEZ is set to bluez4, but there is > > bluez5 is already in the sysroot as well? > > No, BLUEZ is set by *bluetooth*

[oe] [meta-networking][PATCH v2] samba: move RDEPENDS of perl from samba to samba-pidl

2016-01-04 Thread Jens Rehsack
samba-pidl is the package containing the perl-extension, so RDEPENDS must include perl for samba-pidl, not for samba. Signed-off-by: Jens Rehsack --- meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [oe] [meta-networking][PATCH] samba: move RDEPENDS of perl from samba to samba-pidl

2016-01-04 Thread Martin Jansa
On Mon, Jan 04, 2016 at 08:06:04PM +0100, Jens Rehsack wrote: > samba-pidl is the package containing the perl-extension, so RDEPENDS > must include perl for samba-pidl, not for samba. > > Signed-off-by: Jens Rehsack > --- >

Re: [oe] [meta-java] how to properly handle conflict between openjdk-8-native, fastjar-native and ecj-bootstrap-native

2016-01-04 Thread Jens Rehsack
> Am 21.12.2015 um 10:14 schrieb Huang, Jie (Jackie) > : > > Hi, > > I found that builds with sstate will fail with: > checking if /build/tmp/sysroots/x86_64-linux/usr/bin/ecj-initial works... > configure: error: The Java compiler >

Re: [oe] [meta-oe][PATCH] thrift: Add recipe for Apache Thrift.

2016-01-04 Thread Martin Jansa
On Tue, Dec 22, 2015 at 02:43:00PM -0500, Philip Balister wrote: > * Run tested cpp bindings with GNU Radio Control Port. > > Signed-off-by: Philip Balister > --- > .../recipes-connectivity/thrift/thrift_0.9.3.bb| 30 > ++ > 1 file changed, 30

[oe] [PATCH][meta-qt5][master/jethro] qtscript/qtwebkit: disable thumb for armv4 and armv5 only to fix segfault on armv7

2016-01-04 Thread Andreas Müller
We have a simple application containing a QWebView which segfaulted during loading a page on a CortexA9 (armv7 thumb2). After enabling debug information for qtwebkit and remote debug session the point of segfault was detected in Source/JavaScriptCore/llint/LowLevelInterpreter.asm:1082

[oe] [meta-python][jethro][PATCH 2/4] python-pyasn1: Error fix for recipes depend on python-pyasn1

2016-01-04 Thread Li Xin
If you bitbake recipes which depends on python-pyasn1 such as python-cryptography. And also your network is not very well. Error will occur as following: Download error on https://pypi.python.org/simple/pyasn1/: [Errno -5] No address associated with hostname -- Some packages may not be

[oe] [meta-python][jethro][PATCH 1/4] python-enum34: Error Fix for recipes depend on python-enum34

2016-01-04 Thread Li Xin
If you bitbake recipes which depends on python-enum34 such as python-cryptography. And also your network is not very well. Error will occur as following: Download error on https://pypi.python.org/simple/enum34/: [Errno -5] No address associated with hostname -- Some packages may not be

[oe] [meta-python][jethro][PATCH 3/4] python-six: Error fix for recipes depend on python-six

2016-01-04 Thread Li Xin
If you bitbake recipes which depends on python-six such as python-cryptography. And also your network is not very well. Error will occur as following: Download error on https://pypi.python.org/simple/six/: [Errno -5] No address associated with hostname -- Some packages may not be found!

[oe] [meta-python][jethro][PATCH 4/4] python-cryptography: Error fix

2016-01-04 Thread Li Xin
python-cryptography depends on python-enum34 python-six python-pyasn1, And will download modules enum34 six pyasn1 in the step of do_compile. If your network is not very well,errors will occur as following: Download error on https://pypi.python.org/simple/enum34/: [Errno -5] No address

[oe] Updates to meta-browser (master) in 2016-01-04

2016-01-04 Thread Otavio Salvador
Hello, I pushed following updates: commit 8f19ca90ebad060c986971330c1368353f113aa2 (HEAD -> pending, origin/master, origin/HEAD) Author: Trevor Woerner Date: Fri Jan 1 14:45:09 2016 -0500 chromium_40.0.2214.91.bb: improve PACKAGECONFIG info Improve the

Re: [oe] [meta-browser][RFC PATCH v1 3/4] chromium_40.0.2214.91: API keys update

2016-01-04 Thread Otavio Salvador
On Fri, Jan 1, 2016 at 5:53 PM, Trevor Woerner wrote: > Oops, looks like this patch got messed up. My git rebase foo isn't as > good as it should be ;-) Please rebase and prepare a v2 of this. I applied the first two patches of this serie. -- Otavio Salvador

Re: [oe] [meta-oe][PATCH] python-simplejson: 2.2.1 -> 3.8.1

2016-01-04 Thread Martin Jansa
On Sun, Jan 03, 2016 at 06:09:38PM -0800, Li Xin wrote: > Upgrade python-simplejson from 2.2.1 to 3.8.1. what changed in the license? Describe it in commit message. > > Signed-off-by: Li Xin > --- > .../{python-simplejson_2.2.1.bb => python-simplejson_3.8.1.bb}

[oe] Updates to meta-java (master) in 2016-01-04

2016-01-04 Thread Otavio Salvador
Hello, I pushed following updates: commit 8b776ac68f9af4596be3824152bcf0bc6b67fa1d (HEAD -> master, yocto/master, m/master) Author: Jackie Huang Date: Thu Dec 31 17:26:34 2015 +0800 classpath: fix invalid options After updated to version 0.99, the

Re: [oe] [PATCH][meta-networking] mime-construct: Perform more mangling for perl path

2016-01-04 Thread Rongqing Li
sorry, please drop this patch -Roy On 2016年01月04日 09:14, rongqing...@windriver.com wrote: From: Roy Li native perl is in /usr/bin/mime-construct, introduce the below QA warning, it should be replaced: WARNING: QA Issue: /usr/bin/mime-construct_mime-construct

[oe] [meta-oe][PATCH v2] engine-pkcs11: 0.1.8 -> 0.2.0

2016-01-04 Thread Li Xin
Upgrade engine-pkcs11 from 0.1.8 to 0.2.0. 1) Modify LIC_FILES_CHKSUM,since the LICENSE file has changed,and the LICENSE has also changed. 2) Fix error: QA Issue: engine-pkcs11: Files/directories were installed but not shipped in any package: /usr/lib/openssl/engines/libpkcs11.la

[oe] [PATCH][meta-oe] xf86-video-{nouveau, ati}: blacklist because of xorg-xserver upgrade

2016-01-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb | 3 +++ meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.9.bb | 3 +++ 2 files changed, 6 insertions(+) diff --git

Re: [oe] [meta-browser][RFC PATCH v1 3/4] chromium_40.0.2214.91: API keys update

2016-01-04 Thread Trevor Woerner
Hi Otavio, On 01/04/16 05:53, Otavio Salvador wrote: > I applied the first two patches of this serie. Awesome, thanks! I'm working on v2 now. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-java][PATCH] openjdk-7: update to IcedTea 2.6.3 OpenJDK 7u91b02

2016-01-04 Thread Richard Leitner
This release updates our OpenJDK 7 support in the 2.6.x series with an additional October 2015 security fix from OpenJDK 7 u91. For more details see [1]. [1] http://blog.fuseyism.com/index.php/2015/11/17/security-icedtea-2-6-3-for-openjdk-7-released/ Signed-off-by: Richard Leitner

Re: [oe] [meta-python][jethro][PATCH 4/4] python-cryptography: Error fix

2016-01-04 Thread Martin Jansa
On Mon, Jan 04, 2016 at 01:12:38PM +0300, Li Xin wrote: > python-cryptography depends on python-enum34 python-six python-pyasn1, > And will download modules enum34 six pyasn1 in the step of do_compile. > If your network is not very well,errors will occur as following: > Download error on

Re: [oe] [meta-python][jethro][PATCH 2/4] python-pyasn1: Error fix for recipes depend on python-pyasn1

2016-01-04 Thread Martin Jansa
On Mon, Jan 04, 2016 at 01:12:36PM +0300, Li Xin wrote: > If you bitbake recipes which depends on python-pyasn1 such as > python-cryptography. And also your network is not very well. > Error will occur as following: >Download error on https://pypi.python.org/simple/pyasn1/: >[Errno -5] No

[oe] State of bitbake world, Failed tasks 2016-01-04

2016-01-04 Thread Martin Jansa
This may look like improvement, but that's only qemux86-64 failed to build linux-yocto again. == Failed tasks 2016-01-04 == INFO: jenkins-job.sh-1.7.0 Complete log available at http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20160104_040826.log === common (8) === *

[oe] [PATCH][meta-oe 3/4] iksemel: blacklist because of gnutls upgrade

2016-01-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-support/iksemel/iksemel_1.4.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.4.bb b/meta-oe/recipes-support/iksemel/iksemel_1.4.bb index 6d2abf7..0cdbd4e 100644 ---

[oe] [PATCH][meta-oe 2/4] pidgin*: blacklist because of gnutls upgrade

2016-01-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb | 2 ++ meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb| 3 +++ 2 files changed, 5 insertions(+) diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.0.bb

[oe] [PATCH][meta-oe 1/4] libetpan, claws*: blacklist because of gnutls upgrade

2016-01-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | 1 + meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb | 2 ++ meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.15.bb| 2 ++

[oe] [PATCH][meta-oe 4/4] rsyslog: blacklist because of gnutls upgrade

2016-01-04 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/rsyslog/rsyslog_7.6.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.6.1.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.6.1.bb index b7a8140..6023c7d 100644

Re: [oe] [meta-browser][RFC PATCH v1 4/4] chromium: upgrade 40.0.2214.91 to 49.0.2607.0

2016-01-04 Thread Trevor Woerner
Carlos, I need to understand the intent of the patch "0001-Remove-accelerated-Canvas-support-from-blacklist.patch" you created for chromium-40. Back then the json block you wanted to remove for your builds was: { "id": 24, "description": "Accelerated 2d canvas is unstable in

[oe] [meta-qt5][master][jethro][PATCH] qtconnectivity, qtsystems: fix bluetooth support

2016-01-04 Thread Javier Viguera
QMAKE_CACHE_EVAL is only used in qtwebengine and qtwebkit, but not in the rest of the QT5 packages, so use EXTRA_QMAKEVARS_PRE to pass the packageconfig options to the do_configure task. Also generalize bluetooth support so it can be used not only with bluez4 but with bluez5 as well.

Re: [oe] [OE-core] [RFC] Delete all .la files?

2016-01-04 Thread Burton, Ross
On 4 January 2016 at 08:48, Clemens Lang wrote: > Note that any software using libltdl will still require the .la files > and must thus opt-out of .la file deletion. ImageMagick is probably the > most common occurrence of this. > The use of modules in imagemagick is

Re: [oe] [RFC] Delete all .la files?

2016-01-04 Thread Christopher Larson
On Mon, Jan 4, 2016 at 10:28 AM, Burton, Ross wrote: > On 23 December 2015 at 21:41, Burton, Ross wrote: > > > So in the new year I plan on submitting a renamed version of this class > to > > oe-core and adding it to INHERIT_DISTRO. Any comments? >

Re: [oe] [RFC] Delete all .la files?

2016-01-04 Thread Burton, Ross
On 23 December 2015 at 21:41, Burton, Ross wrote: > So in the new year I plan on submitting a renamed version of this class to > oe-core and adding it to INHERIT_DISTRO. Any comments? > Technicalities time: should this be a new class that is in the default

Re: [oe] [meta-oe][PATCH] mariadb: -native also needs gold workaround

2016-01-04 Thread Martin Jansa
On Wed, Dec 30, 2015 at 02:57:55PM +0100, Koen Kooi wrote: > When the host distro uses gold mariadb-native fails to build. > > Signed-off-by: Koen Kooi > --- > meta-oe/recipes-support/mysql/mariadb.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git

Re: [oe] [meta-qt5][master][jethro][PATCH] qtconnectivity, qtsystems: fix bluetooth support

2016-01-04 Thread Martin Jansa
On Mon, Jan 04, 2016 at 04:59:54PM +0100, Javier Viguera wrote: > QMAKE_CACHE_EVAL is only used in qtwebengine and qtwebkit, but not in > the rest of the QT5 packages, so use EXTRA_QMAKEVARS_PRE to pass the > packageconfig options to the do_configure task. > > Also generalize bluetooth support so

Re: [oe] [meta-qt5][master][jethro][PATCH] qtconnectivity, qtsystems: fix bluetooth support

2016-01-04 Thread Javier Viguera
On 04/01/16 17:17, Martin Jansa wrote: Is it deterministic? Will it always pick bluez4 when BLUEZ is set to bluez4, but there is bluez5 is already in the sysroot as well? No, BLUEZ is set by *bluetooth* class depending on your distro features and is only used to add 'bluez4' or 'bluez5' to

Re: [oe] [meta-oe][PATCH] mariadb: -native also needs gold workaround

2016-01-04 Thread Khem Raj
On Mon, Jan 4, 2016 at 9:52 AM, Martin Jansa wrote: > On Wed, Dec 30, 2015 at 02:57:55PM +0100, Koen Kooi wrote: >> When the host distro uses gold mariadb-native fails to build. >> >> Signed-off-by: Koen Kooi >> --- >>

[oe] [meta-networking][PATCH] samba: split packages similar to samba3

2016-01-04 Thread Jens Rehsack
Since entire samba4 package is around 25MB, trying to save some space by splitting the package into several ones logically grouped as they were at samba3 in fido. Signed-off-by: Jens Rehsack --- .../recipes-connectivity/samba/samba_4.1.12.bb | 161 +++-- 1

Re: [oe] [meta-oe][PATCH] mariadb: -native also needs gold workaround

2016-01-04 Thread Martin Jansa
On Mon, Jan 04, 2016 at 10:15:23AM -0800, Khem Raj wrote: > On Mon, Jan 4, 2016 at 9:52 AM, Martin Jansa wrote: > > On Wed, Dec 30, 2015 at 02:57:55PM +0100, Koen Kooi wrote: > >> When the host distro uses gold mariadb-native fails to build. > >> > >> Signed-off-by: Koen

Re: [oe] [OE-core] [RFC] Mark of upstream CVE patches

2016-01-04 Thread Mariano Lopez
On 12/16/2015 03:21 AM, Burton, Ross wrote: On 16 December 2015 at 09:03, Sona Sarmadi > wrote: We are supposed to have reference to the CVE identifier both in the patch file/s and the commit message(e.g. xxx-

Re: [oe] [meta-oe][PATCH] mariadb: -native also needs gold workaround

2016-01-04 Thread Khem Raj
On Mon, Jan 4, 2016 at 10:24 AM, Martin Jansa wrote: > On Mon, Jan 04, 2016 at 10:15:23AM -0800, Khem Raj wrote: >> On Mon, Jan 4, 2016 at 9:52 AM, Martin Jansa wrote: >> > On Wed, Dec 30, 2015 at 02:57:55PM +0100, Koen Kooi wrote: >> >> When the