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:
Richard Purdie 2007-05-11 11:17:32 +00:00
parent 597a47cea7
commit 5d2fcf3a2f
1 changed files with 1 additions and 1 deletions

View File

@ -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)