ixp4xx-npe: Removed unused instances of slugos-specific ARCH_BYTE_SEX variable.
authorRod Whitby <rod@whitby.id.au>
Tue, 23 Jan 2007 02:13:35 +0000 (02:13 +0000)
committerRod Whitby <rod@whitby.id.au>
Tue, 23 Jan 2007 02:13:35 +0000 (02:13 +0000)
packages/ixp4xx/ixp4xx-npe_2.1.bb
packages/ixp4xx/ixp4xx-npe_2.3.bb

index 3370ad0..7fdc3ab 100644 (file)
@@ -11,14 +11,7 @@ COMPATIBLE_MACHINE = "(nslu2|ixp4xx)"
 FILES_${PN} = "${base_libdir}/firmware/NPE-B"
 
 do_compile() {
-#        if test '${ARCH_BYTE_SEX}' = be
-#        then
-               ${STAGING_BINDIR_NATIVE}/IxNpeMicrocode-${PV} -be
-#        fi
-#        if test '${ARCH_BYTE_SEX}' = le
-#        then
-#                ${STAGING_BINDIR_NATIVE}/IxNpeMicrocode-${PV} -le
-#        fi
+       ${STAGING_BINDIR_NATIVE}/IxNpeMicrocode-${PV} -be
 }
 
 do_install() {
index 571080b..c6d91ff 100644 (file)
@@ -11,14 +11,7 @@ COMPATIBLE_MACHINE = "(nslu2|ixp4xx)"
 FILES_${PN} = "${base_libdir}/firmware/NPE-B"
 
 do_compile() {
-#        if test '${ARCH_BYTE_SEX}' = be
-#        then
-               ${STAGING_BINDIR_NATIVE}/IxNpeMicrocode-${PV} -be
-#        fi
-#        if test '${ARCH_BYTE_SEX}' = le
-#        then
-#                ${STAGING_BINDIR_NATIVE}/IxNpeMicrocode-${PV} -le
-#        fi
+       ${STAGING_BINDIR_NATIVE}/IxNpeMicrocode-${PV} -be
 }
 
 do_install() {