]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake: bb: Drop deprecated functions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Sep 2013 17:03:48 +0000 (17:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Oct 2013 15:58:55 +0000 (16:58 +0100)
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)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/__init__.py

index 2480d168de922efaa311777d1a57b7505079236c..c0c77356372e3624cfd288b5235b6c59ce2ea356 100644 (file)
@@ -141,6 +141,3 @@ def deprecate_import(current, modulename, fromlist, renames = None):
 
         setattr(sys.modules[current], newname, newobj)
 
-deprecate_import(__name__, "bb.fetch", ("MalformedUrl", "encodeurl", "decodeurl"))
-deprecate_import(__name__, "bb.utils", ("mkdirhier", "movefile", "copyfile", "which"))
-deprecate_import(__name__, "bb.utils", ["vercmp_string"], ["vercmp"])