diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-30 19:24:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-30 19:24:41 +0000 |
commit | 589f8b60632116adca542320de2b834642dec25f (patch) | |
tree | f1cda5d919297e57a6f181784c8456cb4bacc75c /packages | |
parent | b777f492ed8bfd26d409f31cfafb724f1ed62848 (diff) |
hh-pxa-2.6 2.6.16-hh5: remove maxdate from iwmmxt patch
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb b/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb index f36e9d2b12..9ddc30a916 100644 --- a/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb +++ b/packages/linux/handhelds-pxa-2.6_2.6.16-hh5.bb @@ -10,7 +10,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}" SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ file://24-hostap_cs_id.diff;patch=1 \ file://hrw-pcmcia-ids-r2.patch;patch=1 \ - file://hx-iwmmxt.patch;patch=1;maxdate=20060807 \ + file://hx-iwmmxt.patch;patch=1 \ file://defconfig" S = "${WORKDIR}/kernel26" |