diff options
| -rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1/0001-nss-nspr-fix-for-multilib.patch | 10 | ||||
| -rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1/change-finding-path-of-nss.patch | 13 | ||||
| -rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1/ensure-search-path-non-host.patch | 17 | ||||
| -rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1/fix-ltmain.sh.patch | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.3.bb (renamed from meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.2.bb) | 2 | 
5 files changed, 28 insertions, 20 deletions
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1/0001-nss-nspr-fix-for-multilib.patch b/meta-oe/recipes-support/xmlsec1/xmlsec1/0001-nss-nspr-fix-for-multilib.patch index 53c119765a..f107f42dab 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1/0001-nss-nspr-fix-for-multilib.patch +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1/0001-nss-nspr-fix-for-multilib.patch  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 9ed3b4e628f9254d5c86006fe63c33a1eb02aee5 Mon Sep 17 00:00:00 2001 | 1 | From 4d73b85fb1b794c649359bc8a774b0111d36994a Mon Sep 17 00:00:00 2001 | 
| 2 | From: Chen Qi <Qi.Chen@windriver.com> | 2 | From: Chen Qi <Qi.Chen@windriver.com> | 
| 3 | Date: Tue, 4 Feb 2020 23:39:49 -0800 | 3 | Date: Tue, 4 Feb 2020 23:39:49 -0800 | 
| 4 | Subject: [PATCH] nss/nspr: fix for multilib | 4 | Subject: [PATCH] nss/nspr: fix for multilib | 
| @@ -6,15 +6,16 @@ Subject: [PATCH] nss/nspr: fix for multilib | |||
| 6 | Upstream-Status: Pending | 6 | Upstream-Status: Pending | 
| 7 | 7 | ||
| 8 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | 8 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | 
| 9 | |||
| 9 | --- | 10 | --- | 
| 10 | configure.ac | 16 ++++++++-------- | 11 | configure.ac | 16 ++++++++-------- | 
| 11 | 1 file changed, 8 insertions(+), 8 deletions(-) | 12 | 1 file changed, 8 insertions(+), 8 deletions(-) | 
| 12 | 13 | ||
| 13 | diff --git a/configure.ac b/configure.ac | 14 | diff --git a/configure.ac b/configure.ac | 
| 14 | index b46d97d..39f4318 100644 | 15 | index 51621d6..3d23683 100644 | 
| 15 | --- a/configure.ac | 16 | --- a/configure.ac | 
| 16 | +++ b/configure.ac | 17 | +++ b/configure.ac | 
| 17 | @@ -920,24 +920,24 @@ fi | 18 | @@ -960,24 +960,24 @@ fi | 
| 18 | dnl Priority 1: User specifies the path to installation | 19 | dnl Priority 1: User specifies the path to installation | 
| 19 | if test "z$NSPR_FOUND" = "zno" -a "z$with_nspr" != "z" -a "z$with_nspr" != "zyes" ; then | 20 | if test "z$NSPR_FOUND" = "zno" -a "z$with_nspr" != "z" -a "z$with_nspr" != "zyes" ; then | 
| 20 | AC_MSG_CHECKING(for nspr library installation in "$with_nspr" folder) | 21 | AC_MSG_CHECKING(for nspr library installation in "$with_nspr" folder) | 
| @@ -47,6 +48,3 @@ index b46d97d..39f4318 100644 | |||
| 47 | fi | 48 | fi | 
| 48 | fi | 49 | fi | 
| 49 | 50 | ||
| 50 | -- | ||
| 51 | 2.21.0 | ||
| 52 | |||
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1/change-finding-path-of-nss.patch b/meta-oe/recipes-support/xmlsec1/xmlsec1/change-finding-path-of-nss.patch index 1451ff5647..3a1531deb1 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1/change-finding-path-of-nss.patch +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1/change-finding-path-of-nss.patch  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From c1c980a95d85bcaf8802524d6148783522b300d7 Mon Sep 17 00:00:00 2001 | 1 | From 9c861646e034b1c80fafd389279b0a7da90a8ba7 Mon Sep 17 00:00:00 2001 | 
| 2 | From: Yulong Pei <Yulong.pei@windriver.com> | 2 | From: Yulong Pei <Yulong.pei@windriver.com> | 
| 3 | Date: Wed, 21 Jul 2010 22:33:43 +0800 | 3 | Date: Wed, 21 Jul 2010 22:33:43 +0800 | 
| 4 | Subject: [PATCH] change finding path of nss and nspr | 4 | Subject: [PATCH] change finding path of nss and nspr | 
| @@ -8,20 +8,21 @@ Upstream-Status: Pending | |||
| 8 | Signed-off-by: Yulong Pei <Yulong.pei@windriver.com> | 8 | Signed-off-by: Yulong Pei <Yulong.pei@windriver.com> | 
| 9 | Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> | 9 | Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> | 
| 10 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | 10 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | 
| 11 | |||
| 11 | --- | 12 | --- | 
| 12 | configure.ac | 20 ++++++++++---------- | 13 | configure.ac | 2 +- | 
| 13 | 1 file changed, 10 insertions(+), 10 deletions(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 
| 14 | 15 | ||
| 15 | diff --git a/configure.ac b/configure.ac | 16 | diff --git a/configure.ac b/configure.ac | 
| 16 | index 951b3eb..1fdeb0f 100644 | 17 | index ce8a278..51621d6 100644 | 
| 17 | --- a/configure.ac | 18 | --- a/configure.ac | 
| 18 | +++ b/configure.ac | 19 | +++ b/configure.ac | 
| 19 | @@ -866,7 +866,7 @@ MOZILLA_MIN_VERSION="1.4" | 20 | @@ -935,7 +935,7 @@ NSS_PACKAGE=mozilla-nss | 
| 20 | NSPR_INCLUDE_MARKER="nspr/nspr.h" | 21 | NSPR_INCLUDE_MARKER="nspr/nspr.h" | 
| 21 | NSPR_LIB_MARKER="libnspr4$shrext" | 22 | NSPR_LIB_MARKER="libnspr4$shrext" | 
| 22 | NSPR_LIBS_LIST="-lnspr4 -lplds4 -lplc4" | 23 | NSPR_LIBS_LIST="-lnspr4 -lplds4 -lplc4" | 
| 23 | -NSS_INCLUDE_MARKER="nss/nss.h" | 24 | -NSS_INCLUDE_MARKER="nss/nss.h" | 
| 24 | +NSS_INCLUDE_MARKER="nss3/nss.h" | 25 | +NSS_INCLUDE_MARKER="nss3/nss.h" | 
| 25 | NSS_LIB_MARKER="libnss3$shrext" | 26 | NSS_LIB_MARKER="libnss3$shrext" | 
| 26 | NSS_LIBS_LIST="-lnss3 -lsmime3" | 27 | NSS_LIBS_LIST="-lnss3 -lsmime3 -lnssutil3" | 
| 27 | 28 | ||
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1/ensure-search-path-non-host.patch b/meta-oe/recipes-support/xmlsec1/xmlsec1/ensure-search-path-non-host.patch index a5a298af0d..7b07628e5f 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1/ensure-search-path-non-host.patch +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1/ensure-search-path-non-host.patch  | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | xmlsec1: Fix configure QA error caused by host lookup path | 1 | From c16d384fb64cf53351e150fb9e9b99cc6ba970b2 Mon Sep 17 00:00:00 2001 | 
| 2 | From: Anatol Belski <anbelski@linux.microsoft.com> | ||
| 3 | Date: Thu, 14 Jan 2021 17:36:23 +0000 | ||
| 4 | Subject: [PATCH] xmlsec1: Fix configure QA error caused by host lookup path | ||
| 2 | 5 | ||
| 3 | ERROR: mc:my-sdk:xmlsec1-1.2.30-r0 do_configure: QA Issue: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. | 6 | ERROR: mc:my-sdk:xmlsec1-1.2.30-r0 do_configure: QA Issue: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. | 
| 4 | 7 | ||
| @@ -7,9 +10,15 @@ It will eventually arise after the configure QA as the configure script should o | |||
| 7 | Upstream-Status: Inappropriate [embedded specific] | 10 | Upstream-Status: Inappropriate [embedded specific] | 
| 8 | Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com> | 11 | Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com> | 
| 9 | 12 | ||
| 10 | --- a/configure.ac.orig 2021-01-13 14:37:42.254991177 +0000 | 13 | --- | 
| 11 | +++ b/configure.ac 2021-01-13 14:40:56.546269330 +0000 | 14 | configure.ac | 4 ++-- | 
| 12 | @@ -250,8 +250,8 @@ | 15 | 1 file changed, 2 insertions(+), 2 deletions(-) | 
| 16 | |||
| 17 | diff --git a/configure.ac b/configure.ac | ||
| 18 | index 3d23683..baf27b7 100644 | ||
| 19 | --- a/configure.ac | ||
| 20 | +++ b/configure.ac | ||
| 21 | @@ -286,8 +286,8 @@ fi | ||
| 13 | dnl ========================================================================== | 22 | dnl ========================================================================== | 
| 14 | dnl Common installation locations | 23 | dnl Common installation locations | 
| 15 | dnl ========================================================================== | 24 | dnl ========================================================================== | 
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1/fix-ltmain.sh.patch b/meta-oe/recipes-support/xmlsec1/xmlsec1/fix-ltmain.sh.patch index af598fe749..73c6ddb027 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1/fix-ltmain.sh.patch +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1/fix-ltmain.sh.patch  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 847dc52f5a50e34ee4d6e3dc2c708711747a58ca Mon Sep 17 00:00:00 2001 | 1 | From 1b9701faf22f5a17a81a2a2732794d9627499fcb Mon Sep 17 00:00:00 2001 | 
| 2 | From: Yulong Pei <Yulong.pei@windriver.com> | 2 | From: Yulong Pei <Yulong.pei@windriver.com> | 
| 3 | Date: Thu, 21 Jan 2010 14:11:20 +0800 | 3 | Date: Thu, 21 Jan 2010 14:11:20 +0800 | 
| 4 | Subject: [PATCH] force to use our own libtool | 4 | Subject: [PATCH] force to use our own libtool | 
| @@ -12,10 +12,10 @@ Signed-off-by: Yulong Pei <Yulong.pei@windriver.com> | |||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | 
| 13 | 13 | ||
| 14 | diff --git a/ltmain.sh b/ltmain.sh | 14 | diff --git a/ltmain.sh b/ltmain.sh | 
| 15 | index 147d758..a61f16b 100644 | 15 | index 1dea62a..bfb9784 100755 | 
| 16 | --- a/ltmain.sh | 16 | --- a/ltmain.sh | 
| 17 | +++ b/ltmain.sh | 17 | +++ b/ltmain.sh | 
| 18 | @@ -6969,7 +6969,7 @@ func_mode_link () | 18 | @@ -7225,7 +7225,7 @@ func_mode_link () | 
| 19 | dir=$func_resolve_sysroot_result | 19 | dir=$func_resolve_sysroot_result | 
| 20 | # We need an absolute path. | 20 | # We need an absolute path. | 
| 21 | case $dir in | 21 | case $dir in | 
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.2.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.3.bb index ff5b6faeb4..7a5f01e4fd 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.2.bb +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.3.bb  | |||
| @@ -22,7 +22,7 @@ SRC_URI = "http://www.aleksey.com/xmlsec/download/${BP}.tar.gz \ | |||
| 22 | file://ensure-search-path-non-host.patch \ | 22 | file://ensure-search-path-non-host.patch \ | 
| 23 | " | 23 | " | 
| 24 | 24 | ||
| 25 | SRC_URI[sha256sum] = "4003c56b3d356d21b1db7775318540fad6bfedaf5f117e8f7c010811219be3cf" | 25 | SRC_URI[sha256sum] = "ab5b9a9ffd6960f46f7466d9d91f174ec37e8c31989237ba6b9eacdd816464f2" | 
| 26 | 26 | ||
| 27 | inherit autotools-brokensep ptest pkgconfig | 27 | inherit autotools-brokensep ptest pkgconfig | 
| 28 | 28 | ||
