Re: [oe] [PATCH 1/4] RDEPENDS -> RDEPENDS_${PN}

2010-10-06 Thread Frans Meulenbroeks
2010/10/7 Philip Balister : > Next time, can you add the package name to the commit message? > > > Philip Actually there is no package name here as it is for .bbclass, but I will add the bbclass filename to the commit message before pushing this (need one more ack) That also explains why gmail dec

Re: [oe] libvpx should not inherit autotools

2010-10-06 Thread Khem Raj
On Wed, Oct 6, 2010 at 10:59 PM, Khem Raj wrote: > Hi Koen > > libvpx recipes are inheriting autotools while it seems to me that they > should not. Yes it does have a configure script but its not autoconf > generated but a hand written one > and there are no other traces of autoconf or automake an

[oe] libvpx should not inherit autotools

2010-10-06 Thread Khem Raj
Hi Koen libvpx recipes are inheriting autotools while it seems to me that they should not. Yes it does have a configure script but its not autoconf generated but a hand written one and there are no other traces of autoconf or automake and stuff that goes with normal automake autoconf build systems

[oe] [PATCH,V2 1/6] libtool-2.4: Add recipes for libtool 2.4

2010-10-06 Thread Khem Raj
* Add fixes needed for sysroot working within libtool Signed-off-by: Khem Raj --- recipes/libtool/libtool-2.4/cross.patch| 34 +++ .../libtool/libtool-2.4/prefix-manpage-fix.patch | 19 recipes/libtool/libtool-2.4/prefix.patch | 100 rec

[oe] [PATCH, V2 5/6] insane.bbclass: If LIBTOOL_HAS_SYSROOT is set then do not check for la insanity

2010-10-06 Thread Khem Raj
Signed-off-by: Khem Raj --- classes/insane.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 9087efd..677db27 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -342,7 +342,7 @@ def package_qa_c

[oe] [PATCH, V2 4/6] cross.bbclass, staging.bbclass, utils.bbclass: Make sure that .la munging is not done for libtool > 2.4

2010-10-06 Thread Khem Raj
Signed-off-by: Khem Raj --- classes/cross.bbclass |7 +++ classes/staging.bbclass | 19 ++- classes/utils.bbclass |2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/classes/cross.bbclass b/classes/cross.bbclass index d3b27e6..1a6d906 100644 -

[oe] [PATCH, V2 3/6] autotools.bbclass: Conditionally use autotools_prepackage_lamangler

2010-10-06 Thread Khem Raj
* autotools_prepackage_lamangler is not needed with libtool 2.4+ * add --with-sysroot when using libtool 2.4+ Signed-off-by: Khem Raj --- classes/autotools.bbclass |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass

[oe] [PATCH,V2 2/6] bitbake.conf: Define LIBTOOL_HAS_SYSROOT

2010-10-06 Thread Khem Raj
* Set default weak to "no" * Use in TARGET_LDFLAGS Signed-off-by: Khem Raj --- conf/bitbake.conf | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 4e80d97..7f01f8f 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.con

[oe] [PATCH,V2 0/6] libtool 2.4 upgrade

2010-10-06 Thread Khem Raj
Hi Following set of patches is v2 of the patches adding support for getting libtool 2.4 into openemebedded. I have so far built minimal-image for two machines successfully using old and new libtool. The libtool sysroot feature knob is added through LIBTOOL_HAS_SYSROOT variable. If this is set

Re: [oe] trouble compiling udev

2010-10-06 Thread Khem Raj
On Wed, Oct 6, 2010 at 4:17 PM, J. L. wrote: > On Wed, Oct 6, 2010 at 3:36 PM, Khem Raj wrote: >> On Mon, Oct 4, 2010 at 12:29 PM, J. L. wrote: >>> On Mon, Oct 4, 2010 at 12:24 PM, Eric Bénard wrote: Le 04/10/2010 20:34, J. L. a écrit : > > udev151 builds for me without this fix an

[oe] libgee_0.6.0: gee/Makefile.am:95: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL

2010-10-06 Thread Paul Menzel
Dear OE folks, `configure` fails for me for `libgee_0.6.0.bb` [1]. | gee/Makefile.am:95: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL `libgee_0.5.2.bb` builds correctly because it does not yet use gobject-introspection. This question was brought up before but was left unanswe

Re: [oe] trouble compiling udev

2010-10-06 Thread J. L.
On Wed, Oct 6, 2010 at 3:36 PM, Khem Raj wrote: > On Mon, Oct 4, 2010 at 12:29 PM, J. L. wrote: >> On Mon, Oct 4, 2010 at 12:24 PM, Eric Bénard wrote: >>> Le 04/10/2010 20:34, J. L. a écrit : udev151 builds for me without this fix and I am building with gcc 4.5.. Just thought I wo

Re: [oe] trouble compiling udev

2010-10-06 Thread Khem Raj
On Mon, Oct 4, 2010 at 12:29 PM, J. L. wrote: > On Mon, Oct 4, 2010 at 12:24 PM, Eric Bénard wrote: >> Le 04/10/2010 20:34, J. L. a écrit : >>> >>> udev151 builds for me without this fix and I am building with gcc >>> 4.5.. Just thought I would let you know >>> >> which machine / arch / distro ar

Re: [oe] [PATCH 1/4] RDEPENDS -> RDEPENDS_${PN}

2010-10-06 Thread Philip Balister
Next time, can you add the package name to the commit message? Philip On 10/06/2010 05:08 PM, Frans Meulenbroeks wrote: Signed-off-by: Frans Meulenbroeks --- classes/cpan-base.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/classes/cpan-base.bbclass b/class

Re: [oe] [patch] fix for building freetype-native on a symlinked build environment

2010-10-06 Thread Khem Raj
On Thu, Sep 30, 2010 at 5:30 AM, Alexander Stohr wrote: > in an environment where the "/home" partition had not enough space > for holding a complete open embedded project i created a symlink to > an adequate partition on a second drive for hosting the build environment. > > this turned out to bad

Re: [oe] [PATCH 0/4] RDEPENDS -> RDEPENDS_${PN}

2010-10-06 Thread Chris Larson
On Wed, Oct 6, 2010 at 2:08 PM, Frans Meulenbroeks < fransmeulenbro...@gmail.com> wrote: > Below are 4 patches that change RDEPENDS into RDEPENDS_${PN} > As I am not too familiar with these files your review comments are > appreciated For all 4: Acked-by: Chris Larson -- Christopher Larson cl

[oe] [PATCH 4/4] RDEPENDS -> RDEPENDS_${PN}

2010-10-06 Thread Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks --- classes/rubyextension.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/classes/rubyextension.bbclass b/classes/rubyextension.bbclass index 628ebdb..de8eb9c 100644 --- a/classes/rubyextension.bbclass +++ b/classes/rubyextension

[oe] [PATCH 0/4] RDEPENDS -> RDEPENDS_${PN}

2010-10-06 Thread Frans Meulenbroeks
Below are 4 patches that change RDEPENDS into RDEPENDS_${PN} As I am not too familiar with these files your review comments are appreciated Frans Meulenbroeks (4): RDEPENDS -> RDEPENDS_${PN} RDEPENDS -> RDEPENDS_${PN} RDEPENDS -> RDEPENDS_${PN} RDEPENDS -> RDEPENDS_${PN} classes/cpan-bas

[oe] [PATCH 1/4] RDEPENDS -> RDEPENDS_${PN}

2010-10-06 Thread Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks --- classes/cpan-base.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/classes/cpan-base.bbclass b/classes/cpan-base.bbclass index 379defa..a04f61c 100644 --- a/classes/cpan-base.bbclass +++ b/classes/cpan-base.bbclass @@ -5,7 +5,

[oe] [PATCH 2/4] RDEPENDS -> RDEPENDS_${PN}

2010-10-06 Thread Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks --- classes/distutils-base.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/classes/distutils-base.bbclass b/classes/distutils-base.bbclass index 59864f7..4d5de24 100644 --- a/classes/distutils-base.bbclass +++ b/classes/distutils

[oe] [PATCH 3/4] RDEPENDS -> RDEPENDS_${PN}

2010-10-06 Thread Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks --- classes/image.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/classes/image.bbclass b/classes/image.bbclass index 2105195..49924d7 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -29,7 +29,7 @@ ${IMAGE_DEV_M

Re: [oe] [PATCH] init-scripts: introduce DONTUSETIMESTAMP variable in bootmisc.sh

2010-10-06 Thread Petr Štetiar
after, for example three days. > > Althought the value in RTC is correct, this scripts sets system time with > > the > > wrong values. > > So you shut it down at 20101003 and boot it at 20101006, that should > give you roughly: > > SYSTEMDATE=`date "+%Y%m%d"`

Re: [oe] [PATCH] init-scripts: introduce DONTUSETIMESTAMP variable in bootmisc.sh

2010-10-06 Thread Koen Kooi
ipts sets system time with the > wrong values. So you shut it down at 20101003 and boot it at 20101006, that should give you roughly: SYSTEMDATE=`date "+%Y%m%d"` -> 20101006 TIMESTAMP=`cat /etc/timestamp | awk '{ print substr($0,9,4) substr($0,1,4);}'` -> 20

Re: [oe] [PATCH v2] msmcommd_git: Add `libfsotransport` to `DEPENDS`.

2010-10-06 Thread Frans Meulenbroeks
Acked-by: Frans Meulenbroeks 2010/10/6 Paul Menzel : > Date: Wed, 6 Oct 2010 13:00:42 +0200 > > […] > | checking for DEPS... configure: error: Package requirements (glib-2.0 >= > 2.120 > |   gio-2.0 >= 2.12.0 > |   gobject-2.0 >= 2.12.0 > |   gthread-2.0 >= 2.12.0 > |   gee-1.0 >= 0.5 > |   dbus

[oe] [PATCH] init-scripts: introduce DONTUSETIMESTAMP variable in bootmisc.sh

2010-10-06 Thread Petr Štetiar
This variable is useful on systems with battery backed RTC. Imagine, that the board is shut down and then switched on after, for example three days. Althought the value in RTC is correct, this scripts sets system time with the wrong values. Signed-off-by: Petr Štetiar --- recipes/initscripts/ini

Re: [oe] libfsotransport_git: `do_compile()` fails with error: Pointer arithmetic not supported for `void*'

2010-10-06 Thread Michael 'Mickey' Lauer
Should be fixed with 5f436b0997fdddb06cc17cbe4acfc89d01122795 Cheers, :M: ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] patchutils 0.2.31 - not that compatible with state of the art automake

2010-10-06 Thread Khem Raj
On Tue, Oct 5, 2010 at 11:20 AM, Alexander Stohr wrote: > oe uses version 0.2.31 of patchutils. i consider this a developers packages. > > thats what is at the download location right now: > > [ ]     patchutils-0.2.31.tar.bz2       13-Jun-2005 17:46       143K > [ ]     patchutils-0.3.0.tar.bz2  

Re: [oe] [PATCH v2] mokosuite2: Add `libfakekey` and `vala-native` to `DEPENDS`.

2010-10-06 Thread Martin Jansa
On Wed, Oct 06, 2010 at 04:56:55PM +0200, Paul Menzel wrote: > Am Mittwoch, den 06.10.2010, 16:25 +0200 schrieb Martin Jansa: > > On Wed, Oct 06, 2010 at 04:19:34PM +0200, Paul Menzel wrote: > > > > > > During the latest bumps of `SRCREV` I guess it was forgotten to add some > > > dependencies. >

Re: [oe] /usr/bin/fop ???

2010-10-06 Thread Martin Jansa
On Wed, Oct 6, 2010 at 4:50 PM, Martin Jansa wrote: > On Wed, Oct 06, 2010 at 03:43:37PM +0100, Arigead wrote: >> trying to "bitbake tangogps" and getting errors about /usr/bin/fop >> >> I'm searching for a solution but not getting too far with that. I'm not >> sure why and embedded verison of tan

[oe] [PATCH v2] msmcommd_git: Add `libfsotransport` to `DEPENDS`.

2010-10-06 Thread Paul Menzel
Date: Wed, 6 Oct 2010 13:00:42 +0200 […] | checking for DEPS... configure: error: Package requirements (glib-2.0 >= 2.120 | gio-2.0 >= 2.12.0 | gobject-2.0 >= 2.12.0 | gthread-2.0 >= 2.12.0 | gee-1.0 >= 0.5 | dbus-1 >= 1.2.16 | dbus-glib-1 >= 0.84 | fsotransport-2.0 >= 0.9 | fso-gl

[oe] [PATCH v2] mokosuite2: Add `libfakekey` and `vala-native` to `DEPENDS`.

2010-10-06 Thread Paul Menzel
Am Mittwoch, den 06.10.2010, 16:25 +0200 schrieb Martin Jansa: > On Wed, Oct 06, 2010 at 04:19:34PM +0200, Paul Menzel wrote: > > > > During the latest bumps of `SRCREV` I guess it was forgotten to add some > > dependencies. > > > > `libfakekey` is needed for a successful configure and without `

Re: [oe] /usr/bin/fop ???

2010-10-06 Thread Martin Jansa
On Wed, Oct 06, 2010 at 03:43:37PM +0100, Arigead wrote: > trying to "bitbake tangogps" and getting errors about /usr/bin/fop > > I'm searching for a solution but not getting too far with that. I'm not > sure why and embedded verison of tangogps would require Apache FOP but > I'm on the wrong end

[oe] /usr/bin/fop ???

2010-10-06 Thread Arigead
trying to "bitbake tangogps" and getting errors about /usr/bin/fop I'm searching for a solution but not getting too far with that. I'm not sure why and embedded verison of tangogps would require Apache FOP but I'm on the wrong end of a learning curve. Cheers for any pointers which would get me ov

Re: [oe] [PATCH] mokosuite2: Add `libfakekey` and `vala-native` to DEPENDS.

2010-10-06 Thread Martin Jansa
On Wed, Oct 06, 2010 at 04:19:34PM +0200, Paul Menzel wrote: > > During the latest bumps of `SRCREV` I guess it was forgotten to add some > dependencies. > > `libfakekey` is needed for a successful configure and without `vala-native` > `valac` is not found on a clean and minimal build system. >

[oe] [PATCH] mokosuite2: Add `libfakekey` and `vala-native` to DEPENDS.

2010-10-06 Thread Paul Menzel
Date: Mon, 4 Oct 2010 11:56:14 +0200 During the latest bumps of `SRCREV` I guess it was forgotten to add some dependencies. `libfakekey` is needed for a successful configure and without `vala-native` `valac` is not found on a clean and minimal build system. Signed-off-by: Paul Menzel --- rec

Re: [oe] libfsotransport_git: `do_compile()` fails with error: Pointer arithmetic not supported for `void*'

2010-10-06 Thread Martin Jansa
On Wed, Oct 06, 2010 at 04:06:10PM +0200, Paul Menzel wrote: > Dear OE folks, > > > `libfsotransport_git.bb` fails to compile with the following error [1]. The > log from Tinderbox is is not from my build machine, but I do get the same > error. > > NOTE: make > make all-recurs

[oe] [PATCH] msmcommd_git: Add `libfsotransport` to `DEPENDS`.

2010-10-06 Thread Paul Menzel
Date: Wed, 6 Oct 2010 13:00:42 +0200 […] | checking for DEPS... configure: error: Package requirements (glib-2.0 >= 2.120 | gio-2.0 >= 2.12.0 | gobject-2.0 >= 2.12.0 | gthread-2.0 >= 2.12.0 | gee-1.0 >= 0.5 | dbus-1 >= 1.2.16 | dbus-glib-1 >= 0.84 | fsotransport-2.0 >= 0.9 | fso-gl

[oe] libfsotransport_git: `do_compile()` fails with error: Pointer arithmetic not supported for `void*'

2010-10-06 Thread Paul Menzel
Dear OE folks, `libfsotransport_git.bb` fails to compile with the following error [1]. The log from Tinderbox is is not from my build machine, but I do get the same error. NOTE: make make all-recursive make[1]: Entering directory `/home/shr/shr-unstable/tmp/work/armv4t

Re: [oe] [PATCH] SWI-Prolog: New program

2010-10-06 Thread Frans Meulenbroeks
Jayen, thanks for your contribution. Below some feedback. 2010/10/6 Jayen Ashar : > * Starting with SWI-Prolog 5.10.1 > * SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a > *  rich set of built-in predicates. It offers a fast, robust and small > *  environment which ena

[oe] [PATCH] SWI-Prolog: New program

2010-10-06 Thread Jayen Ashar
* Starting with SWI-Prolog 5.10.1 * SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a * rich set of built-in predicates. It offers a fast, robust and small * environment which enables substantial applications to be developed with it. Signed-off-by: Jayen Ashar --- re

Re: [oe] testing 2010-10-04

2010-10-06 Thread Stefan Schmidt
Hello. On Tue, 2010-10-05 at 07:50, dfoley wrote: > > May not be correct, but I ran into the same problem and patched. > > diff --git a/recipes/cacao/cacao.inc b/recipes/cacao/cacao.inc > index c366b74..70bda75 100644 > --- a/recipes/cacao/cacao.inc > +++ b/recipes/cacao/cacao.inc > @@ -23,7 +23