]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: use 'purge' instead of 'remove' in case of deb
authorChen Qi <Qi.Chen@windriver.com>
Tue, 17 Feb 2015 02:08:13 +0000 (10:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Feb 2015 22:29:04 +0000 (22:29 +0000)
commit14e8d826c4a5231ef331d8064d150737fe3ed656
treef71a3b6c7fb29203be56e445ba49098a8c61b868
parent3fc812377baf95768cef0b7728a73a4b9e07f2ab
package_manager.py: use 'purge' instead of 'remove' in case of deb

We need to use 'purge' instead of 'remove' for debian package backend when
removing packages at rootfs time. This is because that 'remove' command for
'dpkg' and 'apt-get' does not remove configuration files.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py