summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nss/nss
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-01-19 17:37:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-20 17:07:13 +0000
commit386064042d8980d03a38d24c49493942cfb51efb (patch)
tree231f6438bcfb67e3666603c2ec8a9514f3466866 /meta/recipes-support/nss/nss
parentea39ad08ee995c2de3cfeaf5f453ed886ba15538 (diff)
downloadpoky-386064042d8980d03a38d24c49493942cfb51efb.tar.gz
nss: update to 3.21
Explicitly disable tests (they were previously implicitly disabled upstream), as they cause various architecture-specific build failures. Add 0001-Fix-build-failure-on-opensuse-13.1.patch that fixes compilation using gcc 4.8. (From OE-Core rev: 1cf3f0685b42ce494d7b2b327d54c9652a6de42d) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nss/nss')
-rw-r--r--meta/recipes-support/nss/nss/0001-Fix-build-failure-on-opensuse-13.1.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-support/nss/nss/0001-Fix-build-failure-on-opensuse-13.1.patch b/meta/recipes-support/nss/nss/0001-Fix-build-failure-on-opensuse-13.1.patch
new file mode 100644
index 0000000000..cb3ad0068e
--- /dev/null
+++ b/meta/recipes-support/nss/nss/0001-Fix-build-failure-on-opensuse-13.1.patch
@@ -0,0 +1,27 @@
1From 8758c6a4508a5ca01505a8d69a269c912ce10bee Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 18 Jan 2016 18:26:16 +0000
4Subject: [PATCH] Fix build failure on opensuse 13.1
5
6Upstream-Status: Inappropriate [gcc 4.8 specific issue]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 nss/cmd/modutil/install-ds.h | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/nss/cmd/modutil/install-ds.h b/nss/cmd/modutil/install-ds.h
13index 3a3afb3..433efe0 100644
14--- a/nss/cmd/modutil/install-ds.h
15+++ b/nss/cmd/modutil/install-ds.h
16@@ -243,7 +243,7 @@ struct Pk11Install_Info_str {
17 Pk11Install_Info*
18 Pk11Install_Info_new();
19 void
20-Pk11Install_Info_init();
21+Pk11Install_Info_init(Pk11Install_Info* _this);
22 void
23 Pk11Install_Info_delete(Pk11Install_Info* _this);
24 /*// Returns NULL for success, error message if parse error.*/
25--
261.8.4.5
27