poky/meta/lib/oe
Chen Qi 869e501544 logging: use warning instead warn
The warn method is deprecated. We should use the documented warning instead.

Quoting from the python's official doc:
"""
Note: There is an obsolete method warn which is functionally identical to warning.
      As warn is deprecated, please do not use it - use warning instead.
"""

(From OE-Core rev: f467fd277eb77336097cfc0f5f329bdc8d0f70cb)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-07-26 13:16:40 +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: handle packaged files with names containing spaces 2018-07-18 10:18:41 +01:00
cachedpath.py cachedpath.py: global name 'error' is not defined 2013-05-15 19:27:11 +03:00
classextend.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
classutils.py classutils.py: deterministic sorting 2017-04-11 18:10:17 +01:00
copy_buildsystem.py oe/copy_buildsystem.py: add SDK_LAYERS_EXCLUDE_PATTERN 2018-07-09 22:48:38 +01:00
data.py meta: add search, replace strings to export2json 2017-04-20 07:55:26 +01:00
distro_check.py lib/oe/distro_check: drop Mandriva from create_distro_packages_list() 2017-06-28 15:52:16 +01:00
gpg_sign.py gnupg: use native version for signing, rather than one provided by host 2018-01-11 10:26:07 +00:00
license.py license.py: Correct selection of licenses in is_included() 2017-10-07 23:20:39 +01:00
lsb.py oe.lsb: add get_os_release() 2017-05-16 14:08:28 +01:00
maketype.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
manifest.py manifest.py: sort package list 2018-01-11 10:26:07 +00:00
package_manager.py package/package_manager: multiprocess_exec -> multiprocess_launch 2018-07-24 11:52:27 +01:00
package.py package/package_manager: multiprocess_exec -> multiprocess_launch 2018-07-24 11:52:27 +01:00
packagedata.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
packagegroup.py meta: remove True option to getVarFlag calls 2016-12-16 10:23:23 +00:00
patch.py patch.py: Use git format-patch with --no-signature --no-numbered params 2018-03-20 09:59:32 +00:00
path.py oe.path: add which_wild function 2018-07-04 00:02:16 +01:00
prservice.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
qa.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
recipeutils.py lib/oe/recipeutils: add .txz extension to archive list 2018-03-01 22:13:56 +00:00
rootfs.py rootfs.py: for dpkg/opkg, don't install postinsts if package management is present 2018-06-18 11:07:58 +01:00
sdk.py package_manager.py: rework postinst_intercept failures 2018-06-18 11:07:58 +01:00
sstatesig.py sstatesig: Remove trailing whitespace 2018-07-06 22:59:33 +01:00
terminal.py logging: use warning instead warn 2018-07-26 13:16:40 +01:00
types.py oe.types.boolean: treat None as False 2018-07-05 11:39:06 +01:00
useradd.py useradd: Create lib/oe/useradd function library 2017-05-16 14:08:28 +01:00
utils.py lib/oe/utils: Drop now unused multiprocess_exec 2018-07-24 11:52:27 +01:00