From: Saul Wold Date: Mon, 14 Feb 2011 07:57:59 +0000 (-0800) Subject: bitbake.conf: change revision fetching to use newer fetch2 code X-Git-Tag: 2011-1~2361 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a26163b8f5fc682e6ee4d597e5dd487485b180f5;p=openembedded-core.git bitbake.conf: change revision fetching to use newer fetch2 code Signed-off-by: Saul Wold --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index da50fe5c4b..162c7924e6 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -560,8 +560,8 @@ UPDATECOMMAND_cvs = "/usr/bin/env cvs -d${CVSROOT} update -d -P ${CVSCOOPTS}" UPDATECOMMAND_svn = "/usr/bin/env svn update ${SVNCOOPTS}" SRCDATE = "${DATE}" SRCREV = "INVALID" -AUTOREV = "${@bb.fetch.get_autorev(d)}" -SRCPV = "${@bb.fetch.get_srcrev(d)}" +AUTOREV = "${@bb.fetch2.get_autorev(d)}" +SRCPV = "${@bb.fetch2.get_srcrev(d)}" SRC_URI = "file://${FILE}"