[oe-commits] org.oe.dev bitbake.conf: add entries needed for hg fetcher

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:32:51 UTC 2008


bitbake.conf: add entries needed for hg fetcher

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a21334550e48bb0e09d95c7dc232743685f705aa
ViewMTN: http://monotone.openembedded.org/revision/info/a21334550e48bb0e09d95c7dc232743685f705aa
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r76fc6ed3e7e5abd780c89e77b07cd5e6c062e438 -ra21334550e48bb0e09d95c7dc232743685f705aa
#
#
#
# patch "conf/bitbake.conf"
#  from [5289f3b5b95939b1d3d267c6b93e7a17f6548463]
#    to [40a62478ed5987c72c6fe7e9352dc04a7e7522d9]
#
============================================================
--- conf/bitbake.conf	5289f3b5b95939b1d3d267c6b93e7a17f6548463
+++ conf/bitbake.conf	40a62478ed5987c72c6fe7e9352dc04a7e7522d9
@@ -215,6 +215,7 @@ BZRDIR = "${CO_DIR}/bzr"
 SVNDIR = "${CO_DIR}/svn"
 GITDIR = "${CO_DIR}/git"
 BZRDIR = "${CO_DIR}/bzr"
+HGDIR = "${CO_DIR}/hg"
 
 STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PF}"
 WORKDIR = "${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF}"
@@ -449,6 +450,7 @@ FETCHCMD_bzr = "/usr/bin/env bzr"
 FETCHCMD_cvs = "/usr/bin/env cvs"
 FETCHCMD_wget = "/usr/bin/env wget -t 5"
 FETCHCMD_bzr = "/usr/bin/env bzr"
+FETCHCMD_hg = "/usr/bin/env hg"
 
 FETCHCOMMAND = "ERROR, this must be a BitBake bug"
 FETCHCOMMAND_wget = "/usr/bin/env wget -t 5 --passive-ftp -P ${DL_DIR} ${URI}"






More information about the Openembedded-commits mailing list