mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 13:22:52 +00:00
patch.bbclass: Set default patch resolver to noop
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1711 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
597a47cea7
commit
5d2fcf3a2f
@ -419,7 +419,7 @@ python patch_do_patch() {
|
||||
"user": UserResolver,
|
||||
}
|
||||
|
||||
rcls = resolvermap[bb.data.getVar('PATCHRESOLVE', d, 1) or 'user']
|
||||
rcls = resolvermap[bb.data.getVar('PATCHRESOLVE', d, 1) or 'noop']
|
||||
|
||||
s = bb.data.getVar('S', d, 1)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user