Re: [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-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. >

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

2013-12-04 Thread Ross Burton
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. Note that OECMAKE_SOURCEPATH and OECMAKE_BUILDPATH are