Re: [oe] [arago-devel] dm365 and OE

2010-05-19 Thread Denys Dmytriyenko
On Thu, May 06, 2010 at 08:10:42AM +0200, Raffaele Recalcati wrote: > 2010/4/27 Denys Dmytriyenko > > > > > arago-next was merged back to the master branch recently, but it shouldn't > > matter, as DVSDK was buildable before the merge. If you are referring to > > the > > fact that some components

Re: [oe] TSC Meetings for the meeting of may

2010-05-19 Thread Khem Raj
On Wed, May 19, 2010 at 6:23 PM, Tom Rini wrote: > Khem Raj wrote: >> >> On (20/05/10 05:16), Holger Freyther wrote: > > [snip] >>> >>> Removing old versions >>> = >>> The TSC looked into the topic of when to remove versions. >>> >>> >>> The TSC thinks there can not be a genera

Re: [oe] TSC Meetings for the meeting of may

2010-05-19 Thread Tom Rini
Khem Raj wrote: On (20/05/10 05:16), Holger Freyther wrote: [snip] Removing old versions = The TSC looked into the topic of when to remove versions. The TSC thinks there can not be a general rule of when to delete a package. The TSC believes that in some cases a package sh

Re: [oe] TSC Meetings for the meeting of may

2010-05-19 Thread Khem Raj
On (20/05/10 05:16), Holger Freyther wrote: > Hi, > > sorry for the delay of finishing up the minutes, it is late at night so > I am sure I have messed up something in one way or another... take care. > > > TSC Meeting 2010/05/06 > > Where to hold meetings > == > The TSC dec

Re: [oe] Issues with parallel build? (Was: gtk+native missing dep ?)

2010-05-19 Thread Andrea Adami
Same issue happens during rebuild from packaged staging Cannot load module /oe/build/tmp/work/i686-linux/gtk+-native-2.20.0-r8.0/gtk+-2.20.0/modules/input/im-xim.la: /oe/build/tmp/work/i686-linux/gtk+-native-2.20.0-r8.0/gtk+-2.20.0/modules/input/.libs/im-xim.so: undefined symbol: g_realloc_n | /

[oe] TSC Meetings for the meeting of may

2010-05-19 Thread Holger Freyther
Hi, sorry for the delay of finishing up the minutes, it is late at night so I am sure I have messed up something in one way or another... take care. TSC Meeting 2010/05/06 Where to hold meetings == The TSC decided to hold future meetings on IRC as every member of the TSC alr

[oe] [PATCH 2/2] libsdl-directfb: new upstream version 1.2.14

2010-05-19 Thread Zygo Blaxell
This is a copy of libsdl-x11_1.2.14.bb, with EXTRA_OECONF and DEPENDS from libsdl-directfb_1.2.11.bb. --- recipes/libsdl/libsdl-directfb_1.2.14.bb | 56 ++ 1 files changed, 56 insertions(+), 0 deletions(-) create mode 100644 recipes/libsdl/libsdl-directfb_1.2.14.bb

[oe] Update libsdl-directfb to version 1.2.14 and make it build again

2010-05-19 Thread Zygo Blaxell
libsdl-directfb 1.2.11 doesn't build with current org.openembedded.dev, failing with CROSS COMPILE Badness, missing headers, and other problems. recipes/libsdl/{libsdl-x11-1.2.14 => files}/sdl.m4 |0 recipes/libsdl/libsdl-directfb_1.2.14.bb | 56 2 files chang

[oe] [PATCH 1/2] libsdl-directfb: move sdl.m4 to common files/

2010-05-19 Thread Zygo Blaxell
This prepares for a new recipe which also uses sdl.m4. --- recipes/libsdl/{libsdl-x11-1.2.14 => files}/sdl.m4 |0 1 files changed, 0 insertions(+), 0 deletions(-) rename recipes/libsdl/{libsdl-x11-1.2.14 => files}/sdl.m4 (100%) diff --git a/recipes/libsdl/libsdl-x11-1.2.14/sdl.m4 b/recipes/

Re: [oe] powerpc-g++ 4.2.4 problem casting long long to double

2010-05-19 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19-05-10 17:46, Vitus Jensen wrote: > On Wed, 19 May 2010, Vitus Jensen wrote: >> On Wed, 19 May 2010, Gary Thomas wrote: >>> On 05/19/2010 03:38 AM, Vitus Jensen wrote: >>> > > We noticed a strange problem with C++ code casting long long >>> var

Re: [oe] error trying to build parted 1.8.8 : configure.ac:173: error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE

2010-05-19 Thread David MOUSSAUD
Hi, that patch works for me. diff --git a/recipes/parted/files/extensions-m4.patch b/recipes/parted/files/extensions-m4.patch new file mode 100644 index 000..1ec53f7 --- /dev/null +++ b/recipes/parted/files/extensions-m4.patch @@ -0,0 +1,26 @@ +diff -Nru parted-1.8.8/m4/extensions.m4 parted-

Re: [oe] powerpc-g++ 4.2.4 problem casting long long to double

2010-05-19 Thread Vitus Jensen
On Wed, 19 May 2010, Vitus Jensen wrote: On Wed, 19 May 2010, Gary Thomas wrote: On 05/19/2010 03:38 AM, Vitus Jensen wrote: > > We noticed a strange problem with C++ code casting long long variables > to double, as a lot of qt-embedded code is doing. > > = > double

Re: [oe] [PATCH 3/5 v2] linux-xilinx-ml507: update kernel version

2010-05-19 Thread Adrian Alonso
Hi Stefan, I have been looking on how to reorder the patch, but I'm still a git newbie :( and I don't quite well understand how to regenerate my patch sets with modifying the git log history, what I'm been doing is to create a new branch fix my patchs and resend them, thats clearly wrong. Can you

Re: [oe] powerpc-g++ 4.2.4 problem casting long long to double

2010-05-19 Thread Gary Thomas
On 05/19/2010 05:41 AM, Vitus Jensen wrote: On Wed, 19 May 2010, Gary Thomas wrote: On 05/19/2010 03:38 AM, Vitus Jensen wrote: We noticed a strange problem with C++ code casting long long variables to double, as a lot of qt-embedded code is doing. = double convert(long long

Re: [oe] powerpc-g++ 4.2.4 problem casting long long to double

2010-05-19 Thread Vitus Jensen
On Wed, 19 May 2010, Gary Thomas wrote: On 05/19/2010 03:38 AM, Vitus Jensen wrote: We noticed a strange problem with C++ code casting long long variables to double, as a lot of qt-embedded code is doing. = double convert(long long l) { return (double)l; // or double(l)

Re: [oe] powerpc-g++ 4.2.4 problem casting long long to double

2010-05-19 Thread Gary Thomas
On 05/19/2010 03:38 AM, Vitus Jensen wrote: Hello! We noticed a strange problem with C++ code casting long long variables to double, as a lot of qt-embedded code is doing. = double convert(long long l) { return (double)l; // or double(l) } int main(int argc, char * argv[]) { lo

Re: [oe] Does anybody try the e-image-core

2010-05-19 Thread daniel tian
hi, Martin: 2010/5/19 Martin Jansa : > On Wed, May 19, 2010 at 05:31:21PM +0800, daniel tian wrote: >> Hi, guys: >>     Now I am working on a project: porting the enlighenment on mips machine. >>     The local.conf is configure as db1200 machine which is a mips32 >> little endian arch. >>     I ha

[oe] powerpc-g++ 4.2.4 problem casting long long to double

2010-05-19 Thread Vitus Jensen
Hello! We noticed a strange problem with C++ code casting long long variables to double, as a lot of qt-embedded code is doing. = double convert(long long l) { return (double)l; // or double(l) } int main(int argc, char * argv[]) { long long l = 10; double f; f =

Re: [oe] Does anybody try the e-image-core

2010-05-19 Thread Martin Jansa
On Wed, May 19, 2010 at 05:31:21PM +0800, daniel tian wrote: > Hi, guys: > Now I am working on a project: porting the enlighenment on mips machine. > The local.conf is configure as db1200 machine which is a mips32 > little endian arch. > I have already built a rootfs and kernel from pre

[oe] Does anybody try the e-image-core

2010-05-19 Thread daniel tian
Hi, guys: Now I am working on a project: porting the enlighenment on mips machine. The local.conf is configure as db1200 machine which is a mips32 little endian arch. I have already built a rootfs and kernel from previous openembedded source code. But the startx command is not found