[oe] [oe-classic] schroedinger build failure

2012-01-05 Thread Andrea Adami
Hint for the developers still using the org.openembedded.dev repository (oe-classic): i bump this old thread because apparently the issue is not fixed and the build of schroedinger fails as reported on #oe by new guests. http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/032042.htm

[oe] [meta-java][PATCH 1/2] llvm, openjdk: Use bb.error instread of oefatal

2012-01-05 Thread Khem Raj
oefatal is not available in oe-core so replace it with bbfatal in classes and oe.error in recipes which use it in anonymous python. bb.fatal aborts parsing. So we want to give an error but not stop parsing. Signed-off-by: Khem Raj --- classes/java.bbclass |6 +++--- reci

[oe] [meta-java][PATCH 2/2] llvm, openjdk: Add mips to known architectures

2012-01-05 Thread Khem Raj
correct a typo Mips -> mips Signed-off-by: Khem Raj --- recipes-core/llvm/llvm.inc|4 ++-- recipes-core/openjdk/openjdk-6-common.inc |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc index 5cc9957

Re: [oe] [PATCH] Fix ctorrent build failure by using --disable-maintainer-mode option

2012-01-05 Thread Khem Raj
On Thu, Jan 5, 2012 at 10:31 AM, Philby John wrote: > On 01/05/2012 11:36 PM, Khem Raj wrote: >> On Thu, Jan 5, 2012 at 4:55 AM, philby john wrote: >>> >>>  SRC_URI = "${SOURCEFORGE_MIRROR}/dtorrent/ctcs-${PV}.tar.gz" >>> -PR="r1" >>> +PR="r2" >>> + >>> +do_configure () { >>> +        : >>> +} >>

Re: [oe] [PATCHv2] iw_git: Update to commit 8b2b1c6a (version 3.2)

2012-01-05 Thread Denys Dmytriyenko
On Thu, Jan 05, 2012 at 02:48:04PM +0100, Paul Menzel wrote: > Am Donnerstag, den 05.01.2012, 13:00 +0200 schrieb Eyal Reizer: > > Upadte to the latest formal release of iw whcih has wowlan and p2p support. > > Typos: Update, which. Spell checkers should find those without problems. > > > This ve

Re: [oe] [PATCH] iw: use a newer commit in the public git

2012-01-05 Thread Denys Dmytriyenko
On Thu, Jan 05, 2012 at 10:58:26AM +0100, Paul Menzel wrote: > Dear Ayal, > > > Am Donnerstag, den 05.01.2012, 11:47 +0200 schrieb Eyal Reizer: > > switch to use a newer commit in the public git > > That line is redundant to the commit summary. Why not use the following > as the summary? > >

Re: [oe] [PATCH] Fix typo in ctcs that causes build failure

2012-01-05 Thread Khem Raj
On Thu, Jan 5, 2012 at 4:50 AM, philby john wrote: > From 19e675f8b24ae482b8c281ef8c32ef192894e4a1 Mon Sep 17 00:00:00 2001 > From: Philby John > Date: Thu, 5 Jan 2012 18:01:11 +0530 > Subject: [PATCH] Fix typo in ctcs that causes build failure > > RDEPENDS includes a line perl-module-tcntl, whic

Re: [oe] [PATCH] Fix ctorrent build failure by using --disable-maintainer-mode option

2012-01-05 Thread Khem Raj
On Thu, Jan 5, 2012 at 4:55 AM, philby john wrote: > From: Philby John > Date: Thu, 5 Jan 2012 18:08:00 +0530 > Subject: [PATCH] Fix ctorrent build failure by using > --disable-maintainer-mode option > > ctorrent package fails with error "aclocal.m4:14: error: this file was > generated for autoc

Re: [oe] openssl failing to compile

2012-01-05 Thread George Alexandru Dorobantu
Edit openssl-native_1.0.0d.bb by removing the line containing this: file://libdeps-first.patch \ It works after that. Don't forget to remove the stamps for openssl-native. Good luck George On Wed, Jan 4, 2012 at 8:50 PM, James wrote: > Hi all, > > On Thu, Dec 29, 2011 at 10:17 AM, James wro

Re: [oe] [PATCHv2] iw_git: Update to commit 8b2b1c6a (version 3.2)

2012-01-05 Thread Reizer, Eyal
Sorry about that. Just sent a fix. Best Regards, Eyal Reizer > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Paul Menzel > Sent: Thursday, January 05, 2012 3:48 PM > To: openembedded

[oe] [PATCHv3] iw_git: Update to commit 8b2b1c6a (version 3.2)

2012-01-05 Thread Eyal Reizer
Update to the latest formal release of iw which has wowlan and p2p support. This version was tested together with official R4_SP2 nlcp release from TI Using the following platforms: am335x-evm, am180x-evm, am37x-evm Signed-off-by: Eyal Reizer --- recipes/iw/iw_git.bb |6 +++--- 1 files chan

Re: [oe] [PATCHv2] iw_git: Update to commit 8b2b1c6a (version 3.2)

2012-01-05 Thread Paul Menzel
Am Donnerstag, den 05.01.2012, 13:00 +0200 schrieb Eyal Reizer: > Upadte to the latest formal release of iw whcih has wowlan and p2p support. Typos: Update, which. Spell checkers should find those without problems. > This version was tested together with official R4_SP2 nlcp release from TI > Usi

[oe] [PATCH] Fix ctorrent build failure by using --disable-maintainer-mode option

2012-01-05 Thread philby john
From: Philby John Date: Thu, 5 Jan 2012 18:08:00 +0530 Subject: [PATCH] Fix ctorrent build failure by using --disable-maintainer-mode option ctorrent package fails with error "aclocal.m4:14: error: this file was generated for autoconf dnh3.3.1" as reported here lists.linuxtogo.org/pipermail/open

[oe] [PATCH] Fix typo in ctcs that causes build failure

2012-01-05 Thread philby john
From: Philby John Date: Thu, 5 Jan 2012 18:01:11 +0530 Subject: [PATCH] Fix typo in ctcs that causes build failure RDEPENDS includes a line perl-module-tcntl, which is clearly a typo for perl-module-fcntl, without which you get a build failure. Signed-off-by: Philby John --- recipes/ctorrent/c

[oe] [PATCHv2] iw_git: Update to commit 8b2b1c6a (version 3.2)

2012-01-05 Thread Eyal Reizer
Upadte to the latest formal release of iw whcih has wowlan and p2p support. This version was tested together with official R4_SP2 nlcp release from TI Using the following platfors: am335x-evm, am180x-evm, am37x-evm Signed-off-by: Eyal Reizer --- recipes/iw/iw_git.bb |6 +++--- 1 files chang

Re: [oe] libvpx causing gcc ICE when building for qemux86-64

2012-01-05 Thread Martin Jansa
On Mon, Nov 21, 2011 at 09:30:39PM +0100, Martin Jansa wrote: > On Fri, Nov 04, 2011 at 03:20:28PM +0100, Martin Jansa wrote: > > On Fri, Nov 04, 2011 at 03:18:06PM +0100, Martin Jansa wrote: > > > Hi, with latest gcc-4.6 from meta-oe I get this ICE: > > > > > > OE @ ~/shr-core/tmp/work/x86_64-oe-

Re: [oe] [PATCH] iw: use a newer commit in the public git

2012-01-05 Thread Paul Menzel
Dear Ayal, Am Donnerstag, den 05.01.2012, 11:47 +0200 schrieb Eyal Reizer: > switch to use a newer commit in the public git That line is redundant to the commit summary. Why not use the following as the summary? iw_git: Update to commit 8b2b1c6a (version 3.2) Additionally please add if

[oe] [PATCH] iw: use a newer commit in the public git

2012-01-05 Thread Eyal Reizer
switch to use a newer commit in the public git Signed-off-by: Eyal Reizer --- recipes/iw/iw_git.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/iw/iw_git.bb b/recipes/iw/iw_git.bb index c98e1bc..f0dc7ff 100644 --- a/recipes/iw/iw_git.bb +++ b/recipes/iw/i

Re: [oe] [meta-handheld][PATCH] linux(-kexecboot): upgrade from 3.1.6 to 3.1.7

2012-01-05 Thread Paul Eggleton
On Wednesday 04 January 2012 22:58:36 Andrea Adami wrote: > * apply latest stable patchset 2012-01-03 > > Signed-off-by: Andrea Adami > --- > recipes-kernel/linux/linux-kexecboot_3.1.bb |8 > recipes-kernel/linux/linux_3.1.bb |8 > 2 files changed, 8 insertion

Re: [oe] openssl failing to compile

2012-01-05 Thread Roman Khimov
On 5 января 2012 09:50:28 James wrote: > >>> wrote: > bulding a console-image for beagleboard, openssl fails to compile. > > The log shows this: > > openssl.o: In function `main': > openssl.c:(.text+0x1eb): undefined reference to `BIO_s_file' > openssl.c:(.text