bitbake.conf: set patch resolver to 'noop' to get the old abort-on-error back
authorKoen Kooi <koen@openembedded.org>
Fri, 11 May 2007 12:36:42 +0000 (12:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 11 May 2007 12:36:42 +0000 (12:36 +0000)
conf/bitbake.conf

index c754dab..cdca2b6 100644 (file)
@@ -264,7 +264,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS="
 # Patch handling.
 ##################################################################
 PATCHTOOL = 'quilt'
-PATCHRESOLVE = 'user'
+PATCHRESOLVE = 'noop'
 
 ##################################################################
 # Build flags and options.