diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-07-20 21:35:12 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-10-08 07:08:19 -0700 |
commit | e3f2b3ba8c5cae73add868ba81bf9a7fc48d37fe (patch) | |
tree | 26c0127bd763a576663047903e85358fdcf4a8c4 /recipes-security/samhain/files | |
parent | 6cdf3402bed3f017f6ce063078b776a62a862592 (diff) | |
download | meta-security-e3f2b3ba8c5cae73add868ba81bf9a7fc48d37fe.tar.gz |
samhain-client: update to 4.0.0
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/samhain/files')
-rw-r--r-- | recipes-security/samhain/files/add_aarch64_to_configure.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-security/samhain/files/add_aarch64_to_configure.patch b/recipes-security/samhain/files/add_aarch64_to_configure.patch deleted file mode 100644 index 05f4413..0000000 --- a/recipes-security/samhain/files/add_aarch64_to_configure.patch +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | Index: samhain-3.1.3/config.sub | ||
2 | =================================================================== | ||
3 | --- samhain-3.1.3.orig/config.sub | ||
4 | +++ samhain-3.1.3/config.sub | ||
5 | @@ -250,6 +250,7 @@ case $basic_machine in | ||
6 | | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | ||
7 | | am33_2.0 \ | ||
8 | | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | ||
9 | + | aarch64 | aarch64be \ | ||
10 | | bfin \ | ||
11 | | c4x | clipper \ | ||
12 | | d10v | d30v | dlx | dsp16xx \ | ||
13 | @@ -332,6 +333,7 @@ case $basic_machine in | ||
14 | | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | ||
15 | | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | ||
16 | | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | ||
17 | + | aarch64-* | aarch64be-* \ | ||
18 | | avr-* | avr32-* \ | ||
19 | | bfin-* | bs2000-* \ | ||
20 | | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | ||
21 | Index: samhain-3.1.3/config.guess | ||
22 | =================================================================== | ||
23 | --- samhain-3.1.3.orig/config.guess | ||
24 | +++ samhain-3.1.3/config.guess | ||
25 | @@ -882,6 +882,9 @@ EOF | ||
26 | echo ${UNAME_MACHINE}-unknown-linux-gnueabi | ||
27 | fi | ||
28 | exit ;; | ||
29 | + aarch64*:Linux:*:*) | ||
30 | + echo ${UNAME_MACHINE}-unknown-linux-gnu | ||
31 | + exit ;; | ||
32 | avr32*:Linux:*:*) | ||
33 | echo ${UNAME_MACHINE}-unknown-linux-gnu | ||
34 | exit ;; | ||