From: John Bowler Date: Tue, 29 Nov 2005 20:06:43 +0000 (+0000) Subject: ixp4xx-csr: force rebuild, correct error handling in 2.1 X-Git-Tag: Release-2010-05/1~9453^2~2993 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5412bb66cce8ba7780cfe7233056474c4bd4ccc;p=openembedded.git 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. --- 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