From 60f9d69e016b11c468c98ea75ba0a60c44afbbc4 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 17 Aug 2016 14:31:25 -0500 Subject: yocto-poky: Move to import-layers subdir We are going to import additional layers, so create a subdir to hold all of the layers that we import with git-subtree. Change-Id: I6f732153a22be8ca663035c518837e3cc5ec0799 Signed-off-by: Patrick Williams --- .../0001-Fix-build-failure-on-opensuse-13.1.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 yocto-poky/meta/recipes-support/nss/nss/0001-Fix-build-failure-on-opensuse-13.1.patch (limited to 'yocto-poky/meta/recipes-support/nss/nss/0001-Fix-build-failure-on-opensuse-13.1.patch') diff --git a/yocto-poky/meta/recipes-support/nss/nss/0001-Fix-build-failure-on-opensuse-13.1.patch b/yocto-poky/meta/recipes-support/nss/nss/0001-Fix-build-failure-on-opensuse-13.1.patch deleted file mode 100644 index cb3ad0068..000000000 --- a/yocto-poky/meta/recipes-support/nss/nss/0001-Fix-build-failure-on-opensuse-13.1.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 8758c6a4508a5ca01505a8d69a269c912ce10bee Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Mon, 18 Jan 2016 18:26:16 +0000 -Subject: [PATCH] Fix build failure on opensuse 13.1 - -Upstream-Status: Inappropriate [gcc 4.8 specific issue] -Signed-off-by: Alexander Kanavin ---- - nss/cmd/modutil/install-ds.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/nss/cmd/modutil/install-ds.h b/nss/cmd/modutil/install-ds.h -index 3a3afb3..433efe0 100644 ---- a/nss/cmd/modutil/install-ds.h -+++ b/nss/cmd/modutil/install-ds.h -@@ -243,7 +243,7 @@ struct Pk11Install_Info_str { - Pk11Install_Info* - Pk11Install_Info_new(); - void --Pk11Install_Info_init(); -+Pk11Install_Info_init(Pk11Install_Info* _this); - void - Pk11Install_Info_delete(Pk11Install_Info* _this); - /*// Returns NULL for success, error message if parse error.*/ --- -1.8.4.5 - -- cgit v1.2.1