[oe-commits] Richard Purdie : bitbake.conf: Drop the remainder for the FETCH/CHECK/ RESUMECOMMAND variables

git at git.openembedded.org git at git.openembedded.org
Tue Jul 10 13:27:19 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 7dd2a12ebe49865720dcea60cd2ed13205c0c4fd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7dd2a12ebe49865720dcea60cd2ed13205c0c4fd

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jul  9 16:48:13 2012 +0000

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 <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e700c93..76ee65f 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)}"





More information about the Openembedded-commits mailing list