ixp4xx-csr: force rebuild, correct error handling in 2.1
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 29 Nov 2005 20:06:43 +0000 (20:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 29 Nov 2005 20:06:43 +0000 (20:06 +0000)
 - 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

index a00fbae..e5e0810 100644 (file)
@@ -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