[oe-issues] [Bug 2082] New: Checksum doesn't expand "localpath" with "localdata"
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Wed Apr 4 20:32:12 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2082
Summary: Checksum doesn't expand "localpath" with "localdata"
Product: Openembedded
Version: unspecified
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: osvaldo.santana at indt.org.br
QAContact: tinderbox-oe at gmx.net
The checksum was failing because it wasn't expanding the localpath that is
needed because DL_DIR is provided like ${HOME}.
So line 499 from base.bbclass should be like this:
localpath = bb.data.expand(bb.fetch.localpath(url, localdata), localdata)
instead of:
localpath = bb.fetch.localpath(url,localdata)
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list