diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-10 11:53:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-10 11:53:52 +0000 |
commit | 8eeaa41ed51e8a74ead7ae40540706e5777cb44c (patch) | |
tree | f0f7209cfcbb89c31f526e90fa3d49b85d2f3280 /packages/linux | |
parent | bcf26b48cd8f565e174574fc98f669f0fccc25a5 (diff) |
handhelds-pxa-2.6: set maxdate for iwmmxt patch
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/handhelds-pxa-2.6_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa-2.6_cvs.bb b/packages/linux/handhelds-pxa-2.6_cvs.bb index 539fafba6f..e00598d937 100644 --- a/packages/linux/handhelds-pxa-2.6_cvs.bb +++ b/packages/linux/handhelds-pxa-2.6_cvs.bb @@ -13,7 +13,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}" SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26 \ file://24-hostap_cs_id.diff;patch=1 \ file://hrw-pcmcia-ids-r2.patch;patch=1 \ - file://hx-iwmmxt.patch;patch=1 \ + file://hx-iwmmxt.patch;patch=1;maxdate=20060807 \ file://defconfig" S = "${WORKDIR}/kernel26" |