From b5412bb66cce8ba7780cfe7233056474c4bd4ccc Mon Sep 17 00:00:00 2001 From: John Bowler Date: Tue, 29 Nov 2005 20:06:43 +0000 Subject: ixp4xx-csr: force rebuild, correct error handling in 2.1 - two different revisions were 'r1', this commit makes a single revision 'r2' because one 'r1' revision was broken. - modpost error handling should be fixed now - the package should error out if modpost reports unresolved symbols. --- packages/ixp4xx/ixp4xx-csr_2.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/ixp4xx') diff --git a/packages/ixp4xx/ixp4xx-csr_2.1.bb b/packages/ixp4xx/ixp4xx-csr_2.1.bb index a00fbae3df..e5e081058b 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 = "r2" +PR = "r3" COMPATIBLE_HOST = "^arm.*-linux.*" @@ -96,7 +96,7 @@ do_stage () { ${CONFIG_MODULE_SRCVERSION_ALL:+-a} \ -i '${STAGING_KERNEL_DIR}/Module.symvers' \ -o '${STAGING_KERNEL_DIR}/ixp400-csr.symvers' \ - ${MAKE_TARGETS} >&2 | egrep . + ${MAKE_TARGETS} 2>&1 | egrep . then echo "MODPOST errors - see above" return 1 -- cgit v1.2.3