From: Richard Purdie Date: Mon, 9 Jul 2012 16:48:13 +0000 (+0000) Subject: bitbake.conf: Drop the remainder for the FETCH/CHECK/RESUMECOMMAND variables X-Git-Tag: 2015-4~10051 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7dd2a12ebe49865720dcea60cd2ed13205c0c4fd;p=openembedded-core.git bitbake.conf: Drop the remainder for the FETCH/CHECK/RESUMECOMMAND variables This completes the removal of these older variables and their replacement with FETCHCMD. This change requires the latest bitbake to operate optimally. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e700c93e3a..76ee65f80f 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -575,12 +575,6 @@ FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certi FETCHCMD_bzr = "/usr/bin/env bzr" FETCHCMD_hg = "/usr/bin/env hg" -FETCHCOMMAND_wget = "/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P ${DL_DIR} '${URI}'" -FETCHCOMMAND_cvs = "/usr/bin/env cvs '-d${CVSROOT}' co ${CVSCOOPTS} ${CVSMODULE}" -CHECKCOMMAND_wget = "/usr/bin/env wget --spider -t 2 -T 30 --passive-ftp --no-check-certificate -P ${DL_DIR} '${URI}'" -RESUMECOMMAND_wget = "/usr/bin/env wget -c -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P ${DL_DIR} '${URI}'" -UPDATECOMMAND_cvs = "/usr/bin/env cvs -d${CVSROOT} update -d -P ${CVSCOOPTS}" - SRCDATE = "${DATE}" SRCREV ??= "INVALID" AUTOREV = "${@bb.fetch2.get_autorev(d)}"