[OE-core] [PATCH] nettle:upgrade 3.4.1 -> 3.5.1
Zang Ruochen
zangrc.fnst at cn.fujitsu.com
Tue Aug 6 05:05:56 UTC 2019
From: Yuan Chao <yuanc.fnst at cn.fujitsu.com>
nettle-stdint.h was no longer use.
Remove nettle/nettle-stdint.h in do_install_append() of .bb file.
Changelog in ChangeLog file as follows:
2019-01-06 Niels Möller <nisse at lysator.liu.se>
* nettle-types.h: Don't use nettle-stdint.h, include <stdint.h>
directly.
* nettle-write.h: Likewise.
* configure.ac: Delete use of AX_CREATE_STDINT_H.
* aclocal.m4 (AX_CREATE_STDINT_H): Delete.
* Makefile.in (INSTALL_HEADERS, distclean-here): Delete mention of
nettle-stdint.h.
Signed-off-by: Yuan Chao <yuanc.fnst at cn.fujitsu.com>
---
.../Add-target-to-only-build-tests-not-run-them.patch | 0
.../check-header-files-of-openssl-only-if-enable_.patch | 0
.../nettle/{nettle-3.4.1 => nettle-3.5.1}/dlopen-test.patch | 0
.../recipes-support/nettle/{nettle-3.4.1 => nettle-3.5.1}/run-ptest | 0
meta/recipes-support/nettle/{nettle_3.4.1.bb => nettle_3.5.1.bb} | 6 +++---
5 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/nettle/{nettle-3.4.1 => nettle-3.5.1}/Add-target-to-only-build-tests-not-run-them.patch (100%)
rename meta/recipes-support/nettle/{nettle-3.4.1 => nettle-3.5.1}/check-header-files-of-openssl-only-if-enable_.patch (100%)
rename meta/recipes-support/nettle/{nettle-3.4.1 => nettle-3.5.1}/dlopen-test.patch (100%)
rename meta/recipes-support/nettle/{nettle-3.4.1 => nettle-3.5.1}/run-ptest (100%)
rename meta/recipes-support/nettle/{nettle_3.4.1.bb => nettle_3.5.1.bb} (89%)
diff --git a/meta/recipes-support/nettle/nettle-3.4.1/Add-target-to-only-build-tests-not-run-them.patch b/meta/recipes-support/nettle/nettle-3.5.1/Add-target-to-only-build-tests-not-run-them.patch
similarity index 100%
rename from meta/recipes-support/nettle/nettle-3.4.1/Add-target-to-only-build-tests-not-run-them.patch
rename to meta/recipes-support/nettle/nettle-3.5.1/Add-target-to-only-build-tests-not-run-them.patch
diff --git a/meta/recipes-support/nettle/nettle-3.4.1/check-header-files-of-openssl-only-if-enable_.patch b/meta/recipes-support/nettle/nettle-3.5.1/check-header-files-of-openssl-only-if-enable_.patch
similarity index 100%
rename from meta/recipes-support/nettle/nettle-3.4.1/check-header-files-of-openssl-only-if-enable_.patch
rename to meta/recipes-support/nettle/nettle-3.5.1/check-header-files-of-openssl-only-if-enable_.patch
diff --git a/meta/recipes-support/nettle/nettle-3.4.1/dlopen-test.patch b/meta/recipes-support/nettle/nettle-3.5.1/dlopen-test.patch
similarity index 100%
rename from meta/recipes-support/nettle/nettle-3.4.1/dlopen-test.patch
rename to meta/recipes-support/nettle/nettle-3.5.1/dlopen-test.patch
diff --git a/meta/recipes-support/nettle/nettle-3.4.1/run-ptest b/meta/recipes-support/nettle/nettle-3.5.1/run-ptest
similarity index 100%
rename from meta/recipes-support/nettle/nettle-3.4.1/run-ptest
rename to meta/recipes-support/nettle/nettle-3.5.1/run-ptest
diff --git a/meta/recipes-support/nettle/nettle_3.4.1.bb b/meta/recipes-support/nettle/nettle_3.5.1.bb
similarity index 89%
rename from meta/recipes-support/nettle/nettle_3.4.1.bb
rename to meta/recipes-support/nettle/nettle_3.5.1.bb
index cd8024f..d92db0e 100644
--- a/meta/recipes-support/nettle/nettle_3.4.1.bb
+++ b/meta/recipes-support/nettle/nettle_3.5.1.bb
@@ -20,8 +20,8 @@ SRC_URI_append_class-target = "\
file://dlopen-test.patch \
"
-SRC_URI[md5sum] = "9bdebb0e2f638d3b9d91f7fc264b70c1"
-SRC_URI[sha256sum] = "f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad"
+SRC_URI[md5sum] = "0e5707b418c3826768d41130fbe4ee86"
+SRC_URI[sha256sum] = "75cca1998761b02e16f2db56da52992aef622bf55a3b45ec538bc2eedadc9419"
UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"
@@ -37,7 +37,7 @@ do_compile_ptest() {
}
do_install_append() {
- oe_multilib_header nettle/nettle-stdint.h nettle/version.h
+ oe_multilib_header nettle/version.h
}
do_install_ptest() {
--
2.7.4
More information about the Openembedded-core
mailing list