summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 01f4cd0746..aab43912df 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -483,8 +483,8 @@ export LC_ALL = "C"
483################################################################## 483##################################################################
484# Patch handling. 484# Patch handling.
485################################################################## 485##################################################################
486PATCHTOOL = 'quilt' 486PATCHTOOL = "quilt"
487PATCHRESOLVE = 'user' 487PATCHRESOLVE = "noop"
488 488
489################################################################## 489##################################################################
490# Build flags and options. 490# Build flags and options.