diff options
author | dengke.du@windriver.com <dengke.du@windriver.com> | 2017-08-30 03:20:34 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-12 10:55:07 -0400 |
commit | 04bc4b4c86e94b57ab0c40d94325b4519ff76b18 (patch) | |
tree | 3a6e3966f8e3897771749b9fe81b030c292c8309 /meta-networking | |
parent | 3562b0f44a95f6a29725ab9aa26cffcf4cbc2611 (diff) | |
download | meta-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')
-rw-r--r-- | meta-networking/recipes-connectivity/wolfssl/files/0001-fix-no-rule-to-make-cyassl-options.h.patch | 27 | ||||
-rw-r--r-- | meta-networking/recipes-connectivity/wolfssl/wolfssl_3.12.0.bb (renamed from meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb) | 10 |
2 files changed, 34 insertions, 3 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 @@ | |||
1 | From fb490136cf8f2456cfe13b0b4f796e6c155e75dc Mon Sep 17 00:00:00 2001 | ||
2 | From: Dengke Du <dengke.du@windriver.com> | ||
3 | Date: Wed, 30 Aug 2017 03:02:32 -0400 | ||
4 | Subject: [PATCH] fix no rule to make cyassl/options.h | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
8 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | ||
9 | --- | ||
10 | configure.ac | 1 + | ||
11 | 1 file changed, 1 insertion(+) | ||
12 | |||
13 | diff --git a/configure.ac b/configure.ac | ||
14 | index 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 | -- | ||
26 | 2.8.1 | ||
27 | |||
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.12.0.bb index afae3c863a..512619098a 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.12.0.bb | |||
@@ -12,10 +12,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
12 | PROVIDES += "cyassl" | 12 | PROVIDES += "cyassl" |
13 | RPROVIDES_${PN} = "cyassl" | 13 | RPROVIDES_${PN} = "cyassl" |
14 | 14 | ||
15 | SRC_URI = "http://www.wolfssl.com/${BP}.zip" | 15 | SRC_URI = "https://github.com/wolfSSL/wolfssl/archive/v${PV}-stable.zip \ |
16 | file://0001-fix-no-rule-to-make-cyassl-options.h.patch \ | ||
17 | " | ||
16 | 18 | ||
17 | SRC_URI[md5sum] = "f3396726a9befd61443c2cce216e39ba" | 19 | SRC_URI[md5sum] = "f9caf558169ab650dc8200708799ebeb" |
18 | SRC_URI[sha256sum] = "98f50244f7b43f8683bd0cf5c599849d330e75e6cf077e96f14e83bda8b03ca3" | 20 | SRC_URI[sha256sum] = "b6d87d3e2c8757177d69aff373c91cf162f4a3944fae90fa10d086fd5f9542e7" |
21 | |||
22 | S = "${WORKDIR}/wolfssl-${PV}-stable" | ||
19 | 23 | ||
20 | inherit autotools | 24 | inherit autotools |
21 | 25 | ||