From a7f05ea4af0aab88cdd8699ed8d73ae3cca04044 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 6 Apr 2010 15:29:19 -0700 Subject: Resurrect the old bb.vercmp as bb.utils.vercmp, and its deps This is just for compatibility. We may drop it in the future, or rewrite it, as it's not particularly pythonic. (Bitbake rev: c4e31d7fe1d15a1e3ef2a453e7c7812d403d22cb) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- bitbake/lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/__init__.py') diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index c7cd0f62dd..61973c38a9 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py @@ -85,7 +85,7 @@ def fatal(*args): from bb.fetch import MalformedUrl, encodeurl, decodeurl from bb.data import VarExpandError from bb.utils import mkdirhier, movefile, copyfile, which -from bb.utils import vercmp +from bb.utils import vercmp_string as vercmp if __name__ == "__main__": -- cgit v1.2.3-54-g00ecf