]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes/buildstats: don't catch all errors from mkdirhier
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 6 May 2015 16:19:26 +0000 (17:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2015 12:40:36 +0000 (13:40 +0100)
commit9e9d25dc96427f67d1572f0957f8b14032411845
treeb45869fb2de7ca1473ea2a2f48fc0843345c0359
parentc045129ce9089965e4c47051b2b61faedbd5052d
classes/buildstats: don't catch all errors from mkdirhier

mkdirhier() doesn't raise an exception if the directory exists, so if it
does raise one we should just be failing, otherwise we're just going
to hit errors later anyway.

(From OE-Core rev: 76daab82185851608e5e225487e411504ecb6569)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/buildstats.bbclass