diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-14 10:37:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-14 10:37:38 +0000 |
commit | 1c327f183fd8627c9652a8c2d3e8005992627d50 (patch) | |
tree | 30b95118fba5d5b659186d4bc0b42807a06000dc | |
parent | b406d42a43853a43c9c3de592de7f3a152e6f235 (diff) |
handhelds-un-2.6: Rename to include extra version. Some major fixes.
-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" |