diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-14 10:59:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-14 10:59:09 +0000 |
commit | e7d35ca43eb78881d85af642655411f2e9e4f3ad (patch) | |
tree | 768e1b7d942ea4a6590439a8631f9a34c3780e7b | |
parent | 7431a42c621b9b2469fd4d64acb40999defb1a58 (diff) | |
parent | 1c327f183fd8627c9652a8c2d3e8005992627d50 (diff) |
merge of 41ea97e1b1f6b95460ba05a33629865ebf33e4b9
and 77ac90872633beed339229866c99c44cf5731ecc
-rw-r--r-- | packages/linux/handhelds-un-2.6_2.6.16-hh4.bb (renamed from packages/linux/handhelds-un-2.6_2.6.16.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/handhelds-un-2.6_2.6.16.bb b/packages/linux/handhelds-un-2.6_2.6.16-hh4.bb index b261d30a7e..bf646a1c96 100644 --- a/packages/linux/handhelds-un-2.6_2.6.16.bb +++ b/packages/linux/handhelds-un-2.6_2.6.16-hh4.bb @@ -3,8 +3,9 @@ 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" -S = "${WORKDIR}/linux-2.6.16-hh2" +SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=K2-6-16-hh4" + +S = "${WORKDIR}/kernel26" COMPATIBLE_HOST = "arm.*-linux" |