diff options
author | Matthias Hentges <oe@hentges.net> | 2007-07-02 02:14:25 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-07-02 02:14:25 +0000 |
commit | 89f3cddad432c169486c0be76588b4e1c9842e8c (patch) | |
tree | 6a19ff7b06f0327fc16f1fc5afc63be0f941fefb /conf | |
parent | 7c7e5892ed435b7db974f71422b0a513bccb5e51 (diff) | |
parent | 0230022c0b61f2f0c32909e54fa832effab537c1 (diff) |
merge of '31bba0038265d49f89a999578ff89351b559e4a0'
and 'a6fcc49ed2f48cc2516058b4deccdca676b66dd6'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 4 | ||||
-rw-r--r-- | conf/sanity.conf | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index a86e806fe1..5df7fd0656 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -350,6 +350,10 @@ KERNELORG_MIRROR = "http://kernel.org/" # export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" # into your local.conf +FETCHCMD_svn = "/usr/bin/env svn" +FETCHCMD_cvs = "/usr/bin/env cvs" +FETCHCMD_wget = "/usr/bin/env wget -t 5" + 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}" diff --git a/conf/sanity.conf b/conf/sanity.conf index 3a1dec9059..163b63195e 100644 --- a/conf/sanity.conf +++ b/conf/sanity.conf @@ -3,6 +3,6 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "1.6.8" +BB_MIN_VERSION = "1.8.5" INHERIT += "sanity" |