diff options
author | Holger Freyther <zecke@selfish.org> | 2006-11-11 00:33:56 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-11-11 00:33:56 +0000 |
commit | 8b86a9487bc7ba997496ca8952f5045686dea6e5 (patch) | |
tree | 0d28663ad4fb4a239b919577a0689bca3748486a | |
parent | 3d95f2b6df01d65fe26857c57e638b8480668c53 (diff) |
conf/bitbake.conf: Fix quotes for the more strict parser
-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 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 |