mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 17:02:22 +02: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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user