Re: [oe] [meta-java][PATCH 3/3] jamvm/java: allow spaces in arguments

2013-09-30 Thread Eric Bénard
Le Mon, 30 Sep 2013 22:22:32 +0300, Riku Voipio a écrit : > On 30 September 2013 16:58, Eric Bénard wrote: > > Hi Riku, > > > > Le Mon, 30 Sep 2013 16:46:11 +0300, > > Riku Voipio a écrit : > > > >> Current IFS mangling blows up on the face: > >> > >> | configure:2341: javac -classpath .:

Re: [oe] [meta-java][PATCH 3/3] jamvm/java: allow spaces in arguments

2013-09-30 Thread Henning Heinold
On Mon, Sep 30, 2013 at 03:58:38PM +0200, Eric Bénard wrote: > Hi Riku, > > Le Mon, 30 Sep 2013 16:46:11 +0300, > Riku Voipio a écrit : > > > Current IFS mangling blows up on the face: > > > > | configure:2341: javac -classpath .: Test.java > > | Invalid maximum heap size: -Xmx1024m-cp

Re: [oe] [meta-java][PATCH 2/3] jamvm: update to latest in openjdk-7

2013-09-30 Thread Henning Heinold
On Mon, Sep 30, 2013 at 04:46:10PM +0300, Riku Voipio wrote: > jamvm has wrong wrong checksums for version referred. Update > the version to match that is in jamvm_git.bb and make checksums > match. > --- > recipes-core/openjdk/openjdk-7-release-25b30.inc | 6 +++--- > 1 file changed, 3 insertions

Re: [oe] [meta-java][PATCH 3/3] jamvm/java: allow spaces in arguments

2013-09-30 Thread Riku Voipio
On 30 September 2013 16:58, Eric Bénard wrote: > Hi Riku, > > Le Mon, 30 Sep 2013 16:46:11 +0300, > Riku Voipio a écrit : > >> Current IFS mangling blows up on the face: >> >> | configure:2341: javac -classpath .: Test.java >> | Invalid maximum heap size: -Xmx1024m-cp/srv/oe/b >> >> Simp

Re: [oe] [PATCH 4/6] maliit-*-qt5: Adjust MKSPEC path

2013-09-30 Thread Stefan Schmidt
Hello. On Mon, 2013-09-30 at 00:02, Martin Jansa wrote: > On Sun, Sep 29, 2013 at 10:48:28AM +0100, Stefan Schmidt wrote: > > Hello. > > > > On Sun, 2013-09-29 at 09:08, Martin Jansa wrote: > > > On Sat, Sep 28, 2013 at 11:25:17PM +0100, Stefan Schmidt wrote: > > > > --- > > > > recipes-qt/malii

[oe] [PATCH] ofono: libqofono: Added libqofono recipe

2013-09-30 Thread Felipe F. Tonello
From: "Felipe F. Tonello" libqofono is a Qt library for oFono that provides easy to use Qt library and QML components to use oFono. OBS: This recipe provides the Qt4 support only, but the library also works with Qt5. Signed-off-by: Felipe F. Tonello --- meta-oe/recipes-qt/libqofono/libqofono_

[oe] OE Changelog since 2013-09-22 until 2013-09-29

2013-09-30 Thread cliff . brake
Changelog since 2013-09-22 until 2013-09-29. 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: git://github.com/Angstrom-distr

Re: [oe] [meta-java][PATCH 3/3] jamvm/java: allow spaces in arguments

2013-09-30 Thread Eric Bénard
Hi Riku, Le Mon, 30 Sep 2013 16:46:11 +0300, Riku Voipio a écrit : > Current IFS mangling blows up on the face: > > | configure:2341: javac -classpath .: Test.java > | Invalid maximum heap size: -Xmx1024m-cp/srv/oe/b > > Simpler command line expansion works just as easy. > --- > reci

[oe] [meta-java][PATCH 2/3] jamvm: update to latest in openjdk-7

2013-09-30 Thread Riku Voipio
jamvm has wrong wrong checksums for version referred. Update the version to match that is in jamvm_git.bb and make checksums match. --- recipes-core/openjdk/openjdk-7-release-25b30.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core/openjdk/openjdk-7-release-

[oe] [meta-java][PATCH 3/3] jamvm/java: allow spaces in arguments

2013-09-30 Thread Riku Voipio
Current IFS mangling blows up on the face: | configure:2341: javac -classpath .: Test.java | Invalid maximum heap size: -Xmx1024m-cp/srv/oe/b Simpler command line expansion works just as easy. --- recipes-core/jamvm/files/java | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-)

[oe] [meta-java][PATCH 1/3] jamvm compile add extra space to argument

2013-09-30 Thread Riku Voipio
Just as safety measure. --- recipes-core/jamvm/jamvm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/jamvm/jamvm.inc b/recipes-core/jamvm/jamvm.inc index da194f7..4677238 100644 --- a/recipes-core/jamvm/jamvm.inc +++ b/recipes-core/jamvm/jamvm.inc @@ -36,7 +36,