mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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. (From OE-Core rev: 7dd2a12ebe49865720dcea60cd2ed13205c0c4fd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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_bzr = "/usr/bin/env bzr"
|
||||||
FETCHCMD_hg = "/usr/bin/env hg"
|
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}"
|
SRCDATE = "${DATE}"
|
||||||
SRCREV ??= "INVALID"
|
SRCREV ??= "INVALID"
|
||||||
AUTOREV = "${@bb.fetch2.get_autorev(d)}"
|
AUTOREV = "${@bb.fetch2.get_autorev(d)}"
|
||||||
|
|||||||
Reference in New Issue
Block a user