mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 08:04:03 +00:00
bitbake/fetch2: Fix patch merge error
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a72d49478e
commit
132ec8d3b7
@ -881,7 +881,7 @@ class Fetch(object):
|
||||
lf = bb.utils.lockfile(ud.lockfile)
|
||||
|
||||
try:
|
||||
network = bb.data.getVar("BB_NO_NETWORK", self.d, True)
|
||||
bb.data.setVar("BB_NO_NETWORK", network, self.d)
|
||||
|
||||
if not m.need_update(u, ud, self.d):
|
||||
localpath = ud.localpath
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user