[oe] Updates to meta-java (master) in 2015-10-28

2015-10-28 Thread Otavio Salvador
Hello, I pushed following updates: commit ed95222b71cc58f6039bdf944b0e11ce00fb0bf5 (HEAD -> pending, yocto/master, m/master) Author: Richard Leitner Date: Wed Oct 28 13:07:19 2015 +0100 openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01 IcedTea

Re: [oe] [meta-java][PATCH v2] openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01

2015-10-28 Thread Otavio Salvador
On Wed, Oct 28, 2015 at 10:18 AM, Richard Leitner wrote: > On 10/28/2015 01:15 PM, Otavio Salvador wrote: >> On Wed, Oct 28, 2015 at 10:07 AM, Richard Leitner >> wrote: >>> IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015

Re: [oe] [meta-java][PATCH v2] openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01

2015-10-28 Thread Richard Leitner
On 10/28/2015 01:15 PM, Otavio Salvador wrote: > On Wed, Oct 28, 2015 at 10:07 AM, Richard Leitner > wrote: >> IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015 security >> updates. For more details see: >>

[oe] [meta-java][PATCH v2] openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01

2015-10-28 Thread Richard Leitner
IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015 security updates. For more details see: http://blog.fuseyism.com/index.php/2015/10/23/security-icedtea-2-6-2-for-openjdk-7-released/ Furthermore the patches directory for OpenJDK-7 was renamed to avoid the version number. This

[oe] [PATCH][meta-oe] nodejs: use oe_runmake to respect PARALLEL_MAKE

2015-10-28 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/nodejs/nodejs_0.12.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.12.7.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.12.7.bb index 2194510..41eb5ee

Re: [oe] [meta-java][PATCH v2] openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01

2015-10-28 Thread Otavio Salvador
On Wed, Oct 28, 2015 at 10:07 AM, Richard Leitner wrote: > IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015 security > updates. For more details see: > http://blog.fuseyism.com/index.php/2015/10/23/security-icedtea-2-6-2-for-openjdk-7-released/ > >

Re: [oe] [meta-java][PATCH 2/2] openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01

2015-10-28 Thread Otavio Salvador
On Wed, Oct 28, 2015 at 5:53 AM, Richard Leitner wrote: > IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015 security > updates. For more details see: > http://blog.fuseyism.com/index.php/2015/10/23/security-icedtea-2-6-2-for-openjdk-7-released/ > >

[oe] [meta-java][PATCH 2/2] README: add -M to git format-patch suggestion

2015-10-28 Thread Richard Leitner
Add the detect renames parameter to the git-format-patch suggestion in the README file. This should be used for patches sent to the mailinglist. For more information on the parameter see "man git-format-patch" Signed-off-by: Richard Leitner --- README | 2 +- 1 file

[oe] [meta-java][PATCH 1/2] README: remove PREFERRED_VERSION from instructions

2015-10-28 Thread Richard Leitner
Due to the fact that currently only one openjdk-7-jre and icedtea7-native version is included in meta-java, their PREFERRED_VERSION selections are removed from the usage instructions in the README file. Signed-off-by: Richard Leitner --- README | 4 1 file

[oe] Updates to meta-java (master) in 2015-10-28

2015-10-28 Thread Otavio Salvador
Hello, I pushed following updates: commit df20f2d68ba63e0acfb54c1947bd24a01a74f444 (HEAD -> pending, yocto/master, m/master) Author: Richard Leitner Date: Wed Oct 28 13:38:55 2015 +0100 README: add -M to git format-patch suggestion Add the detect

Re: [oe] [meta-java][PATCH 1/2] README: remove instructions for OpenJDK6

2015-10-28 Thread Richard Leitner
On 10/28/2015 12:07 PM, Otavio Salvador wrote: > > Are you going to push it or should I do it? > If you meant me, I don't have rights to push it. So please do it ;-) -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-browser][PATCH] chromium: fix missing include of sys/stat.h

2015-10-28 Thread Max Krummenacher
Explicitely include a needed header to fix compile time error. sys/stat.h used to be indirectly included from another header but no longer is. Signed-off-by: Max Krummenacher --- .../chromium-40/add_missing_stat_h_include.patch | 39 ++

[oe] [meta-oe][PATCH V2] lua5.1: Reintroduce and make it coexist with lua 5.3

2015-10-28 Thread Khem Raj
many modules still depend on lua5.1 and especially luajit only supports 5.1 ABI as of now with no future plans to move to later ABIs in sight. This can now coexist with latest lua peacefully, and also install a symlink to act default system wide lua if someone choose to not install default lua (

Re: [oe] OE/Yocto developer survey

2015-10-28 Thread Chris Morgan
On Mon, Oct 26, 2015 at 3:18 PM, Cliff Brake wrote: > Hi, > > I'd like to get some feedback on the following questions -- feel free > to respond to list, or directly to me, and I'll withhold your > name/company from any results. > > I would like to collect feedback until

[oe] [meta-java][PATCH 1/2] README: remove instructions for OpenJDK6

2015-10-28 Thread Richard Leitner
Due to the fact OpenJDK6 was removed from meta-java, remove also its usage instructions from the README file. Signed-off-by: Richard Leitner --- README | 9 - 1 file changed, 9 deletions(-) diff --git a/README b/README index f031021..69821ed 100644 ---

[oe] [meta-java][PATCH 2/2] openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01

2015-10-28 Thread Richard Leitner
IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015 security updates. For more details see: http://blog.fuseyism.com/index.php/2015/10/23/security-icedtea-2-6-2-for-openjdk-7-released/ Signed-off-by: Richard Leitner --- README

Re: [oe] "krb" fails to build, suspect GCC bug

2015-10-28 Thread Mike Looijmans
On 27-10-15 21:25, Martin Jansa wrote: On Tue, Oct 27, 2015 at 08:57:42PM +0100, Martin Jansa wrote: On Tue, Oct 27, 2015 at 11:26:32AM -0700, Khem Raj wrote: On Tue, Oct 27, 2015 at 11:21 AM, Martin Jansa wrote: On Sat, Sep 05, 2015 at 02:39:14PM +0200, Mike

Re: [oe] [meta-webserver][PATCH] apache2: fix config_vars.mk path contamination

2015-10-28 Thread akuster808
George, Should this be backported to fido and/or dizzy? - armin On 10/26/2015 03:05 PM, George McCollister wrote: > Replace contaminated paths with staging paths so apxs can be successfully used > in other recipes to build modules when host and target arch differ. > > Signed-off-by: George

Re: [oe] [meta-networking][PATCH 1/3] dovecot: add PACKAGECONFIG for lz4

2015-10-28 Thread akuster808
Roy, Should any of these be back ported to Fido and Dizzy? - armin On 10/26/2015 07:46 PM, rongqing...@windriver.com wrote: > From: Roy Li > > Signed-off-by: Roy Li > --- > meta-networking/recipes-support/dovecot/dovecot_2.2.18.bb | 1 +

[oe] [meta-java][PATCH 1/4] Avoid parse time errors due to dependency on x11, for distros without x11

2015-10-28 Thread Jens Rehsack
BitBake raises some errors when processing recipes that depend on x11 for distros that don't have x11 in DISTRO_FEATURES. To work around that issue, REQUIRED_DISTRO_FEATURES = "x11" (from distro_features_check.bbclass) has been set for the following recipes: * cacao (_class-target) * classpath

[oe] [meta-java][PATCH 3/4] cacao: fix broken build with existing workdir

2015-10-28 Thread Jens Rehsack
Cacao hast some weird configure script which fails heavily when run twice in same build/work directory. Ensure clean rebuilds ... Signed-off-by: Jens Rehsack --- recipes-core/cacao/cacao_1.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-java][PATCH 4/4] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-10-28 Thread Jens Rehsack
> Am 28.10.2015 um 20:34 schrieb Dan McGregor : > > On 28 October 2015 at 12:01, Jens Rehsack wrote: >> >> This adds openjdk-8 for native and target builds and allows a stripped >> openjre-8 being built as well instead of trying to cherry-pick jre

Re: [oe] [meta-java][PATCH 4/4] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-10-28 Thread Dan McGregor
On 28 October 2015 at 12:01, Jens Rehsack wrote: > > This adds openjdk-8 for native and target builds and allows a stripped > openjre-8 being built as well instead of trying to cherry-pick jre > components from jdk-image. > > The recipes allow building openjdk-8 with or

[oe] [meta-xfce][PATCH] mousepad: inherit gsettings

2015-10-28 Thread kai.kang
From: Kai Kang When launch mousepad, it fails with: | glib-gio-error setting schema 'org.xfce.mousepad' is not installed It needs to call glib-compile-schemas to compile its schema file. Inherit gsettings to fix it. Signed-off-by: Kai Kang ---

Re: [oe] [PATCH 1/1] snort: fix m4 causes out of memory during configure [ LIN8-299 ]

2015-10-28 Thread Zhiquan Li
On 2015.10.27 18:49, Ioan-Adrian Ratiu wrote: On Tue, 27 Oct 2015 09:54:07 + "Li, Zhiquan" wrote: I need to evaluate the possibility to upgrade the snort recipe to >2.9.7, because upgrade to > 2.9.7, some patches will not work anymore and the daq recipe also

Re: [oe] [meta-networking][PATCH 1/3] dovecot: add PACKAGECONFIG for lz4

2015-10-28 Thread Rongqing Li
On 2015年10月29日 00:22, akuster808 wrote: Roy, Should any of these be back ported to Fido and Dizzy? - armin not, I think; it is not a fatal -Rpu On 10/26/2015 07:46 PM, rongqing...@windriver.com wrote: From: Roy Li Signed-off-by: Roy Li

Re: [oe] OE/Yocto developer survey

2015-10-28 Thread Sven Ebenfeld
Am 26.10.2015 um 20:18 schrieb Cliff Brake: > Hi, > > I'd like to get some feedback on the following questions -- feel free > to respond to list, or directly to me, and I'll withhold your > name/company from any results. > > I would like to collect feedback until 2015-11-02, and will summarize

[oe] [meta-qt5] how to setup and use a cross-compiler for qt5 applications?

2015-10-28 Thread Joachim Schiele
hi, i need some directions on how to go on. # questions - should i use meta-qt5 master instead of daisy on my platform? - is meta-toolchain-qt5 the right way to cross compile an application vom x86_64 to ppc64 or did i miss something? - how to get all qtdemo applications onto the target image

Re: [oe] [meta-webserver][PATCH] apache2: fix config_vars.mk path contamination

2015-10-28 Thread George McCollister
Armin, Probably doesn't need to be. The only recipe I've come across apart from the one I wrote last week that builds an apache module is in meta-openstack (mod-wsgi). I'm working with master right now so if it only works in master that's fine by me. -George On Wed, Oct 28, 2015 at 11:23 AM,