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] 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] 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

[oe] jni.h included

2012-10-08 Thread Jaap de Jong
Hi All! probably a stupid question... my apologies! If a source I'm working on #include jni.h what do I need to add in a recipe to get it translated? Thanks! Jaap ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] jni.h included

2012-10-08 Thread Khem Raj
On Mon, Oct 8, 2012 at 4:18 AM, Jaap de Jong jaap.dej...@nedap.com wrote: Hi All! probably a stupid question... my apologies! If a source I'm working on #include jni.h what do I need to add in a recipe to get it translated? DEPENDS += openjdk or something like that which denotes jdk Thanks!

Re: [oe] jni.h included

2012-10-08 Thread Jaap de Jong
On 10/08/2012 04:05 PM, Khem Raj wrote: On Mon, Oct 8, 2012 at 4:18 AM, Jaap de Jong jaap.dej...@nedap.com wrote: Hi All! probably a stupid question... my apologies! If a source I'm working on #include jni.h what do I need to add in a recipe to get it translated? DEPENDS += openjdk or

Re: [oe] jni.h included

2012-10-08 Thread Martin Ertsås
As you are using icedtea6, I guess DEPENDS += icedtea6 should do it. - Martin On 10/08/12 16:49, Jaap de Jong wrote: On 10/08/2012 04:05 PM, Khem Raj wrote: On Mon, Oct 8, 2012 at 4:18 AM, Jaap de Jong jaap.dej...@nedap.com wrote: Hi All! probably a stupid question... my apologies! If a