summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/wolfssl/files
diff options
context:
space:
mode:
authordengke.du@windriver.com <dengke.du@windriver.com>2017-08-30 03:20:34 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2017-09-12 10:55:07 -0400
commit04bc4b4c86e94b57ab0c40d94325b4519ff76b18 (patch)
tree3a6e3966f8e3897771749b9fe81b030c292c8309 /meta-networking/recipes-connectivity/wolfssl/files
parent3562b0f44a95f6a29725ab9aa26cffcf4cbc2611 (diff)
downloadmeta-openembedded-04bc4b4c86e94b57ab0c40d94325b4519ff76b18.tar.gz
wolfssl: upgrade to 3.12.0
Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/wolfssl/files')
-rw-r--r--meta-networking/recipes-connectivity/wolfssl/files/0001-fix-no-rule-to-make-cyassl-options.h.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/wolfssl/files/0001-fix-no-rule-to-make-cyassl-options.h.patch b/meta-networking/recipes-connectivity/wolfssl/files/0001-fix-no-rule-to-make-cyassl-options.h.patch
new file mode 100644
index 0000000000..f304d933da
--- /dev/null
+++ b/meta-networking/recipes-connectivity/wolfssl/files/0001-fix-no-rule-to-make-cyassl-options.h.patch
@@ -0,0 +1,27 @@
1From fb490136cf8f2456cfe13b0b4f796e6c155e75dc Mon Sep 17 00:00:00 2001
2From: Dengke Du <dengke.du@windriver.com>
3Date: Wed, 30 Aug 2017 03:02:32 -0400
4Subject: [PATCH] fix no rule to make cyassl/options.h
5
6Upstream-Status: Pending
7
8Signed-off-by: Dengke Du <dengke.du@windriver.com>
9---
10 configure.ac | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/configure.ac b/configure.ac
14index 395d75d..d4a3880 100644
15--- a/configure.ac
16+++ b/configure.ac
17@@ -3684,6 +3684,7 @@ AC_CONFIG_FILES([wolfssl/options.h])
18 #fi
19 AC_CONFIG_FILES([support/wolfssl.pc])
20 AC_CONFIG_FILES([rpm/spec])
21+AC_CONFIG_FILES([cyassl/options.h])
22
23 AX_CREATE_GENERIC_CONFIG
24 AX_AM_JOBSERVER([yes])
25--
262.8.1
27