[oe-commits] org.oe.dev conf/bitbake.conf: Fix quotes for the more strict parser

freyther commit openembedded-commits at lists.openembedded.org
Sat Nov 11 22:41:13 UTC 2006


conf/bitbake.conf: Fix quotes for the more strict parser

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

#
# mt diff -r64b8c3ce4a11e5388caaff2a994ad1d080b43c6a -r2bc9f47dcfb022c85a5d8b8d002bc4167db48f1c
#
# 
# 
# patch "conf/bitbake.conf"
#  from [281e785d1175b5a82fe8a4e3cca7913aca19c0aa]
#    to [56da9721aa13d5ca477dcd64788844c9909cc141]
# 
============================================================
--- conf/bitbake.conf	281e785d1175b5a82fe8a4e3cca7913aca19c0aa
+++ conf/bitbake.conf	56da9721aa13d5ca477dcd64788844c9909cc141
@@ -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
 






More information about the Openembedded-commits mailing list