aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-11-11 00:33:56 +0000
committerHolger Freyther <zecke@selfish.org>2006-11-11 00:33:56 +0000
commit8b86a9487bc7ba997496ca8952f5045686dea6e5 (patch)
tree0d28663ad4fb4a239b919577a0689bca3748486a /conf/bitbake.conf
parent3d95f2b6df01d65fe26857c57e638b8480668c53 (diff)
downloadopenembedded-8b86a9487bc7ba997496ca8952f5045686dea6e5.tar.gz
conf/bitbake.conf: Fix quotes for the more strict parser
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 57d167505b..515999cee0 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -358,7 +358,7 @@ MKTEMPCMD = "mktemp -q ${TMPBASE}"
# a RCS, which freaks out those special folks with active Perforce clients
# the following makes patch ignore RCS:
-export PATCH_GET=0
+export PATCH_GET="0"
# Program to be used to build ipkg packages