From b89b784003713fc0e7eb20bd96069bf3ab5cca50 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 14 Jul 2006 09:17:24 +0000 Subject: [PATCH] handhelds-un: fix parse-error in SRC_URI, tag might be wrong, leaving that up the to MAINTAINER --- packages/linux/handhelds-un-2.6_2.6.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5