diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2017-08-14 08:56:26 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-08-22 18:04:38 -0700 |
commit | 81243359f234ceb478fa2b5dd0aa982bd524bcf1 (patch) | |
tree | f002891e172468eeea3f1c294c6ef5318073df2c /recipes-security/samhain/files/samhain-not-run-ptest-on-host.patch | |
parent | 6f53f67a0abe438d65a0c7bec335b93326305d9b (diff) | |
download | meta-security-master-wip2.tar.gz |
samhain: update to 4.2.2master-wip2
* update to version 4.2.2
* Add new recipe for standalone mode
* Add systemd support
* Add patches to fix several issues
* samhain-standalone: add ptest support
* samhain-server: no need to depend on samhain-server-native
* Move common things from the bb to the inc file
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/samhain/files/samhain-not-run-ptest-on-host.patch')
-rw-r--r-- | recipes-security/samhain/files/samhain-not-run-ptest-on-host.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-security/samhain/files/samhain-not-run-ptest-on-host.patch b/recipes-security/samhain/files/samhain-not-run-ptest-on-host.patch new file mode 100644 index 0000000..5284313 --- /dev/null +++ b/recipes-security/samhain/files/samhain-not-run-ptest-on-host.patch | |||
@@ -0,0 +1,24 @@ | |||
1 | not run test on host, since we are doing cross-compile | ||
2 | |||
3 | Upstream-status: Inappropriate [cross compile specific] | ||
4 | |||
5 | Signed-off-by: Roy Li <rongqing.li@windriver.com> | ||
6 | --- | ||
7 | Makefile.in | 1 - | ||
8 | 1 file changed, 1 deletion(-) | ||
9 | |||
10 | diff --git a/Makefile.in b/Makefile.in | ||
11 | index e1b32a8..74bfdc9 100644 | ||
12 | --- a/Makefile.in | ||
13 | +++ b/Makefile.in | ||
14 | @@ -1234,7 +1234,6 @@ intcutest: internal.h $(OBJECTS) $(CUTEST_OBJECTS) sh_tiger_i.o $(srcsrc)/CuTest | ||
15 | rm x_samhain.c; \ | ||
16 | $(LINK) sh_tiger_i.o $(CUTEST_OBJECTS) CuTestMain.o CuTest.o $(OBJECTS) $(LIBS_TRY); \ | ||
17 | test -f ./intcutest && mv ./intcutest ./cutest; \ | ||
18 | - ./cutest | ||
19 | |||
20 | runcutest: | ||
21 | gdb ./cutest | ||
22 | -- | ||
23 | 1.7.10.4 | ||
24 | |||