diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-14 17:03:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:59:12 +0100 |
commit | 396d8f8d9a9036f733559485bab0355f34270021 (patch) | |
tree | dc66519e71fd81df8e90894426771b9c6f9ba8b1 /bitbake/lib/bb | |
parent | e9662e892653dcb8176a5308da1a5a829fc3f339 (diff) | |
download | poky-396d8f8d9a9036f733559485bab0355f34270021.tar.gz |
bitbake: bitbake: bitbake: bb: Drop deprecated functions
These functions in the main bb module have long been deprecated
and moved to other modules. Finally remove the compatibility links.
(Bitbake rev: ccd181c3ed4852e2b9169cf19aaf18aeacddcc18)
(Bitbake rev: d7f817518c5df2524a4bcf008ba63c71a8eb48bb)
(Bitbake rev: 89b31a4fb44f2c2ad0bb4210151652cd3730418d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 2480d168de..c0c7735637 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
@@ -141,6 +141,3 @@ def deprecate_import(current, modulename, fromlist, renames = None): | |||
141 | 141 | ||
142 | setattr(sys.modules[current], newname, newobj) | 142 | setattr(sys.modules[current], newname, newobj) |
143 | 143 | ||
144 | deprecate_import(__name__, "bb.fetch", ("MalformedUrl", "encodeurl", "decodeurl")) | ||
145 | deprecate_import(__name__, "bb.utils", ("mkdirhier", "movefile", "copyfile", "which")) | ||
146 | deprecate_import(__name__, "bb.utils", ["vercmp_string"], ["vercmp"]) | ||