diff options
Diffstat (limited to 'recipes-ids/samhain/files/0011-not-run-test-on-host-since-we-are-doing-cross-compil.patch')
-rw-r--r-- | recipes-ids/samhain/files/0011-not-run-test-on-host-since-we-are-doing-cross-compil.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-ids/samhain/files/0011-not-run-test-on-host-since-we-are-doing-cross-compil.patch b/recipes-ids/samhain/files/0011-not-run-test-on-host-since-we-are-doing-cross-compil.patch new file mode 100644 index 0000000..dc9f42e --- /dev/null +++ b/recipes-ids/samhain/files/0011-not-run-test-on-host-since-we-are-doing-cross-compil.patch | |||
@@ -0,0 +1,27 @@ | |||
1 | From 506833786a4ae5b888f12c59b82f7d842cda778c Mon Sep 17 00:00:00 2001 | ||
2 | From: Roy Li <rongqing.li@windriver.com> | ||
3 | Date: Thu, 27 Mar 2025 11:46:20 +0800 | ||
4 | Subject: [PATCH] not run test on host, since we are doing cross-compile | ||
5 | |||
6 | Upstream-Status: Inappropriate [cross compile specific] | ||
7 | |||
8 | Signed-off-by: Roy Li <rongqing.li@windriver.com> | ||
9 | --- | ||
10 | Makefile.in | 1 - | ||
11 | 1 file changed, 1 deletion(-) | ||
12 | |||
13 | diff --git a/Makefile.in b/Makefile.in | ||
14 | index 1806159..eccb4f6 100644 | ||
15 | --- a/Makefile.in | ||
16 | +++ b/Makefile.in | ||
17 | @@ -1219,7 +1219,6 @@ intcutest: internal.h $(OBJECTS) $(CUTEST_OBJECTS) sh_tiger_i.o $(srcsrc)/CuTest | ||
18 | rm x_samhain.c; \ | ||
19 | $(LINK) sh_tiger_i.o $(CUTEST_OBJECTS) CuTestMain.o CuTest.o $(OBJECTS) $(LIBS_TRY); \ | ||
20 | test -f ./intcutest && mv ./intcutest ./cutest; \ | ||
21 | - ./cutest | ||
22 | |||
23 | runcutest: | ||
24 | gdb ./cutest | ||
25 | -- | ||
26 | 2.34.1 | ||
27 | |||