mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
nettle: upgrade 3.10 -> 3.10.1
(From OE-Core rev: 601327a0c8a66226877f03b21bad0c7e67ee14de) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
+3
-6
@@ -1,4 +1,4 @@
|
|||||||
From e9fcb2177fda228ac065d189240e2d992e86e5bf Mon Sep 17 00:00:00 2001
|
From 3ea3eaf5bda21529fc8a8da3d8b07ebc3875ba7e Mon Sep 17 00:00:00 2001
|
||||||
From: Trevor Gamblin <tgamblin@baylibre.com>
|
From: Trevor Gamblin <tgamblin@baylibre.com>
|
||||||
Date: Fri, 2 Aug 2024 09:48:43 -0400
|
Date: Fri, 2 Aug 2024 09:48:43 -0400
|
||||||
Subject: [PATCH] Makefile.in: Add target to only build tests (not run them)
|
Subject: [PATCH] Makefile.in: Add target to only build tests (not run them)
|
||||||
@@ -21,7 +21,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
|
|||||||
2 files changed, 5 insertions(+)
|
2 files changed, 5 insertions(+)
|
||||||
|
|
||||||
diff --git a/Makefile.in b/Makefile.in
|
diff --git a/Makefile.in b/Makefile.in
|
||||||
index 2bf7f1e8..403a868a 100644
|
index 71ad761..0f239f4 100644
|
||||||
--- a/Makefile.in
|
--- a/Makefile.in
|
||||||
+++ b/Makefile.in
|
+++ b/Makefile.in
|
||||||
@@ -53,6 +53,9 @@ clean distclean mostlyclean maintainer-clean tags:
|
@@ -53,6 +53,9 @@ clean distclean mostlyclean maintainer-clean tags:
|
||||||
@@ -35,7 +35,7 @@ index 2bf7f1e8..403a868a 100644
|
|||||||
true
|
true
|
||||||
|
|
||||||
diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
|
diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
|
||||||
index 0699fa0d..8ac9983c 100644
|
index 0699fa0..8ac9983 100644
|
||||||
--- a/testsuite/Makefile.in
|
--- a/testsuite/Makefile.in
|
||||||
+++ b/testsuite/Makefile.in
|
+++ b/testsuite/Makefile.in
|
||||||
@@ -137,6 +137,8 @@ $(TARGETS) $(EXTRA_TARGETS): testutils.$(OBJEXT) ../non-nettle.$(OBJEXT) \
|
@@ -137,6 +137,8 @@ $(TARGETS) $(EXTRA_TARGETS): testutils.$(OBJEXT) ../non-nettle.$(OBJEXT) \
|
||||||
@@ -47,6 +47,3 @@ index 0699fa0d..8ac9983c 100644
|
|||||||
check: $(TS_ALL) $(TS_ALL:sc-%=%)
|
check: $(TS_ALL) $(TS_ALL:sc-%=%)
|
||||||
TEST_SHLIB_DIR="$(TEST_SHLIB_DIR)" \
|
TEST_SHLIB_DIR="$(TEST_SHLIB_DIR)" \
|
||||||
srcdir="$(srcdir)" \
|
srcdir="$(srcdir)" \
|
||||||
--
|
|
||||||
2.39.2
|
|
||||||
|
|
||||||
|
|||||||
+2
-5
@@ -1,4 +1,4 @@
|
|||||||
From 5f7cdd2b878298577accade43a38e1a0951d17b4 Mon Sep 17 00:00:00 2001
|
From ec2ca7e505e6bfe1fff2a7d6e6bb39b60b93e19a Mon Sep 17 00:00:00 2001
|
||||||
From: Haiqing Bai <Haiqing.Bai@windriver.com>
|
From: Haiqing Bai <Haiqing.Bai@windriver.com>
|
||||||
Date: Fri, 9 Dec 2016 15:23:17 +0800
|
Date: Fri, 9 Dec 2016 15:23:17 +0800
|
||||||
Subject: [PATCH] nettle: check header files of openssl only if
|
Subject: [PATCH] nettle: check header files of openssl only if
|
||||||
@@ -23,7 +23,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
|
|||||||
1 file changed, 5 insertions(+), 3 deletions(-)
|
1 file changed, 5 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index 4f27e663..673c1492 100644
|
index 7c003bb..779f7ff 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -197,9 +197,11 @@ AC_TYPE_SIZE_T
|
@@ -197,9 +197,11 @@ AC_TYPE_SIZE_T
|
||||||
@@ -41,6 +41,3 @@ index 4f27e663..673c1492 100644
|
|||||||
|
|
||||||
# For use by the testsuite
|
# For use by the testsuite
|
||||||
AC_CHECK_HEADERS([valgrind/memcheck.h])
|
AC_CHECK_HEADERS([valgrind/memcheck.h])
|
||||||
--
|
|
||||||
2.39.2
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
|
|||||||
file://check-header-files-of-openssl-only-if-enable_.patch \
|
file://check-header-files-of-openssl-only-if-enable_.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "b4c518adb174e484cb4acea54118f02380c7133771e7e9beb98a0787194ee47c"
|
SRC_URI[sha256sum] = "b0fcdd7fc0cdea6e80dcf1dd85ba794af0d5b4a57e26397eee3bc193272d9132"
|
||||||
|
|
||||||
UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"
|
UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||||
|
|
||||||
Reference in New Issue
Block a user