git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aab6bff
)
conf/bitbake.conf: Add a SVNDIR similiar to GITDIR and CVSDIR as well
author
Holger Freyther
<zecke@selfish.org>
Fri, 8 Sep 2006 21:35:51 +0000
(21:35 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Fri, 8 Sep 2006 21:35:51 +0000
(21:35 +0000)
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
f02259d
..
fe0ff05
100644
(file)
--- a/
conf/bitbake.conf
+++ b/
conf/bitbake.conf
@@
-137,6
+137,7
@@
TMPDIR = "${TOPDIR}/tmp"
CACHE = "${TMPDIR}/cache"
DL_DIR = "${TMPDIR}/downloads"
CVSDIR = "${DL_DIR}/cvs"
+SVNDIR = "${DL_DIR}/svn"
GITDIR = "${DL_DIR}/git"
STAMP = "${TMPDIR}/stamps/${PF}"