From: Holger Freyther Date: Sat, 11 Nov 2006 00:33:56 +0000 (+0000) Subject: conf/bitbake.conf: Fix quotes for the more strict parser X-Git-Tag: Release-2010-05/1~9453^2~481^2^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b86a9487bc7ba997496ca8952f5045686dea6e5;p=openembedded.git conf/bitbake.conf: Fix quotes for the more strict parser --- 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