diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-10 09:37:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-10 09:37:32 +0000 |
commit | a2d7db8f55ea6be119a7ff9be71e6341e76dd618 (patch) | |
tree | 70fcf42238c6999a606c65343f3a7858333e3ff8 /packages/ixp4xx/ixp-osal_2.1.bb | |
parent | 29ef956e45a9ef8100cb581ed34b8d6a6f218308 (diff) |
ixp-osal, ixp4xx-csr: gcc4 patches in 2.1
Diffstat (limited to 'packages/ixp4xx/ixp-osal_2.1.bb')
-rw-r--r-- | packages/ixp4xx/ixp-osal_2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ixp4xx/ixp-osal_2.1.bb b/packages/ixp4xx/ixp-osal_2.1.bb index ce9acce4e7..f8bd4cb7a1 100644 --- a/packages/ixp4xx/ixp-osal_2.1.bb +++ b/packages/ixp4xx/ixp-osal_2.1.bb @@ -31,7 +31,7 @@ SRC_URI += "file://le.patch;patch=1" SRC_URI += "file://assert.patch;patch=1" S = "${WORKDIR}/ixp_osal" -PR = "r1" +PR = "r2" COMPATIBLE_HOST = "^arm.*-linux.*" |