This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit dd36b620fe446ae586c704cf602ec3bce990c2df
Author: Richard Purdie <[EMAIL PROTECTED]>
Date:   Wed Nov 5 19:34:12 2008 +0000

    bitbake.conf: Fix CHECK_COMMAND_wget quoting


Diff in this email is a maximum of 400 lines.
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1289a34..f6cfe57 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -479,7 +479,7 @@ FETCHCOMMAND = "ERROR, this must be a BitBake bug"
 FETCHCOMMAND_wget = "/usr/bin/env wget -t 5 --passive-ftp -P ${DL_DIR} 
'${URI}'"
 FETCHCOMMAND_cvs = "/usr/bin/env cvs '-d${CVSROOT}' co ${CVSCOOPTS} 
${CVSMODULE}"
 FETCHCOMMAND_svn = "/usr/bin/env svn co ${SVNCOOPTS} ${SVNROOT} ${SVNMODULE}"
-CHECKCOMMAND_wget = "/usr/bin/env wget --spider -t 5 --passive-ftp -P 
${DL_DIR} ${URI}"
+CHECKCOMMAND_wget = "/usr/bin/env wget --spider -t 5 --passive-ftp -P 
${DL_DIR} '${URI}'"
 RESUMECOMMAND = "ERROR, this must be a BitBake bug"
 RESUMECOMMAND_wget = "/usr/bin/env wget -c -t 5 --passive-ftp -P ${DL_DIR} 
'${URI}'"
 UPDATECOMMAND = "ERROR, this must be a BitBake bug"
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to