diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-27 09:18:23 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-27 09:18:23 +0000 |
commit | 15800b8e588e5b89a76a30746dea5ef1ae133bfc (patch) | |
tree | e84813e66c6fd1dbc82f846752e6a904ee6a2fbb /linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | |
parent | 082dee9e5c3c87067ef651bddb4e7976a1441dde (diff) |
Attempt to fix that annoying random tosa kernel patch application failure. Turns out our piro.patch had carriage returns in it.. was busted as commited to OE, so disabling eoln->native translation exposed the bug.
BKrev: 41a8465fl3phzTZ339CqzY5bLd3q2A
Diffstat (limited to 'linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe')
-rw-r--r-- | linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe index ab05622166..fb5937bb18 100644 --- a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe +++ b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe @@ -5,7 +5,7 @@ KV = "2.4.18" RMKV = "7" PXAV = "3" SHARPV = "20031107" -PR = "r22" +PR = "r23" DESCRIPTION = "Linux kernel for OpenZaurus PXA processor based devices." MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-pxa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}" |