diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-06-15 20:00:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-15 20:00:33 +0000 |
commit | 3b04c9de3a4683a13288b877e6a4a3ecd3dfeaf1 (patch) | |
tree | 0601101a8b88ddd8207e3196f6b7ab056f765897 | |
parent | a0621d7c282208125afd95093f6102baa4543dab (diff) |
ixp kernel and network modules: bumped PR to force recompile with gcc 4.1.1
on the autobuild system; no functional change
-rw-r--r-- | packages/ixp425-eth/ixp400-eth_1.5.bb | 2 | ||||
-rw-r--r-- | packages/ixp4xx/ixp-osal_2.1.bb | 2 | ||||
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr_2.1.bb | 2 | ||||
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.16.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/ixp425-eth/ixp400-eth_1.5.bb b/packages/ixp425-eth/ixp400-eth_1.5.bb index 493ee42137..576e08a5e8 100644 --- a/packages/ixp425-eth/ixp400-eth_1.5.bb +++ b/packages/ixp425-eth/ixp400-eth_1.5.bb @@ -4,7 +4,7 @@ MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>" HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp420.htm" LICENSE = "GPL" -PR = "r12" +PR = "r13" DEPENDS = "ixp-osal" DEPENDS = "ixp4xx-csr" diff --git a/packages/ixp4xx/ixp-osal_2.1.bb b/packages/ixp4xx/ixp-osal_2.1.bb index 717c217dc5..0e5531a254 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 = "r5" +PR = "r6" COMPATIBLE_HOST = "^arm.*-linux.*" diff --git a/packages/ixp4xx/ixp4xx-csr_2.1.bb b/packages/ixp4xx/ixp4xx-csr_2.1.bb index 567728b40f..d8fe3b21c7 100644 --- a/packages/ixp4xx/ixp4xx-csr_2.1.bb +++ b/packages/ixp4xx/ixp4xx-csr_2.1.bb @@ -39,7 +39,7 @@ SRC_URI += "file://livelock.patch;patch=1" DEPENDS = "ixp-osal" S = "${WORKDIR}/ixp400_xscale_sw" -PR = "r10" +PR = "r11" COMPATIBLE_HOST = "^arm.*-linux.*" diff --git a/packages/linux/ixp4xx-kernel_2.6.16.bb b/packages/linux/ixp4xx-kernel_2.6.16.bb index c3d9e3f8e2..0134add8f7 100644 --- a/packages/linux/ixp4xx-kernel_2.6.16.bb +++ b/packages/linux/ixp4xx-kernel_2.6.16.bb @@ -8,7 +8,7 @@ PR_CONFIG = "4" # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches # applied to the kernel. -PR = "r6.${PR_CONFIG}" +PR = "r7.${PR_CONFIG}" include ixp4xx-kernel.inc |