Re: [oe] [meta-oe][PATCH] tmux: Add initial recipe for vesion 1.6.

2012-02-02 Thread Paul Menzel
Dear Peter, thank you for your latest work. It is much appreciated. Am Mittwoch, den 01.02.2012, 22:38 +0100 schrieb Peter Tworek: This is just an optional request from me. I would like to see in the commit message what build configuration you used for testing. Signed-off-by: Peter Tworek

Re: [oe] [meta-oe] gdb-cross-canadian: build gdb with python support

2012-02-02 Thread Martin Jansa
On Thu, Feb 02, 2012 at 08:45:13AM +0100, Martin Jansa wrote: On Wed, Jan 4, 2012 at 9:05 AM, Eric Bénard e...@eukrea.com wrote: Hi Khem, Le Tue, 3 Jan 2012 21:18:49 -0800, Khem Raj raj.k...@gmail.com a écrit : On (23/12/11 08:12), Eric Bénard wrote: * python support is needed for

Re: [oe] [meta-java][PATCH] llvm-config: Work around shebang max length issue

2012-02-02 Thread Thilo Fromm
Hallo Henning, This patch works around a max shebang length issue in llvm's llvm-config. Some feedback on the patch would be great. I am a bit short of time at the moment. So I can not test or apply your patch. For the longer term llvm should go to core. Okay. We'll maintain

Re: [oe] Recommended Ångström/oe-core image to start , for a graphic application ?

2012-02-02 Thread Marco Cavallini
Ulf Samuelsson ha scritto, Il 02/02/2012 01:47: With openembedded classic, I have mostly been using derivatives of x11-gpe-image for demos. What is close to this image in functionaliy with Angstrom/openembedded core. Tried booting core-image-sato, but that did not even have a shell...

Re: [oe] [meta-oe] gdb-cross-canadian: build gdb with python support

2012-02-02 Thread Martin Jansa
On Thu, Feb 02, 2012 at 09:40:00AM +0100, Martin Jansa wrote: On Thu, Feb 02, 2012 at 08:45:13AM +0100, Martin Jansa wrote: On Wed, Jan 4, 2012 at 9:05 AM, Eric Bénard e...@eukrea.com wrote: Hi Khem, Le Tue, 3 Jan 2012 21:18:49 -0800, Khem Raj raj.k...@gmail.com a écrit : On

Re: [oe] [meta-oe] gdb-cross-canadian: build gdb with python support

2012-02-02 Thread Eric Bénard
Hi Martin, Le Thu, 2 Feb 2012 10:17:26 +0100, Martin Jansa martin.ja...@gmail.com a écrit : OE @ ~ $ ls /OE/shr-core/tmp/sysroots/x86_64-oesdk-linux-nativesdk/usr/local/ oecore-x86_64-arm OE @ ~ $ ls /OE/shr-core/tmp/sysroots/x86_64-nativesdk-oesdk-linux/usr/local/ oecore-x86_64-x86_64

Re: [oe] [meta-oe] gdb-cross-canadian: build gdb with python support

2012-02-02 Thread Eric Bénard
Hi Martin, Le Thu, 2 Feb 2012 08:45:13 +0100, Martin Jansa martin.ja...@gmail.com a écrit : On Wed, Jan 4, 2012 at 9:05 AM, Eric Bénard e...@eukrea.com wrote: Hi Khem, Le Tue, 3 Jan 2012 21:18:49 -0800, Khem Raj raj.k...@gmail.com a écrit : On (23/12/11 08:12), Eric Bénard wrote: *

[oe] preventing stripping binaries

2012-02-02 Thread mgundes
Hi everyone, I use oe-classic. I have two distro type (debug and release) and I want to use same path for my application in release and debug distro type. I wonder if I can tell OE not to strip binaries for specified package in FILES_${PN}? Or can I change installation directory name

[oe] [meta-oe][PATCH] giflib: don't depend on libsm if x11 is unavailable

2012-02-02 Thread Andreas Oberritter
If DISTRO_FEATURES doesn't contain x11, libsm is not available. As libsm is optional, the dependency is changed to be conditional. There's no need to alter configure flags, because without x11, libsm cannot be picked up accidentially. Because this just fixes a missing dependency failure without

[oe] [PATCH] net-snmp-5.7.1: fix build error too few arguments to function 'nl_geterror'

2012-02-02 Thread Steffen Sledz
Fixes compile errors with libnl-1_2.0: | ... | mibII/tcpTable.c:579: error: too few arguments to function 'nl_geterror' | mibII/tcpTable.c:579: error: too few arguments to function 'nl_geterror' | ... The patch was imported from the net-snmp bug tracker: current libnl 3.0 not supported - ID:

Re: [oe] preventing stripping binaries

2012-02-02 Thread Henning Heinold
On Thu, Feb 02, 2012 at 03:46:19PM +0200, mgundes wrote: Hi everyone, I use oe-classic. I have two distro type (debug and release) and I want to use same path for my application in release and debug distro type. I wonder if I can tell OE not to strip binaries for specified package

Re: [oe] Recommended Ångström/oe-core image to start , for a graphic application ?

2012-02-02 Thread Joshua Lock
On 01/02/12 16:47, Ulf Samuelsson wrote: With openembedded classic, I have mostly been using derivatives of x11-gpe-image for demos. What is close to this image in functionaliy with Angstrom/openembedded core. Tried booting core-image-sato, but that did not even have a shell... Define

Re: [oe] [meta-oe][PATCH] tmux: Add initial recipe for vesion 1.6.

2012-02-02 Thread Peter Tworek
On 02/02/2012 09:27 AM, Paul Menzel wrote: Dear Peter, thank you for your latest work. It is much appreciated. You're welcome. Thanks for taking your time to review my patches. Am Mittwoch, den 01.02.2012, 22:38 +0100 schrieb Peter Tworek: This is just an optional request from me. I would

[oe] [meta-gnome][PATCH] libgsf: Remove unnecessary gconf RDEPENDS.

2012-02-02 Thread Peter Tworek
It's added automatically when including gconf bbclass. Signed-off-by: Peter Tworek tworaz...@gmail.com --- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb

[oe] [meta-oe] atk_2.2.0.bbappend: remove since oe-core now supports native build

2012-02-02 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta-oe/recipes-support/atk/atk_2.2.0.bbappend |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) delete mode 100644 meta-oe/recipes-support/atk/atk_2.2.0.bbappend diff --git

Re: [oe] [meta-oe] gdb-cross-canadian: build gdb with python support

2012-02-02 Thread Martin Jansa
On Thu, Feb 02, 2012 at 11:11:27AM +0100, Eric Bénard wrote: Hi Martin, Le Thu, 2 Feb 2012 10:17:26 +0100, Martin Jansa martin.ja...@gmail.com a écrit : OE @ ~ $ ls /OE/shr-core/tmp/sysroots/x86_64-oesdk-linux-nativesdk/usr/local/ oecore-x86_64-arm OE @ ~ $ ls

[oe] [PATCH] fakeroot-native: update to 1.14.5

2012-02-02 Thread Steffen Sledz
* version 1.9.6 is no longer fetchable * recipe for version 1.9.6 is not removed yet because of pinnings in various distro configurations Signed-off-by: Steffen Sledz sl...@dresearch-fe.de --- recipes/fakeroot/fakeroot-native_1.14.5.bb | 23 +++ 1 files changed, 23