summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-04-29 17:42:57 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-04-29 17:42:57 +0000
commit857a2c29ef4377640b876880e6daf7bdeafd3ae9 (patch)
treeb36b627f50362787eac0ca04c94d57f6693d70b2
parent7599598988b542a10a595f5fa0d5868888f3bc72 (diff)
downloadbitbake-857a2c29ef4377640b876880e6daf7bdeafd3ae9.tar.gz
bitbake-1.4/conf/bitbake.conf:
Attachment from http://bugs.openembedded.org/attachment.cgi?id=683 from bug #918 to fix issues when the CVS location changes e.g. this happend with savannah cvs
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index fd216a326..d288fee78 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -51,5 +51,5 @@ T = "${WORKDIR}/temp"
TARGET_ARCH = "${BUILD_ARCH}"
TMPDIR = "${TOPDIR}/tmp"
UPDATECOMMAND = ""
-UPDATECOMMAND_cvs = "/usr/bin/env cvs update ${CVSCOOPTS}"
+UPDATECOMMAND_cvs = "/usr/bin/env cvs -d${CVSROOT} update ${CVSCOOPTS}"
WORKDIR = "${TMPDIR}/work/${PF}"