summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssl/openssl-qoriq/0001-skip-test_symbol_presence.patch
diff options
context:
space:
mode:
authorJens Rehsack <sno@netbsd.org>2020-05-30 21:32:58 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-06-02 09:18:49 -0300
commitb837841b323e61f18b811ad90b6a5a20123cfee5 (patch)
tree1bc00a0d8a42b69bbbbf5048e81187405722d0d9 /recipes-connectivity/openssl/openssl-qoriq/0001-skip-test_symbol_presence.patch
parentabd947e51b663c0fd12df081d090ec5f1da13afd (diff)
downloadmeta-freescale-b837841b323e61f18b811ad90b6a5a20123cfee5.tar.gz
openssl: append to OE-core
Instead of maintaing 98% copy of OE-core recipe without being up-to-date as good as possible, inject patches into OE-core recipe of openssl when compiling for the right platform. Signed-off-by: Jens Rehsack <sno@netbsd.org>
Diffstat (limited to 'recipes-connectivity/openssl/openssl-qoriq/0001-skip-test_symbol_presence.patch')
-rw-r--r--recipes-connectivity/openssl/openssl-qoriq/0001-skip-test_symbol_presence.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq/0001-skip-test_symbol_presence.patch b/recipes-connectivity/openssl/openssl-qoriq/0001-skip-test_symbol_presence.patch
deleted file mode 100644
index e632bc45..00000000
--- a/recipes-connectivity/openssl/openssl-qoriq/0001-skip-test_symbol_presence.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From 097b9081eced6ffc13c6cbb83abf7110baeca902 Mon Sep 17 00:00:00 2001
2From: Chunrong Guo <chunrong.guo@nxp.com>
3Date: Mon, 14 Oct 2019 14:59:11 +0800
4Subject: [PATCH] skip test_symbol_presence
5
6Upstream-Status: Inappropriate [OE Specific]
7
8Signed-off-by: BJ DevOps Team <bjdevops@NXP1.onmicrosoft.com>
9---
10 test/recipes/01-test_symbol_presence.t | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
12
13diff --git a/test/recipes/01-test_symbol_presence.t b/test/recipes/01-test_symbol_presence.t
14index 7f2a2d7..918a8a19 100644
15--- a/test/recipes/01-test_symbol_presence.t
16+++ b/test/recipes/01-test_symbol_presence.t
17@@ -14,8 +14,7 @@ use OpenSSL::Test::Utils;
18
19 setup("test_symbol_presence");
20
21-plan skip_all => "Only useful when building shared libraries"
22- if disabled("shared");
23+plan skip_all => "The case needs debug symbols then we just disable it";
24
25 my @libnames = ("crypto", "ssl");
26 my $testcount = scalar @libnames;
27--
282.7.4
29