diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-11 12:36:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-11 12:36:42 +0000 |
commit | 7a4b83bf561b95b4e7472c714a58285f77cdc300 (patch) | |
tree | 0380cd63edda870c444dafd5b016b98c7e101d4a /conf | |
parent | a22f97e5c43501ceed138b3187c94db5760a3f96 (diff) |
bitbake.conf: set patch resolver to 'noop' to get the old abort-on-error back
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index c754dab273..cdca2b6383 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -264,7 +264,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS=" # Patch handling. ################################################################## PATCHTOOL = 'quilt' -PATCHRESOLVE = 'user' +PATCHRESOLVE = 'noop' ################################################################## # Build flags and options. |