Re: [OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread ChenQi
On 11/15/2013 02:01 AM, Saul Wold wrote: On 11/14/2013 07:49 AM, Mark Hatle wrote: On 11/14/13, 7:42 AM, Phil Blundell wrote: On Thu, 2013-11-14 at 06:27 -0700, Gary Thomas wrote: Also, is "-" actually valid? I seem to recall having problems when my build tree had the hyphen ("-") in the path

Re: [OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread ChenQi
On 11/14/2013 09:12 PM, Richard Purdie wrote: On Thu, 2013-11-14 at 21:07 +0800, qi.c...@windriver.com wrote: From: Chen Qi TMPDIR must be an absolute path, otherwise, the build will fail. Special characters in TMPDIR will also cause build failures. This patch enables checking for the validit

Re: [OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread Mark Hatle
On 11/14/13, 10:04 AM, Phil Blundell wrote: On Thu, 2013-11-14 at 09:49 -0600, Mark Hatle wrote: On 11/14/13, 7:42 AM, Phil Blundell wrote: On Thu, 2013-11-14 at 06:27 -0700, Gary Thomas wrote: Also, is "-" actually valid? I seem to recall having problems when my build tree had the hyphen ("-

Re: [OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread Saul Wold
On 11/14/2013 07:49 AM, Mark Hatle wrote: On 11/14/13, 7:42 AM, Phil Blundell wrote: On Thu, 2013-11-14 at 06:27 -0700, Gary Thomas wrote: Also, is "-" actually valid? I seem to recall having problems when my build tree had the hyphen ("-") in the path. Paths with "-" in certainly work for m

Re: [OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread Phil Blundell
On Thu, 2013-11-14 at 09:49 -0600, Mark Hatle wrote: > On 11/14/13, 7:42 AM, Phil Blundell wrote: > > On Thu, 2013-11-14 at 06:27 -0700, Gary Thomas wrote: > >> Also, is "-" actually valid? I seem to recall having problems when my > >> build > >> tree had the hyphen ("-") in the path. > > > > Pat

Re: [OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread Mark Hatle
On 11/14/13, 7:42 AM, Phil Blundell wrote: On Thu, 2013-11-14 at 06:27 -0700, Gary Thomas wrote: Also, is "-" actually valid? I seem to recall having problems when my build tree had the hyphen ("-") in the path. Paths with "-" in certainly work for me. If there are any recipes which break in

Re: [OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread Gary Thomas
On 2013-11-14 06:42, Phil Blundell wrote: On Thu, 2013-11-14 at 06:27 -0700, Gary Thomas wrote: Also, is "-" actually valid? I seem to recall having problems when my build tree had the hyphen ("-") in the path. Paths with "-" in certainly work for me. If there are any recipes which break in

Re: [OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread Phil Blundell
On Thu, 2013-11-14 at 06:27 -0700, Gary Thomas wrote: > Also, is "-" actually valid? I seem to recall having problems when my build > tree had the hyphen ("-") in the path. Paths with "-" in certainly work for me. If there are any recipes which break in that situation then we should just fix the

Re: [OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread Gary Thomas
On 2013-11-14 06:07, qi.c...@windriver.com wrote: From: Chen Qi TMPDIR must be an absolute path, otherwise, the build will fail. Special characters in TMPDIR will also cause build failures. This patch enables checking for the validity of TMPDIR. Signed-off-by: Chen Qi --- meta/classes/sani

Re: [OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread Richard Purdie
On Thu, 2013-11-14 at 21:07 +0800, qi.c...@windriver.com wrote: > From: Chen Qi > > TMPDIR must be an absolute path, otherwise, the build will fail. > Special characters in TMPDIR will also cause build failures. > > This patch enables checking for the validity of TMPDIR. > > Signed-off-by: Chen

[OE-core] [PATCH 1/1] sanity.bbclass: check for validity of TMPDIR

2013-11-14 Thread Qi.Chen
From: Chen Qi TMPDIR must be an absolute path, otherwise, the build will fail. Special characters in TMPDIR will also cause build failures. This patch enables checking for the validity of TMPDIR. Signed-off-by: Chen Qi --- meta/classes/sanity.bbclass |7 +++ 1 file changed, 7 insertio