diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-02-27 10:19:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-27 10:19:44 +0000 |
commit | 4df7e11ff7883ce572d434d4e7614add3c1be56f (patch) | |
tree | 1f52e8a9ca0f0aad7d3be6de3676717fa2c57521 /packages/ixp4xx | |
parent | 86ce70498fe49f9203417553a449eebab2ea3817 (diff) |
ixp4xx-csr, ixp400-eth: Bumped the PR due to the kernel version change to cause a rebuild in the feeds.
Diffstat (limited to 'packages/ixp4xx')
-rw-r--r-- | packages/ixp4xx/ixp-osal_2.1.bb | 2 | ||||
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr_2.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/ixp4xx/ixp-osal_2.1.bb b/packages/ixp4xx/ixp-osal_2.1.bb index 7a27e2848e..717c217dc5 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 = "r4" +PR = "r5" COMPATIBLE_HOST = "^arm.*-linux.*" diff --git a/packages/ixp4xx/ixp4xx-csr_2.1.bb b/packages/ixp4xx/ixp4xx-csr_2.1.bb index a91cc25cc1..53cd2ba8fb 100644 --- a/packages/ixp4xx/ixp4xx-csr_2.1.bb +++ b/packages/ixp4xx/ixp4xx-csr_2.1.bb @@ -38,7 +38,7 @@ SRC_URI += "file://oe-makefile.patch;patch=1" DEPENDS = "ixp-osal" S = "${WORKDIR}/ixp400_xscale_sw" -PR = "r8" +PR = "r9" COMPATIBLE_HOST = "^arm.*-linux.*" |