generic-poky/meta/lib/oe
Aníbal Limón db84521aac oe/distro_check.py: Fixes for python3
create_socket: Use urllib because urllib2 is now urllib in python3
and proxies as argument are deprecated so export them in the environ
instead.

get_links_from_url: Change usage of sgmllib for parsing HTML because
is deprecated in python 3, use instead bs4 that is already imported
in the bitbake tree.

[YOCTO #9744]

(From OE-Core rev: ee26ecf58277560459dd01992bb3f486f92c1531)

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-06-12 23:47:19 +01:00
..
tests classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
__init__.py lib/oe: turn oe into a namespace package 2014-03-17 14:01:41 +00:00
buildhistory_analysis.py lib/oe/buildhistory_analysis: fix for Python 3 2016-06-03 13:13:30 +01:00
cachedpath.py cachedpath.py: global name 'error' is not defined 2013-05-15 19:27:11 +03:00
classextend.py lib/classextend: Fix determinism issue 2016-05-11 10:33:42 +01:00
classutils.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
copy_buildsystem.py classes/lib: Update to explictly create lists where needed 2016-06-02 08:24:00 +01:00
data.py classes/lib: Update to match python3 iter requirements 2016-06-02 08:24:00 +01:00
distro_check.py oe/distro_check.py: Fixes for python3 2016-06-12 23:47:19 +01:00
gpg_sign.py classes/lib: Update to use python3 command pipeline decoding 2016-06-02 08:24:00 +01:00
license.py classes/lib: Update to explictly create lists where needed 2016-06-02 08:24:00 +01:00
lsb.py lib/oe/lsb: sanitise the distro identifier 2016-04-13 10:12:52 +01:00
maketype.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
manifest.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
package.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
package_manager.py oe/lib/pacakge_manager.py: Update missing pipeline decoding 2016-06-07 15:22:38 +01:00
packagedata.py classes/lib: Update to explictly create lists where needed 2016-06-02 08:24:00 +01:00
packagegroup.py classes/lib: Update to explictly create lists where needed 2016-06-02 08:24:00 +01:00
patch.py scripts: Fix encoding errors for python3 2016-06-02 08:24:01 +01:00
path.py lib/oe: drop custom implementation of oe.path.relative 2014-03-07 14:58:44 +00:00
prservice.py classes/lib: Update to explictly create lists where needed 2016-06-02 08:24:00 +01:00
qa.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
recipeutils.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
rootfs.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
sdk.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
sstatesig.py classes/lib: Update to explictly create lists where needed 2016-06-02 08:24:00 +01:00
terminal.py lib/oe/terminal.py: decode bytes variable before rstrip/split 2016-06-12 23:47:17 +01:00
types.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
utils.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00