diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-11-29 02:46:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-29 02:46:59 +0000 |
commit | 2765c17b474a765e31206b7a442ba1c9fc8301ea (patch) | |
tree | 3980eeaaa1eb1e6096f9d7c9d0e1a4a72b5220c9 /packages/ixp4xx/ixp4xx-csr_2.1.bb | |
parent | 71606ab7069b27f2224efb6f682beaf4846e4aa1 (diff) |
ixp4xx-csr: attempt to fix build timestamp problems in 2.1
- The make of the kernel module (.ko) sometimes fails to result in
a rebuild of the .ko, probably as a result of it not seeming out
of date with respect to the other files. This fix works by
explicitly removing the initial (too small) .ko and .mod.o
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 6da973b0d7..f8b29f11f1 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 = "r0" +PR = "r1" COMPATIBLE_HOST = "^arm.*-linux.*" |