[oe] [meta-oe][PATCH v3] libftid: Change to use GPLv2 intead of GPLv2-RLE.

2012-10-10 Thread Martin Ertsaas
libftdi itself is licensed under LGPLv2, with some parts (eeprom programmer) is licensed under GPLv2. There doesn't seem to be any part licensed under a GPLv2-RLE variation of GPLv2, and so we should use GPLv2 instead of GPLv2-RLE. Signed-off-by: Martin Ertsaas mert...@cisco.com ---

Re: [oe] jni.h included

2012-10-10 Thread Jaap de Jong
On 10/09/2012 07:51 AM, Martin Ertsås wrote: As you are using icedtea6, I guess DEPENDS += icedtea6 should do it. - Martin I thought that might do the trick, but... ERROR: Nothing PROVIDES 'icedtea6' So I tried DEPENDS += icedtea6-native and that ends with jni.h: No such file or

Re: [oe] [2011.03-maintenance 0/1] pull request 20121009

2012-10-10 Thread Steffen Sledz
On 09.10.2012 16:42, Tom Rini wrote: On Tue, Oct 09, 2012 at 10:49:06AM +0200, Steffen Sledz wrote: Hi Tom, please pull this commit which fixes a build problem on build hosts with newer libXrender installations. Thx, Steffen The following changes since commit

Re: [oe] jni.h included

2012-10-10 Thread Martin Ertsås
Assuming you use meta-java, it seems like what you are looking for is: DEPENDS += openjdk-6-jdk as that at least contains the include, lib and bin directory. - Martin On 10/10/12 08:40, Jaap de Jong wrote: On 10/09/2012 07:51 AM, Martin Ertsås wrote: As you are using icedtea6, I guess

Re: [oe] [meta-oe][PATCH 5/5] libav: Change the PACKAGES_DYNAMIC expression to be more restrict

2012-10-10 Thread Marcin Juszkiewicz
W dniu 06.10.2012 22:18, Otavio Salvador pisze: Using 'lib*' we end having problem with every other package that generate libraries dynamically thus we changed it to match the library prefixes. Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---

Re: [oe] jni.h included

2012-10-10 Thread Jaap de Jong
On 10/10/2012 08:51 AM, Martin Ertsås wrote: Assuming you use meta-java, it seems like what you are looking for is: DEPENDS += openjdk-6-jdk as that at least contains the include, lib and bin directory. - Martin It just looks so simple... but does not work: jni.h not found For now I will

Re: [oe] [2011.03-maintenance 0/1] pull request 20121009

2012-10-10 Thread Tom Rini
On Wed, Oct 10, 2012 at 08:41:52AM +0200, Steffen Sledz wrote: On 09.10.2012 16:42, Tom Rini wrote: On Tue, Oct 09, 2012 at 10:49:06AM +0200, Steffen Sledz wrote: Hi Tom, please pull this commit which fixes a build problem on build hosts with newer libXrender installations.

[oe] MINUTES: OE TSC 25 September 2012

2012-10-10 Thread Jeff Osier-Mixon
OpenEmbedded TSC Meeting 25 September 2012 Attendees: Richard, Mark, Koen, Paul, Khem Notes: Jefro Agenda Results 1. pick a chair RP ___ 2. lingering issues ALL: could use some documentation

Re: [oe] [meta-oe][PATCH] iperf: Upgrade to version 2.0.5

2012-10-10 Thread Cooper Jr., Franklin
Please ignore this recipe for right now. I need to send a new version of this patch that includes my massaged version of the 003-fix-hyphen-used-as-minus-sign patch. -Original Message- From: Franklin S. Cooper Jr [mailto:fcooperj...@gmail.com] Sent: Saturday, October 06, 2012 2:07 PM

[oe] [PATCH 0/1][for-denzil] kernel: cherry-pick header fix

2012-10-10 Thread Chase Maupin
All, This patch is a cherry-pick of the change made in meta-openembedded master to fix the kernel header staging location. Without this change builds of external modules using the denzil branch will fail to find the staged headers because they will be looking in the kernel directory instead of

[oe] [PATCH 1/1][for-denzil] kernel: Add kernel headers to kernel-dev package

2012-10-10 Thread Chase Maupin
From: Darren Hart dvh...@linux.intel.com [YOCTO #1614] Add the kernel headers to the kernel-dev package. This packages what was already built and kept in sysroots for building modules with bitbake. Making this available on the target requires removing some additional host binaries. Move the

Re: [oe] [PATCH 0/1][for-denzil] kernel: cherry-pick header fix

2012-10-10 Thread Maupin, Chase
-Original Message- From: Denys Dmytriyenko [mailto:de...@denix.org] Sent: Wednesday, October 10, 2012 4:54 PM To: openembedded-devel@lists.openembedded.org Cc: Maupin, Chase Subject: Re: [oe] [PATCH 0/1][for-denzil] kernel: cherry-pick header fix On Wed, Oct 10, 2012 at

Re: [oe] [meta-oe][for-denzil][PATCH 1/8] kernel: save $kerndir/tools and $kerndir/lib from pruning

2012-10-10 Thread Denys Dmytriyenko
On Thu, Sep 06, 2012 at 01:41:57PM +0200, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 One day I will figure out how to write a cover letter :) The matching OE-core patchset is in denzil-next for testing and will hopefully get merged soon (provided it passes the

Re: [oe] [PATCH 0/1][for-denzil] kernel: cherry-pick header fix

2012-10-10 Thread Denys Dmytriyenko
On Wed, Oct 10, 2012 at 05:18:38PM -0500, Chase Maupin wrote: All, This patch is a cherry-pick of the change made in meta-openembedded master to fix the kernel header staging location. Without this change builds of external modules using the denzil branch will fail to find the staged

Re: [oe] [PATCH 0/1][for-denzil] kernel: cherry-pick header fix

2012-10-10 Thread Denys Dmytriyenko
On Wed, Oct 10, 2012 at 10:11:42PM +, Maupin, Chase wrote: -Original Message- From: Denys Dmytriyenko [mailto:de...@denix.org] Sent: Wednesday, October 10, 2012 4:54 PM To: openembedded-devel@lists.openembedded.org Cc: Maupin, Chase Subject: Re: [oe] [PATCH 0/1][for-denzil]