mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 09:42:01 +00:00
bitbake: fetch2/osc: Add missing parameter
This probably means the osc fetcher isn't being used but fix the missing parameter. (Bitbake rev: a23c201cb6efc5c0abf763c26f905442f0eebb68) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5bca57859b
commit
1bd70f469d
@ -43,7 +43,7 @@ class Osc(FetchMethod):
|
||||
ud.revision = ud.parm['rev']
|
||||
else:
|
||||
pv = d.getVar("PV", False)
|
||||
rev = bb.fetch2.srcrev_internal_helper(ud, d)
|
||||
rev = bb.fetch2.srcrev_internal_helper(ud, d, '')
|
||||
if rev:
|
||||
ud.revision = rev
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user