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

2010-05-25 Thread David MOUSSAUD
On Wed, May 19, 2010 at 6:24 PM, David MOUSSAUD wrote: > 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/nul

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] problem using meta-toolchain.bb and external-toolchain-generic.bb

2010-05-11 Thread David MOUSSAUD
On Mon, May 10, 2010 at 6:58 PM, Denys Dmytriyenko wrote: > > On Mon, May 10, 2010 at 11:14:14AM +0200, David MOUSSAUD wrote: > > Hi all, > > > > I'm trying to use an external toolchain with OE. > > So I've build one using the recipe meta-toolchain.bb with

[oe] problem using meta-toolchain.bb and external-toolchain-generic.bb

2010-05-10 Thread David MOUSSAUD
Hi all, I'm trying to use an external toolchain with OE. So I've build one using the recipe meta-toolchain.bb with an angstrom distribution. I'm on the org.openembedded.dev branch (updated recently). I've extracted the 2 tar.gz provided in my root directory. So I have a nice /usr/local/angstrom la

Re: [oe] linux 2.6.33-rc8 do_stage failed

2010-02-24 Thread David MOUSSAUD
Hi, I had the same problem yesterday and I've solved it by modifying the kernel_do_stage() function of my kernel.bbclass. The problem comes from the fact that the newer kernels does not use the same symlinks for include files. Here is the one I've used, it is mostly the function of the org.openem