diff options
author | Richard Purdie <richard@openedhand.com> | 2007-09-01 14:53:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-09-01 14:53:48 +0000 |
commit | 19e113c67f1f54bee059ea2001c9088635b92c3c (patch) | |
tree | 99dfef12bf76bf7a673d9bd0e750c7ace0390a31 /meta/classes/base.bbclass | |
parent | 1bc8eee458c60d20816edefcb9c8fbfb5c0adcc5 (diff) | |
download | poky-19e113c67f1f54bee059ea2001c9088635b92c3c.tar.gz |
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
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r-- | meta/classes/base.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
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() { | |||
576 | local = bb.data.expand(bb.fetch.localpath(url, localdata), localdata) | 576 | local = bb.data.expand(bb.fetch.localpath(url, localdata), localdata) |
577 | except bb.MalformedUrl, e: | 577 | except bb.MalformedUrl, e: |
578 | raise FuncFailed('Unable to generate local path for malformed uri: %s' % e) | 578 | raise FuncFailed('Unable to generate local path for malformed uri: %s' % e) |
579 | # dont need any parameters for extraction, strip them off | ||
580 | local = re.sub(';.*$', '', local) | ||
581 | local = os.path.realpath(local) | 579 | local = os.path.realpath(local) |
582 | ret = oe_unpack_file(local, localdata, url) | 580 | ret = oe_unpack_file(local, localdata, url) |
583 | if not ret: | 581 | if not ret: |