oe.path: added 'recurse' argument to remove()
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Mon, 16 Aug 2010 00:52:42 +0000 (00:52 +0000)
committerKhem Raj <raj.khem@gmail.com>
Mon, 27 Sep 2010 23:49:52 +0000 (16:49 -0700)
commiteb30ef6d8ef030ed9c1ba581798204eb4e1c313b
tree0e216e4e44c3c77348cfa928fb1db03e8b7c8938
parented5388f2fcb72718e4b8afd872f92c9dc047a0fe
oe.path: added 'recurse' argument to remove()

This makes it possible to specify whether the equivalent of 'rm -rf' or
only this of 'rm -f' is wanted.  Due to backward compatibility it
defaults to the recursive variant.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
lib/oe/path.py