]> code.ossystems Code Review - openembedded-core.git/commitdiff
patch.bbclass: Set default patch resolver to noop
authorRichard Purdie <richard@openedhand.com>
Fri, 11 May 2007 11:17:32 +0000 (11:17 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 11 May 2007 11:17:32 +0000 (11:17 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1711 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/patch.bbclass

index 1f10d19f79f406fd8ae9cd753dff7831a1bd24df..68a71754c824f6fffc3eb88b54a4b617e2d120eb 100644 (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)