generic-poky/meta/lib/oe
Chen Qi aa48c4ff4a 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.

(From OE-Core rev: 14e8d826c4a5231ef331d8064d150737fe3ed656)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-02-17 22:35:02 +00:00
..
tests test_utils: import functions directly for conciseness 2013-06-07 16:48:25 +01:00
__init__.py lib/oe: turn oe into a namespace package 2014-03-17 14:01:41 +00:00
buildhistory_analysis.py classes/buildhistory: add additional variables to image information 2013-12-03 17:45:50 +00:00
cachedpath.py cachedpath.py: global name 'error' is not defined 2013-05-15 19:27:11 +03:00
classextend.py classextend: Do not extend for that already have multilib prefix 2014-11-12 15:38:31 +00:00
classutils.py oe.classutils: add module 2011-06-28 13:55:43 +01:00
data.py Remove a number of unneeded import os/bb calls 2012-07-19 12:24:50 +01:00
distro_check.py distro_check: Remove creation of empty Meego filelist. 2013-02-12 13:22:44 +00:00
image.py lib/oe/image.py: add error checking for missing IMAGE_CMD 2015-02-03 14:53:51 +00:00
license.py classes/license: tweak license format messages 2015-02-08 08:00:25 +00:00
lsb.py lib/oe/lsb.py: Fix up for dash 2015-02-14 08:41:00 +00:00
maketype.py Remove a number of unneeded import os/bb calls 2012-07-19 12:24:50 +01:00
manifest.py populate_sdk: Fix TOOLCHAIN_TARGET_TASK_ATTEMPTONLY implementation 2014-06-25 13:51:47 +01:00
package.py lib/oe/package: Ensure strip breaks hardlinks 2015-01-23 11:36:31 +00:00
package_manager.py package_manager.py: use 'purge' instead of 'remove' in case of deb 2015-02-17 22:35:02 +00:00
packagedata.py bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific directory 2013-09-14 08:21:00 +01:00
packagegroup.py Rename PACKAGE_GROUP variable to FEATURE_PACKAGES 2014-03-07 14:45:21 +00:00
patch.py lib/oe/patch: add support for extracting patches from git tree 2014-12-21 12:37:56 +00:00
path.py lib/oe: drop custom implementation of oe.path.relative 2014-03-07 14:58:44 +00:00
prservice.py image/kernel-module-split/eglibc-ld.inc: Remove has_key() usage 2013-05-09 14:06:51 +01:00
qa.py image/kernel-module-split/eglibc-ld.inc: Remove has_key() usage 2013-05-09 14:06:51 +01:00
recipeutils.py lib/oe: add recipeutils module 2014-12-21 12:37:56 +00:00
rootfs.py rootfs.py: ignore "NOTE:" when catching warnings 2015-02-14 08:40:57 +00:00
sdk.py lib/oe/sdk.py: Add SDKIMAGE_INSTALL_COMPLEMENTARY capabilities to DpkgSdk 2015-01-23 11:36:25 +00:00
sstatesig.py sstatesig: fix overrides behaviour to remove SIGGEN_LOCKEDSIGS_i586 2014-09-17 22:00:26 +01:00
terminal.py terminal.py: add tmux new window option 2015-02-08 08:00:26 +00:00
types.py oe.types: add 'path' type 2013-08-26 11:47:18 +01:00
utils.py image-buildinfo.bbclass: new class, writes build information to image 2014-11-09 10:21:22 +00:00