From: Koen Kooi Date: Fri, 14 Jul 2006 09:17:24 +0000 (+0000) Subject: handhelds-un: fix parse-error in SRC_URI, tag might be wrong, leaving that up the... X-Git-Tag: Release-2010-05/1~9453^2~1232^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b89b784003713fc0e7eb20bd96069bf3ab5cca50;p=openembedded.git handhelds-un: fix parse-error in SRC_URI, tag might be wrong, leaving that up the to MAINTAINER --- diff --git a/packages/linux/handhelds-un-2.6_2.6.16.bb b/packages/linux/handhelds-un-2.6_2.6.16.bb index b261d30a7e..e8af593ef3 100644 --- a/packages/linux/handhelds-un-2.6_2.6.16.bb +++ b/packages/linux/handhelds-un-2.6_2.6.16.bb @@ -3,7 +3,7 @@ MAINTAINER = "goxboxlive " LICENSE = "GPL" PR="r0" -SRC_URI = "cvs -d :pserver:anoncvs@anoncvs.handhelds.org:/cvs checkout -d linux-2.6.16-hh2 linux/kernel26" +SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=linux-2.6.16-hh2" S = "${WORKDIR}/linux-2.6.16-hh2" COMPATIBLE_HOST = "arm.*-linux"