[oe] [meta-oe][PATCH] stop trying to remove folders that do not exist

2014-07-15 Thread Stephano Cetola
From: Stephano Cetola scet...@reachtech.com The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. Signed-off-by: Stephano Cetola scet...@reachtech.com --- meta-oe/recipes-devtools/php/php.inc |6 ++ 1 file changed, 6

Re: [oe] [meta-oe][PATCH] stop trying to remove folders that do not exist

2014-07-15 Thread Gary Thomas
On 2014-07-15 12:01, Stephano Cetola wrote: From: Stephano Cetola scet...@reachtech.com The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. Signed-off-by: Stephano Cetola scet...@reachtech.com ---

Re: [oe] [meta-oe][PATCH] stop trying to remove folders that do not exist

2014-07-15 Thread Martin Jansa
On Tue, Jul 15, 2014 at 11:01:55AM -0700, Stephano Cetola wrote: From: Stephano Cetola scet...@reachtech.com The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. this doesn't match with the diff Signed-off-by: Stephano

Re: [oe] [meta-oe][PATCH] stop trying to remove folders that do not exist

2014-07-15 Thread Stephano Cetola
Stephano Cetola stephanoc at gmail.com writes: From: Stephano Cetola scetola at reachtech.com The directory ${D}/${TMPDIR} does not exist. This patch removes code that was calling rm and rmdir on that location. Signed-off-by: Stephano Cetola scetola at reachtech.com ---