diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-09 23:44:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-09 23:44:53 +0000 |
commit | a8ba51336caf9272a41e3cd68531920333d19e75 (patch) | |
tree | 930f824a6f789ce9d0720400bd07dee7490cd4c1 /packages/ixp4xx/ixp4xx-csr_2.1.bb | |
parent | 4512542b1843804bb19fd108a613f903c1d885a0 (diff) |
ixp4xx-csr: sanitise patch dates in 2.1
- change all the dates to be zero to aid in diffing patch sets
- against NSLU2 cvs
Diffstat (limited to 'packages/ixp4xx/ixp4xx-csr_2.1.bb')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr_2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr_2.1.bb b/packages/ixp4xx/ixp4xx-csr_2.1.bb index e5e081058b..a0798df722 100644 --- a/packages/ixp4xx/ixp4xx-csr_2.1.bb +++ b/packages/ixp4xx/ixp4xx-csr_2.1.bb @@ -34,7 +34,7 @@ SRC_URI += "file://le.patch;patch=1" DEPENDS = "ixp-osal" S = "${WORKDIR}/ixp400_xscale_sw" -PR = "r3" +PR = "r4" COMPATIBLE_HOST = "^arm.*-linux.*" |