]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager.py: OpkgPM/DpkgPM fixes
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Thu, 30 Jan 2014 19:40:24 +0000 (21:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:31 +0000 (11:50 +0000)
commitd50a40100763dcbfabec2c147fdfcb46aa909329
treec41619b8a2e60f4bb23198fd830899c9d02f34e0
parentf3ac2a68ae0ae9bdf2a03c1b6d0f83c9918d58bd
lib/oe/package_manager.py: OpkgPM/DpkgPM fixes

This commit:
 * adds missing mark_packages() function for OpkgPM. This is needed to
 * manually change the packages installation status in the status file;
 * fix OpkgPM remove_packaging_data() issue;
 * fix OpkgPM handle_bad_recommendations() issue;
 * improve OpkgPM/DpkgPM mark_packages() regex pattern;
 * fix DpkgPM list_installed() problem;
 * fix DpkgPM _create_configs() problem: status file should not be
   truncated if it already exists/

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/lib/oe/package_manager.py