diff options
| author | Armin Kuster <akuster808@gmail.com> | 2015-02-13 16:36:53 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2015-02-14 18:46:44 -0800 |
| commit | 666f9bd17aeeaea5f7aab5a2303adccc309bb29f (patch) | |
| tree | 21b30b767fc8ff15e45d0e2b53b93dcb009f2395 | |
| parent | 009728f40929bcb0cb4b88570dbaace711da3c79 (diff) | |
| download | meta-security-666f9bd17aeeaea5f7aab5a2303adccc309bb29f.tar.gz | |
tripwire: Add aarch64 support to config.sub
this fixes a build issue on arm64.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/tripwire/files/tripwire_add_aarch64_to_configure.patch | 29 | ||||
| -rw-r--r-- | recipes-security/tripwire/tripwire_2.4.2.2.bb | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/recipes-security/tripwire/files/tripwire_add_aarch64_to_configure.patch b/recipes-security/tripwire/files/tripwire_add_aarch64_to_configure.patch new file mode 100644 index 0000000..fdaa494 --- /dev/null +++ b/recipes-security/tripwire/files/tripwire_add_aarch64_to_configure.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | tripwire: Add aach64 support | ||
| 2 | |||
| 3 | Upstream-Status: Submitted to tripwire-dev | ||
| 4 | |||
| 5 | Signed-off-by: Armin Kuster <akuster@mvista.com> | ||
| 6 | |||
| 7 | |||
| 8 | Index: config.sub | ||
| 9 | =================================================================== | ||
| 10 | --- a/config.sub | ||
| 11 | +++ b/config.sub | ||
| 12 | @@ -223,7 +223,7 @@ esac | ||
| 13 | case $basic_machine in | ||
| 14 | # Recognize the basic CPU types without company name. | ||
| 15 | # Some are omitted here because they have special meanings below. | ||
| 16 | - tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc \ | ||
| 17 | + tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | aarch64 | aarch64be |arc \ | ||
| 18 | | arm | arme[lb] | arm[bl]e | armv[2345] | armv[345][lb] | strongarm | xscale \ | ||
| 19 | | pyramid | mn10200 | mn10300 | tron | a29k \ | ||
| 20 | | 580 | i960 | h8300 \ | ||
| 21 | @@ -267,7 +267,7 @@ case $basic_machine in | ||
| 22 | # Recognize the basic CPU types with company name. | ||
| 23 | # FIXME: clean up the formatting here. | ||
| 24 | vax-* | tahoe-* | i*86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \ | ||
| 25 | - | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | c[123]* \ | ||
| 26 | + | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | c[123]* | aarch64-* | aarch64be-* \ | ||
| 27 | | arm-* | armbe-* | armle-* | armv*-* | strongarm-* | xscale-* \ | ||
| 28 | | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | ||
| 29 | | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \ | ||
diff --git a/recipes-security/tripwire/tripwire_2.4.2.2.bb b/recipes-security/tripwire/tripwire_2.4.2.2.bb index a64edb9..6fc6759 100644 --- a/recipes-security/tripwire/tripwire_2.4.2.2.bb +++ b/recipes-security/tripwire/tripwire_2.4.2.2.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-src/${BPN}-${PV}/${BPN}-$ | |||
| 14 | file://twinstall.sh \ | 14 | file://twinstall.sh \ |
| 15 | file://twpol-yocto.txt \ | 15 | file://twpol-yocto.txt \ |
| 16 | file://tripwire_add_ppc64.patch \ | 16 | file://tripwire_add_ppc64.patch \ |
| 17 | file://tripwire_add_aarch64_to_configure.patch \ | ||
| 17 | " | 18 | " |
| 18 | SRC_URI[md5sum] = "2462ea16fb0b5ae810471011ad2f2dd6" | 19 | SRC_URI[md5sum] = "2462ea16fb0b5ae810471011ad2f2dd6" |
| 19 | SRC_URI[sha256sum] = "e09a7bdca9302e704cc62067399e0b584488f825b0e58c82ad6d54cd2e899fad" | 20 | SRC_URI[sha256sum] = "e09a7bdca9302e704cc62067399e0b584488f825b0e58c82ad6d54cd2e899fad" |
