summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-14 09:17:24 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-14 09:17:24 +0000
commitb89b784003713fc0e7eb20bd96069bf3ab5cca50 (patch)
tree9190554888481c4e0012596a171500403dfc965d /packages/linux
parent7431a42c621b9b2469fd4d64acb40999defb1a58 (diff)
handhelds-un: fix parse-error in SRC_URI, tag might be wrong, leaving that up the to MAINTAINER
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/handhelds-un-2.6_2.6.16.bb2
1 files changed, 1 insertions, 1 deletions
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 <goxboxlive@gmail.com>"
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"