From: Michael Lauer Date: Sun, 25 Apr 2004 10:18:23 +0000 (+0000) Subject: use cvs.handhelds.org hostname, not IP address - patch courtesy pb_. X-Git-Tag: Release-2010-05/1~19556 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f40a3ac02dae06959531ccaf2a171cc1b148543;p=openembedded.git use cvs.handhelds.org hostname, not IP address - patch courtesy pb_. BKrev: 408b906fs85OFyc0dWDYvgZt7BFjFA --- diff --git a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe index b2bf4bd924..4102905d8e 100644 --- a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe +++ b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.8.oe @@ -6,7 +6,7 @@ PACKAGE_ARCH = "ipaqsa" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/handhelds-sa-${PV}" -SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=linux/kernel;tag=${@'K' + oe.data.getVar('PV',d,1).replace('.', '-')} \ +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=linux/kernel;tag=${@'K' + oe.data.getVar('PV',d,1).replace('.', '-')} \ \ file://${FILESDIR}/mkdep.patch;patch=1"