From: Richard Purdie Date: Sat, 1 Sep 2007 14:53:48 +0000 (+0000) Subject: base.bbclass: Remove legacy code which hides bugs X-Git-Tag: 2011-1~10791 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=19e113c67f1f54bee059ea2001c9088635b92c3c;p=openembedded-core.git base.bbclass: Remove legacy code which hides bugs git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2628 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 6f49ab046a..67aee5e064 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -576,8 +576,6 @@ python base_do_unpack() { local = bb.data.expand(bb.fetch.localpath(url, localdata), localdata) except bb.MalformedUrl, e: raise FuncFailed('Unable to generate local path for malformed uri: %s' % e) - # dont need any parameters for extraction, strip them off - local = re.sub(';.*$', '', local) local = os.path.realpath(local) ret = oe_unpack_file(local, localdata, url) if not ret: