Re: [oe] [OE-core] [PATCH] cmake: respect ${S} and ${B}

2013-12-05 Thread Richard Purdie
On Thu, 2013-12-05 at 17:18 -0500, Philip Balister wrote: > On 12/04/2013 07:38 PM, Ross Burton wrote: > > Instead of the class-specific variables OECMAKE_BUILDPATH and > > OECMAKE_SOURCEPATH, just use ${B} and ${S}. > > > > If these two paths are different, delete any existing ${B} before running

Re: [oe] [OE-core] [PATCH] cmake: respect ${S} and ${B}

2013-12-05 Thread Philip Balister
On 12/04/2013 07:38 PM, Ross Burton wrote: > Instead of the class-specific variables OECMAKE_BUILDPATH and > OECMAKE_SOURCEPATH, just use ${B} and ${S}. > > If these two paths are different, delete any existing ${B} before running a > build so that previous builds don't taint the current build. >

Re: [oe] [PATCH 1/1] mariadb-native: fix link error on Ubuntu 13.10

2013-12-05 Thread Scott Penner
Great, what is the best way to apply this patch? Please excuse my noobness. Thanks, Scott Penner Goodwell Inc. c. 4033761977 a. Box 906 Brooks, Ab T1R1B8 > On Dec 5, 2013, at 12:10 AM, "wenzong@windriver.com" > wrote: > > From: Wenzong Fan > > Below errors only occurs on Ubuntu 13.10: >

Re: [oe] [meta-filesystems][PATCH v2] xfsprogs: change DESCRIPTION to SUMMARY

2013-12-05 Thread Koen Kooi
Acked-by: Koen Kooi Op 5 dec. 2013, om 13:47 heeft Andreas Oberritter het volgende geschreven: > Ping. > > On 17.10.2013 13:50, Andreas Oberritter wrote: >> Signed-off-by: Andreas Oberritter >> --- >> meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb | 2 +- >> 1 file changed, 1 inse

Re: [oe] [meta-filesystems][PATCH v2] xfsprogs: change DESCRIPTION to SUMMARY

2013-12-05 Thread Andreas Oberritter
Ping. On 17.10.2013 13:50, Andreas Oberritter wrote: > Signed-off-by: Andreas Oberritter > --- > meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb > b/me

Re: [oe] [OE-core] [RFC][PATCH] cmake: respect ${S} and ${B}

2013-12-05 Thread Martin Jansa
On Thu, Dec 05, 2013 at 10:10:02AM +, Richard Purdie wrote: > On Thu, 2013-12-05 at 00:38 +, Ross Burton wrote: > > Hi, > > > > This is a Request For Comments because it changes behaviour of the cmake > > class > > and I'm not entirely knowledgeable in cmake. > > > > For some reason, cma

Re: [oe] [OE-core] [RFC][PATCH] cmake: respect ${S} and ${B}

2013-12-05 Thread Richard Purdie
On Thu, 2013-12-05 at 00:38 +, Ross Burton wrote: > Hi, > > This is a Request For Comments because it changes behaviour of the cmake class > and I'm not entirely knowledgeable in cmake. > > For some reason, cmake.bbclass doesn't use ${S} and ${B}, but instead has it's > own variables OECMAKE_

Re: [oe] [OE-core] [RFC][PATCH] cmake: respect ${S} and ${B}

2013-12-05 Thread Burton, Ross
On 5 December 2013 09:47, Stefan Herbrechtsmeier wrote: > I think deleting ${B} before building is wrong. If the build directory makes > problem you should have the same problems when ${S} and ${B} are same or you > should remove the ${B} directories when you remove the build files from > ${S}. Y

Re: [oe] [OE-core] [RFC][PATCH] cmake: respect ${S} and ${B}

2013-12-05 Thread Stefan Herbrechtsmeier
Am 05.12.2013 01:55, schrieb Martin Jansa: On Thu, Dec 05, 2013 at 12:38:57AM +, Ross Burton wrote: Hi, This is a Request For Comments because it changes behaviour of the cmake class and I'm not entirely knowledgeable in cmake. Neither am I, but patch looks reasonable and I like it, becaus

[oe] [meta-oe][PATCH] fbgrab 1.2: Add recipe.

2013-12-05 Thread Denis Carikli
Signed-off-by: Denis Carikli --- meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb b/meta-oe/recipes-graphics/fbgrab/f

[oe] [meta-oe][PATCH] mosh: Perl module dependencies were missing

2013-12-05 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb index c0d03c5..5a8e336 100644 ---