[oe-commits] org.oe.dev bitbake.conf: set patch resolver to 'noop' to get the old abort-on-error back

koen commit openembedded-commits at lists.openembedded.org
Fri May 11 13:57:20 UTC 2007


bitbake.conf: set patch resolver to 'noop' to get the old abort-on-error back

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f540102235a8c371f80e3c86b5feaea54df19c1b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f540102235a8c371f80e3c86b5feaea54df19c1b
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r6f6fa051cc160c46ef36e9742660dd9d95077ff7 -rf540102235a8c371f80e3c86b5feaea54df19c1b
#
# 
# 
# patch "conf/bitbake.conf"
#  from [bbff56d6f272c82321483c687f363c8461854c01]
#    to [5ff7f47628e50badd5eecf166c188815f80f85c1]
# 
============================================================
--- conf/bitbake.conf	bbff56d6f272c82321483c687f363c8461854c01
+++ conf/bitbake.conf	5ff7f47628e50badd5eecf166c188815f80f85c1
@@ -264,7 +264,7 @@ PATCHTOOL = 'quilt'
 # Patch handling.
 ##################################################################
 PATCHTOOL = 'quilt'
-PATCHRESOLVE = 'user'
+PATCHRESOLVE = 'noop'
 
 ##################################################################
 # Build flags and options.






More information about the Openembedded-commits mailing list