summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/wolfssl/files/0001-fix-no-rule-to-make-cyassl-options.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/wolfssl/files/0001-fix-no-rule-to-make-cyassl-options.h.patch')
-rw-r--r--meta-networking/recipes-connectivity/wolfssl/files/0001-fix-no-rule-to-make-cyassl-options.h.patch27
1 files changed, 0 insertions, 27 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
deleted file mode 100644
index f304d933d..000000000
--- a/meta-networking/recipes-connectivity/wolfssl/files/0001-fix-no-rule-to-make-cyassl-options.h.patch
+++ /dev/null
@@ -1,27 +0,0 @@
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