Re: [oe] [meta-oe][PATCH] conf/layer.conf: Use .= for BBPATH and += for BBFILES

2011-05-05 Thread Khem Raj
-Khem On May 5, 2011, at 10:39 PM, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06-05-11 05:47, raj.k...@gmail.com wrote: >> From: Khem Raj > > >> # We have a conf and classes directory, prepend to BBPATH to prefer our >> versions >> -BBPATH := "${LAYERDIR}:${

Re: [oe] [meta-oe][PATCH] conf/layer.conf: Use .= for BBPATH and += for BBFILES

2011-05-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06-05-11 05:47, raj.k...@gmail.com wrote: > From: Khem Raj > # We have a conf and classes directory, prepend to BBPATH to prefer our > versions > -BBPATH := "${LAYERDIR}:${BBPATH}" > +BBPATH .= ":${LAYERDIR}" I haven't had my morning coffee ye

[oe] [meta-oe][PATCH] conf/layer.conf: Use .= for BBPATH and += for BBFILES

2011-05-05 Thread raj . khem
From: Khem Raj Signed-off-by: Khem Raj --- meta-efl/conf/layer.conf |4 ++-- meta-gnome/conf/layer.conf |4 ++-- meta-gpe/conf/layer.conf |4 ++-- meta-oe/conf/layer.conf|4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-efl/conf/layer.conf b/me

Re: [oe] [PATCH] ncurses: add missing patch file

2011-05-05 Thread Maupin, Chase
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Tom Rini > Sent: Thursday, May 05, 2011 3:13 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [PATCH] ncurses: add

[oe] testing branch 2011-05-05

2011-05-05 Thread cbrake
master has been merged to testing-next and is ready for clean builds ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH] ncurses: add missing patch file

2011-05-05 Thread Tom Rini
On 05/05/2011 11:07 AM, Chase Maupin wrote: > * The 20110115 patch file has gone missing. Add it to the > OE repository like the previous patch file. > * Bump the PR > > Signed-off-by: Chase Maupin Maybe we need to consider just moving to vanilla 5.9 and drop 5.7? -- Tom Rini Mentor Graphic

Re: [oe] [PATCH v4] mypaint: new recipe for version 0.9.1

2011-05-05 Thread Paul Menzel
Dear Christian, Am Donnerstag, den 05.05.2011, 17:44 +0200 schrieb Christian Charreyre: > I've an additional question regarding build configuration : > > Le 04/05/2011 17:34, Eric Bénard a écrit : > > On 04/05/2011 10:56, Paul Menzel wrote: > >> Please remember to add what build configuratio

Re: [oe] [PATCH v4] mypaint: new recipe for version 0.9.1

2011-05-05 Thread Paul Menzel
Dear Christian, Am Donnerstag, den 05.05.2011, 17:45 +0200 schrieb Christian Charreyre: > Le 04/05/2011 10:56, Paul Menzel a écrit : […] > I think your right, I have tried to update correctly DEPENDS, but as > swig-native was already there for me I've missed it. > > Thanks for your patience to

Re: [oe] building images

2011-05-05 Thread C Michael Sundius
On Fri, Apr 29, 2011 at 10:49 AM, Zhang, Jessica wrote: > > Yocto project has a command line script called adt-installer probably you > can take a look, what it does is setup your host cross development > environment. It downloads the cross-toolchain for the target and download > the correspondin

Re: [oe] [PATCH v4] mypaint: new recipe for version 0.9.1

2011-05-05 Thread Christian Charreyre
Le 04/05/2011 10:56, Paul Menzel a écrit : Dear Christian, we are almost there. Am Montag, den 02.05.2011, 19:40 +0200 schrieb Christian Charreyre: Please remember to add what build configuration you used. (You can just paste it from the BitBake output.) Signed-off-by: Christian Cha

Re: [oe] [PATCH v4] mypaint: new recipe for version 0.9.1

2011-05-05 Thread Christian Charreyre
Paul, I've an additional question regarding build configuration : Le 04/05/2011 17:34, Eric Bénard a écrit : Hi Paul, On 04/05/2011 10:56, Paul Menzel wrote: Please remember to add what build configuration you used. (You can just paste it from the BitBake output.) You asked this sever

Re: [oe] [PATCH] cmake.bbclass: set the rpath for binaries build with cmake to ${libdir}

2011-05-05 Thread Simon Busch
On 05.05.2011 13:34, Phil Blundell wrote: > On Thu, 2011-05-05 at 13:21 +0200, Simon Busch wrote: >> On 05.05.2011 11:50, Phil Blundell wrote: >>> On Wed, 2011-05-04 at 19:00 +0200, Simon Busch wrote: I alreay searched through the cmake documentation and it says that the rpath is set with

Re: [oe] [PATCH] cmake.bbclass: set the rpath for binaries build with cmake to ${libdir}

2011-05-05 Thread Phil Blundell
On Thu, 2011-05-05 at 13:21 +0200, Simon Busch wrote: > On 05.05.2011 11:50, Phil Blundell wrote: > > On Wed, 2011-05-04 at 19:00 +0200, Simon Busch wrote: > >> I alreay searched through the cmake documentation and it says that the > >> rpath is set with the content of the CMAKE_INSTALL_RPATH varia

Re: [oe] [PATCH] cmake.bbclass: set the rpath for binaries build with cmake to ${libdir}

2011-05-05 Thread Simon Busch
On 05.05.2011 11:50, Phil Blundell wrote: > On Wed, 2011-05-04 at 19:00 +0200, Simon Busch wrote: >> I alreay searched through the cmake documentation and it says that the >> rpath is set with the content of the CMAKE_INSTALL_RPATH variable. The >> default value of CMAKE_INSTALL_RPATH is ""[1]. As

Re: [oe] perl-native fails on Ubuntu 11.04

2011-05-05 Thread Graeme Gregory
On 05/05/2011 11:57, Gary Thomas wrote: On 05/05/2011 03:50 AM, Søren Holm wrote: Please apply this patch to make perl-native build on Ubuntu 11.04 https://gist.github.com/raw/925006/4217f358fb00b5b7f1dfbd1ce5f4afa4f64b0bb0/0001-perl-native-multilib-patch-for-ubuntu-11.04.patch This patch o

Re: [oe] perl-native fails on Ubuntu 11.04

2011-05-05 Thread Gary Thomas
On 05/05/2011 03:50 AM, Søren Holm wrote: Please apply this patch to make perl-native build on Ubuntu 11.04 https://gist.github.com/raw/925006/4217f358fb00b5b7f1dfbd1ce5f4afa4f64b0bb0/0001-perl-native-multilib-patch-for-ubuntu-11.04.patch This patch only works for x86_64 systems. A corrected

Re: [oe] [PATCH] cmake.bbclass: set the rpath for binaries build with cmake to ${libdir}

2011-05-05 Thread Phil Blundell
On Wed, 2011-05-04 at 19:00 +0200, Simon Busch wrote: > I alreay searched through the cmake documentation and it says that the > rpath is set with the content of the CMAKE_INSTALL_RPATH variable. The > default value of CMAKE_INSTALL_RPATH is ""[1]. As currently nothing sets > it to another value th

[oe] perl-native fails on Ubuntu 11.04

2011-05-05 Thread Søren Holm
Please apply this patch to make perl-native build on Ubuntu 11.04 https://gist.github.com/raw/925006/4217f358fb00b5b7f1dfbd1ce5f4afa4f64b0bb0/0001-perl-native-multilib-patch-for-ubuntu-11.04.patch - Søren Holm ___ Openembedded-devel mailing list Opene