Re: [oe] [PATCH] add CUnit test suite

2015-03-31 Thread Martin Jansa
On Mon, Mar 30, 2015 at 11:10:41PM -0500, Gary S. Robertson wrote: From: Mike Holmes mike.hol...@linaro.org This patch adds a recipe for building the CUnit test framework libraries Upstream Status - not applicable - recipe addition only Upstream-Status belongs to .patch files not metadata

[oe] [meta-oe][PATCH] socorro-syms: Correct the extraction of repository branch

2015-03-31 Thread Daniel Markus
When a recipe has git-cloned source code to compile, it may be checked out with a detached HEAD. The current VCS information extraction in socorro-syms incorrectly assumes a detached HEAD belongs to the master branch. With the proper git command we find the branch the detached HEAD belongs to and

Re: [oe] [PATCH 00/18] Dizzy pull request

2015-03-31 Thread akuster808
On 03/31/2015 01:36 PM, Philip Balister wrote: Did you skip the last commit in this branch for a reason? I did, didn't I. what the ... I need to redo the request anyway. will get the missing commit. - armin https://github.com/balister/meta-oe/commits/pyqt-dizzy Philip On 03/26/2015

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

2015-03-31 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- .../recipes-devtools/nodejs/{nodejs_0.12.0.bb = nodejs_0.12.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs_0.12.0.bb = nodejs_0.12.2.bb} (95%) diff --git

Re: [oe] [meta-java][PATCH] cacao: fix problem with internal garbage collector

2015-03-31 Thread Hugo Vasconcelos Saldanha
Hi Otavio, On Mon, Mar 30, 2015 at 09:46:24PM -0300, Otavio Salvador wrote: On Mon, Mar 30, 2015 at 4:06 PM, Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br wrote: Cacao uses an internal version of bdwgc that was being installed (headers, libs, etc.) together with the JVM, unnecessarily

[oe] [meta-java][PATCH v2] cacao: fix problem with internal garbage collector

2015-03-31 Thread Hugo Vasconcelos Saldanha
Cacao uses an internal version of bdwgc that was being installed (headers, libs, etc.) together with the JVM, unnecessarily conflicting with original bdwgc package. A patch from Gentoo is applied so the system's bdwgc is used instead. Signed-off-by: Hugo Vasconcelos Saldanha

[oe] Updates to meta-java (master) in 2015-03-31

2015-03-31 Thread Otavio Salvador
Hello, I pushed following updates: commit 6d8dc1af442559380b2e247984961ba6609b6052 (HEAD, origin/master, origin/HEAD, pending) Author: Hugo Vasconcelos Saldanha hugo.salda...@aker.com.br Date: Tue Mar 31 13:39:59 2015 -0300 cacao: fix problem with internal garbage collector

Re: [oe] [PATCH 00/18] Dizzy pull request

2015-03-31 Thread akuster808
Hugo, I will look into that. thanks. armin On 03/30/2015 01:37 PM, Hugo Vasconcelos Saldanha wrote: Hi, On Fri, Mar 27, 2015 at 12:26:59AM -0300, Armin Kuster wrote: Please consider this changes for meta-openembedded dizzy-next It would be great if commit

Re: [oe] tip and cu utility

2015-03-31 Thread Martin Jansa
On Tue, Mar 31, 2015 at 10:03:07AM +, PRAVEEN KUMAR R wrote: Is there any existing package that provide tip and cu utility ? http://layers.openembedded.org/layerindex/branch/master/recipes/ http://man.cx/TIP(1)? ? -- ___

[oe] [meta-filesystems] [PATCH] aufs-tools - version cleanup

2015-03-31 Thread Amy Fong
From b475c003b0581eab69b90a662bffafcf67419c76 Mon Sep 17 00:00:00 2001 From: Amy Fong amy.f...@windriver.com Date: Tue, 31 Mar 2015 13:17:43 -0400 Subject: [PATCH] aufs-tools - version cleanup Fix the version to be 3.0 so that it corresponds to what we get from the SRCREV. Signed-off-by: Amy

[oe] [meta-oe][PATCH] evtest: Update to 1.32-based release

2015-03-31 Thread Otavio Salvador
This updates to revision b8343ec1 which is based on 1.32 release and includes some fixes on top of it. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-oe/recipes-support/evtest/evtest_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [oe] [PATCH 00/18] Dizzy pull request

2015-03-31 Thread Philip Balister
Did you skip the last commit in this branch for a reason? https://github.com/balister/meta-oe/commits/pyqt-dizzy Philip On 03/26/2015 08:26 PM, Armin Kuster wrote: Please consider this changes for meta-openembedded dizzy-next The following changes since commit

[oe] [meta-java][PATCH 3/5] cacao-initial-native, jamvm-initial-native: provide virtual/java-initial-native

2015-03-31 Thread Mario Domenech Goulart
Since bd9c6023, virtual/java-initial is provided by cacao-initial-native and jamvm-initial-native. For consistency, this commit makes them provide virtual/java-initial-native instead. Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- README

[oe] [meta-java][PATCH 1/5] rxtx: put .jar and .so files into the same package (librxtx-java)

2015-03-31 Thread Mario Domenech Goulart
That's how Debian does, supposedly because it does not make sense to ship .jar and .so files into separate packages. Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- recipes-extended/rxtx/rxtx_2.2.0.bb | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

[oe] [meta-java][PATCH 4/5] openjdk-7: add /usr/lib/jni to DEFAULT_LIBPATH

2015-03-31 Thread Mario Domenech Goulart
Some recipes install JNI-based bindings into /usr/lib/jni (e.g., rxtx), so it's sensible to add this directory to DEFAULT_LIBPATH (java.library.path). That's also how Debian does. Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br ---

[oe] [meta-java][PATCH 2/5] README: typo fix (s/lease/least/)

2015-03-31 Thread Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f530702..c5bba6c 100644 --- a/README +++ b/README @@ -52,7 +52,7 @@ Main layer maintainers: Usage instructions --

Re: [oe] fido branch for meta-openembedded, meta-qt5 / maintainer wanted

2015-03-31 Thread Otavio Salvador
On Mon, Mar 30, 2015 at 12:21 PM, akuster808 akuster...@gmail.com wrote: I am game. I will be sending a update later today So do I. Armin, add me together in the update patch please. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br