diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-04 23:27:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-04 23:27:59 +0000 |
commit | c836ece6a1c4947570371f5088adf80ed442873b (patch) | |
tree | 46b77fd1187fa88e5e2b3c62687a58518be7db9f /linux | |
parent | 97e616ce330bae705bae0b201ec46d0c96af8592 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/07/05 00:27:12+01:00 (none)!pb
remove HHSUBV
BKrev: 40e8927ftlEkArmQfQLMhJxVAYBQ5A
Diffstat (limited to 'linux')
-rw-r--r-- | linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe index 971ca7f088..01874e1530 100644 --- a/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe +++ b/linux/handhelds-sa_2.4.19-rmk6-pxa1-hh36.12.oe @@ -6,9 +6,8 @@ PACKAGE_ARCH = "ipaqsa" KERNEL_CCSUFFIX = "-3.3.3" COMPATIBLE_HOST = "arm.*-linux" -HHSUBV = "11" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/handhelds-sa-${PV}.${HHSUBV}" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=linux/kernel;tag=${@'K' + oe.data.getVar('PV',d,1).replace('.', '-')}-${HHSUBV}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=linux/kernel;tag=${@'K' + oe.data.getVar('PV',d,1).replace('.', '-')}" S = "${WORKDIR}/kernel" |