[oe] [meta-java 2/5] icedtea6-native-1.7.10: backport S7103224

2012-10-05 Thread Steffen Sledz
Backport the fix for 7103224. This fix allows icedtea6 to be built with (very) new glibc versions. It was originally suggested by Omair Majid from RedHat. For details see:

[oe] [meta-java 4/5] icedtea6-native: fix compile error

2012-10-05 Thread Steffen Sledz
Don't return booleans from methods returning pointers. see also: Signed-off-by: Steffen Sledz --- .../icedtea-hotspot-dont-return-booleans.patch | 12 .../icedtea-hotspot-dont-return-booleans.patch

[oe] [meta-java 3/5] icedtea6-native: fix problem on build hosts with linux kernel 3.x

2012-10-05 Thread Steffen Sledz
see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7072341 Signed-off-by: Steffen Sledz --- recipes-core/icedtea/icedtea6-native.inc |7 +++ 1 file changed, 7 insertions(+) diff --git a/recipes-core/icedtea/icedtea6-native.inc b/recipes-core/icedtea/icedtea6-native.inc index 1414ac

[oe] [meta-java 5/5] icedtea6-native: fix build problem

2012-10-05 Thread Steffen Sledz
Fix problem with unknown gcc command line option '-mimpure-text' which is an Solaris 2 only option (according to the man page). Signed-off-by: Steffen Sledz --- recipes-core/icedtea/icedtea6-native.inc |1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/icedtea/icedtea6-native.in

[oe] [meta-java 1/5] icedtea6-native-1.7.10: add missing LIC_FILES_CHKSUM

2012-10-05 Thread Steffen Sledz
Signed-off-by: Steffen Sledz --- recipes-core/icedtea/icedtea6-native_1.7.10.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/icedtea/icedtea6-native_1.7.10.bb b/recipes-core/icedtea/icedtea6-native_1.7.10.bb index 77c6232..54ac87d 100644 --- a/recipes-core/icedtea/icedte

[oe] [meta-java 0/5] icedtea build fixes

2012-10-05 Thread Steffen Sledz
Hi meta-jav maintainers, this is a set of patches which make icedtea6-native-1.7.10 and icedtea6-native-1.8.11 buildable for us. The following changes since commit da13c12203a4ba9020d7083861c0038c8ee67c88: openjdk-6: update to version 1.11.4 (2012-09-10 20:43:55 +0200) are available in the gi

Re: [oe] [meta-oe][PATCH 1/9] libav: Convert to use dynamic packages to split libraries

2012-10-05 Thread Martin Jansa
On Fri, Oct 05, 2012 at 09:31:03AM -0300, Otavio Salvador wrote: > On Fri, Oct 5, 2012 at 9:25 AM, Martin Jansa wrote: > > On Thu, Oct 04, 2012 at 01:03:01AM -0300, Otavio Salvador wrote: > >> Signed-off-by: Otavio Salvador > >> --- > >> meta-oe/recipes-multimedia/libav/libav.inc | 76 > >> ++

Re: [oe] [meta-oe][PATCH 1/9] libav: Convert to use dynamic packages to split libraries

2012-10-05 Thread Otavio Salvador
On Fri, Oct 5, 2012 at 9:25 AM, Martin Jansa wrote: > On Thu, Oct 04, 2012 at 01:03:01AM -0300, Otavio Salvador wrote: >> Signed-off-by: Otavio Salvador >> --- >> meta-oe/recipes-multimedia/libav/libav.inc | 76 >> >> 1 files changed, 33 insertions(+), 43 deletion

Re: [oe] [meta-oe][PATCH 1/9] libav: Convert to use dynamic packages to split libraries

2012-10-05 Thread Martin Jansa
On Thu, Oct 04, 2012 at 01:03:01AM -0300, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- > meta-oe/recipes-multimedia/libav/libav.inc | 76 > > 1 files changed, 33 insertions(+), 43 deletions(-) > > diff --git a/meta-oe/recipes-multimedia/libav/liba

[oe] [meta-oe][PATCH] v4l-utils: fix build breakage

2012-10-05 Thread Koen Kooi
Update to a newer SRCREV for fixed and get autotools support as a bonus. Signed-off-by: Koen Kooi --- .../v4l-utils/0001-disable-qv4l2-build.patch | 39 .../recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb | 27 ++ 2 files changed, 11 insertions(+), 55 de

Re: [oe] [meta-oe][PATCH 3/4] libcec: Update to 1.9.0 version

2012-10-05 Thread Andrei Gherzan
I think somebody already sent a patch for this. But as i see, it's not merged. Maybe it was forgotten. ag On Wed, Oct 3, 2012 at 4:41 PM, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador > --- > meta-oe/recipes-extended/libcec/libcec_git.bb | 10 +- > 1 files changed, 5 insert

Re: [oe] [meta-oe][PATCH v3] iw: add iw 3.6 recipe

2012-10-05 Thread Andrei Gherzan
Hello, On Fri, Oct 5, 2012 at 4:39 AM, wrote: > iw: add iw 3.6 recipe > Don't copy the subject here. > > Signed-off-by: Jackie Huang > --- > meta-oe/recipes-connectivity/iw/iw_3.6.bb | 23 +++ > 1 files changed, 23 insertions(+), 0 deletions(-) > create mode 100644 me

Re: [oe] [meta-oe][PATCH] python-numpy 1.4.1: update hack to find the new location for python-native

2012-10-05 Thread Martin Jansa
On Fri, Oct 05, 2012 at 12:02:20PM +0200, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb > b/meta-oe/recip

[oe] [meta-oe][PATCH] python-numpy 1.4.1: update hack to find the new location for python-native

2012-10-05 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb index c1923f7..bb4e78a 100644 --

[oe] [meta-oe][PATCH 2/4] python-pyqt: don't fail when do_configure is executed twice in the same WORKDIR

2012-10-05 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python-pyqt_4.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/python/python-pyqt_4.9.5.bb b/meta-oe/recipes-devtools/python/python-pyqt_4.9.5.bb index 9feab4d..5eef4c9 100644 --- a

[oe] [meta-oe][PATCH 3/4] gpsd: use chrpath-replacement-native now

2012-10-05 Thread Martin Jansa
* chrpath-native was added to ASSUME_PROVIDED http://lists.linuxtogo.org/pipermail/openembedded-core/2012-October/030744.html * it would be better to not use chrpath at all, but build.txt says: If you do not have chrpath available, GPSD binaries will be built statically. ... When you are

[oe] [meta-oe][PATCH 4/4] imagemagick: add fftw to DEPENDS

2012-10-05 Thread Martin Jansa
* it's autodetected and then later when it's not in sysroot it fails: | /bin/grep: /OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la: No such file or directory | /bin/sed: can't read /OE/shr-core/tmp-eglibc/sysroots/tuna/usr/lib/libfftw3.la: No such file or directory | arm-oe-linux-gnuea

[oe] [meta-oe][PATCH 1/4] srctree: remove this bbclass

2012-10-05 Thread Martin Jansa
* it's depending on clean.bbclass which isn't in meta-oe and oe-core now has externalsrc.bbclass Signed-off-by: Martin Jansa --- meta-oe/classes/srctree.bbclass | 123 1 file changed, 123 deletions(-) delete mode 100644 meta-oe/classes/srctree.bbclass

[oe] [meta-oe][PATCH 0/4] small fixes again

2012-10-05 Thread Martin Jansa
The following changes since commit 68f0544afa527e3b24e4caae6115dfb6b6b6: opencv: bump PR due libav update (2012-10-05 11:27:25 +0200) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/pull http://cgit.openembedded.org/cgit.cgi/meta-open

Re: [oe] External toolchain - Helloworld works but help needed

2012-10-05 Thread Eric Bénard
Hi Marco, Le Thu, 4 Oct 2012 16:16:44 +0200, Marco Guerri a écrit : > I'm having some troubles trying to get a working filesystem for a custom > board based on a Freescale iMX35 SOC. you can find our working BSP for an i.MX35 board here : https://github.com/eukrea/meta-eukrea (use MACHINE="eukre