tripwire: ppc64 build failure.

| configure: error: /bin/sh ./config.sub powerpc64-poky-linux failed

config.sub did not understand the powerpc64 par.
this patch adds that understanding.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2014-08-29 14:03:31 -07:00
parent 332b02ec89
commit c00f6abe5d
2 changed files with 36 additions and 0 deletions
@@ -0,0 +1,35 @@
tripwire:
Powerpc64 is not supported in the current tripwier release.
configure: error: /bin/sh ./config.sub powerpc64-poky-linux failed
| Configure failed. The contents of all config.log files follows to aid debugging
Submitted upstream to Tripwire devel mailing list
http://sourceforge.net/p/tripwire/mailman/message/32776415/
Signed-off-By: Armin Kuster <akuster808@gmail.com>
Index: tripwire-2.4.2.2-src/config.sub
===================================================================
--- tripwire-2.4.2.2-src.orig/config.sub
+++ tripwire-2.4.2.2-src/config.sub
@@ -233,7 +233,7 @@ case $basic_machine in
| alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \
| alphaev6[78] \
| we32k | ns16k | clipper | i370 | sh | sh[34] \
- | powerpc | powerpcle \
+ | powerpc | powerpcle | powerpc64 \
| 1750a | dsp16xx | pdp10 | pdp11 \
| mips16 | mips64 | mipsel | mips64el \
| mips64orion | mips64orionel | mipstx39 | mipstx39el \
@@ -280,7 +280,7 @@ case $basic_machine in
| we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \
| clipper-* | orion-* \
| sparclite-* | pdp10-* | pdp11-* | sh-* | sh[34]-* | sh[34]eb-* \
- | powerpc-* | powerpcle-* | sparc64-* | sparcv9-* | sparcv9b-* | sparc86x-* \
+ | powerpc-* | powerpcle-* | powerpc64-* | sparc64-* | sparcv9-* | sparcv9b-* | sparc86x-* \
| mips16-* | mips64-* | mipsel-* \
| mips64el-* | mips64orion-* | mips64orionel-* \
| mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
@@ -13,6 +13,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-src/${BPN}-${PV}/${BPN}-$
file://twcfg.txt \
file://twinstall.sh \
file://twpol-yocto.txt \
file://tripwire_add_ppc64.patch \
"
SRC_URI[md5sum] = "2462ea16fb0b5ae810471011ad2f2dd6"
SRC_URI[sha256sum] = "e09a7bdca9302e704cc62067399e0b584488f825b0e58c82ad6d54cd2e899fad"