mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user