bitbake: utils: Use rm -rf in remove()
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Feb 2013 16:51:34 +0000 (16:51 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2013 15:53:41 +0000 (15:53 +0000)
commitc355d1cf11e334078b9be71b9f8efc4ec0f5ebe9
treea29357d7c61526b36cd8cf98dfb67d2637f901ee
parent98af44809323c30f5e5caaec30ad2a73c9a11283
bitbake: utils: Use rm -rf in remove()

Whilst shutils.rmtree() is pythonic, its also slow. Its faster to
use rm -rf which makes optimial use of the right syscalls.

(Bitbake rev: 96088ebdec08e49ba9e8dbcac437bfcdc21f5983)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/utils.py