diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-12 15:51:59 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:17:19 -0800 |
| commit | 74c7e41978fa68ab5dfea08422967aa723f064c3 (patch) | |
| tree | ba77b58a813bb2daa5160727f0f1876ea5e5e64f | |
| parent | b815bcc234466310279341aafc8a211215b0705f (diff) | |
| download | meta-openembedded-74c7e41978fa68ab5dfea08422967aa723f064c3.tar.gz | |
xmlsec1: upgrade 1.3.5 -> 1.3.7
0001-nss-nspr-fix-for-multilib.patch
makefile-ptest.patch
xmlsec1-examples-allow-build-in-separate-dir.patch
refreshed for 1.3.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1/0001-nss-nspr-fix-for-multilib.patch | 15 | ||||
| -rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1/makefile-ptest.patch | 8 | ||||
| -rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1/xmlsec1-examples-allow-build-in-separate-dir.patch | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.7.bb (renamed from meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.bb) | 4 |
4 files changed, 18 insertions, 15 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 697a8ee355..9bb017b63b 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 | |||
| @@ -11,10 +11,10 @@ Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | |||
| 11 | 1 file changed, 8 insertions(+), 8 deletions(-) | 11 | 1 file changed, 8 insertions(+), 8 deletions(-) |
| 12 | 12 | ||
| 13 | diff --git a/configure.ac b/configure.ac | 13 | diff --git a/configure.ac b/configure.ac |
| 14 | index 7f137c0..e15f5bc 100644 | 14 | index 40e9c0d..8f42d4d 100644 |
| 15 | --- a/configure.ac | 15 | --- a/configure.ac |
| 16 | +++ b/configure.ac | 16 | +++ b/configure.ac |
| 17 | @@ -958,24 +958,24 @@ fi | 17 | @@ -966,24 +966,24 @@ fi |
| 18 | dnl Priority 1: User specifies the path to installation | 18 | 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 | 19 | 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) | 20 | AC_MSG_CHECKING(for nspr library installation in "$with_nspr" folder) |
| @@ -27,8 +27,8 @@ index 7f137c0..e15f5bc 100644 | |||
| 27 | NSPR_FOUND="yes" | 27 | NSPR_FOUND="yes" |
| 28 | AC_MSG_RESULT([yes]) | 28 | AC_MSG_RESULT([yes]) |
| 29 | else | 29 | else |
| 30 | - AC_MSG_ERROR([not found: "$with_nspr/include/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/lib/$NSPR_LIB_MARKER" files don't exist), typo?]) | 30 | - AC_MSG_ERROR([not found: "$with_nspr/include/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/lib/$NSPR_LIB_MARKER"]) |
| 31 | + AC_MSG_ERROR([not found: "$with_nspr/${includedir}/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/${libdir}/$NSPR_LIB_MARKER" files don't exist), typo?]) | 31 | + AC_MSG_ERROR([not found: "$with_nspr/${includedir}/$NSPR_INCLUDE_MARKER" and/or "$with_nspr/${libdir}/$NSPR_LIB_MARKER"]) |
| 32 | fi | 32 | fi |
| 33 | fi | 33 | fi |
| 34 | if test "z$NSS_FOUND" = "zno" -a "z$with_nss" != "z" -a "z$with_nss" != "zyes" ; then | 34 | if test "z$NSS_FOUND" = "zno" -a "z$with_nss" != "z" -a "z$with_nss" != "zyes" ; then |
| @@ -42,8 +42,11 @@ index 7f137c0..e15f5bc 100644 | |||
| 42 | NSS_FOUND="yes" | 42 | NSS_FOUND="yes" |
| 43 | AC_MSG_RESULT([yes]) | 43 | AC_MSG_RESULT([yes]) |
| 44 | else | 44 | else |
| 45 | - AC_MSG_ERROR([not found: "$with_nss/include/$NSS_INCLUDE_MARKER" and/or "$with_nss/lib/$NSS_LIB_MARKER" files don't exist), typo?]) | 45 | - AC_MSG_ERROR([not found: "$with_nss/include/$NSS_INCLUDE_MARKER" and/or "$with_nss/lib/$NSS_LIB_MARKER"]) |
| 46 | + AC_MSG_ERROR([not found: "$with_nss/${includedir}/$NSS_INCLUDE_MARKER" and/or "$with_nss/${libdir}/$NSS_LIB_MARKER" files don't exist), typo?]) | 46 | + AC_MSG_ERROR([not found: "$with_nss/${includedir}/$NSS_INCLUDE_MARKER" and/or "$with_nss/${libdir}/$NSS_LIB_MARKER"]) |
| 47 | fi | 47 | fi |
| 48 | fi | 48 | fi |
| 49 | 49 | ||
| 50 | -- | ||
| 51 | 2.43.0 | ||
| 52 | |||
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1/makefile-ptest.patch b/meta-oe/recipes-support/xmlsec1/xmlsec1/makefile-ptest.patch index 26ebce343d..55ae9887f2 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1/makefile-ptest.patch +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1/makefile-ptest.patch | |||
| @@ -14,11 +14,11 @@ Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | |||
| 14 | 1 file changed, 10 insertions(+), 2 deletions(-) | 14 | 1 file changed, 10 insertions(+), 2 deletions(-) |
| 15 | 15 | ||
| 16 | diff --git a/examples/Makefile b/examples/Makefile | 16 | diff --git a/examples/Makefile b/examples/Makefile |
| 17 | index 02480c2..cbc2661 100644 | 17 | index 0b352bc..de3c217 100644 |
| 18 | --- a/examples/Makefile | 18 | --- a/examples/Makefile |
| 19 | +++ b/examples/Makefile | 19 | +++ b/examples/Makefile |
| 20 | @@ -8,9 +8,17 @@ PROGRAMS = \ | 20 | @@ -12,9 +12,17 @@ PROGRAMS = \ |
| 21 | decrypt1 decrypt2 decrypt3 \ | 21 | $(PROGRAMS_DEC) \ |
| 22 | xmldsigverify | 22 | xmldsigverify |
| 23 | 23 | ||
| 24 | +ifndef CC | 24 | +ifndef CC |
| @@ -38,5 +38,5 @@ index 02480c2..cbc2661 100644 | |||
| 38 | all: $(PROGRAMS) | 38 | all: $(PROGRAMS) |
| 39 | 39 | ||
| 40 | -- | 40 | -- |
| 41 | 2.25.1 | 41 | 2.43.0 |
| 42 | 42 | ||
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1/xmlsec1-examples-allow-build-in-separate-dir.patch b/meta-oe/recipes-support/xmlsec1/xmlsec1/xmlsec1-examples-allow-build-in-separate-dir.patch index 9e6a6a840f..50706793b2 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1/xmlsec1-examples-allow-build-in-separate-dir.patch +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1/xmlsec1-examples-allow-build-in-separate-dir.patch | |||
| @@ -11,10 +11,10 @@ Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | |||
| 11 | 1 file changed, 4 insertions(+), 2 deletions(-) | 11 | 1 file changed, 4 insertions(+), 2 deletions(-) |
| 12 | 12 | ||
| 13 | diff --git a/examples/Makefile b/examples/Makefile | 13 | diff --git a/examples/Makefile b/examples/Makefile |
| 14 | index cbc2661..e882b61 100644 | 14 | index de3c217..2e0ab6e 100644 |
| 15 | --- a/examples/Makefile | 15 | --- a/examples/Makefile |
| 16 | +++ b/examples/Makefile | 16 | +++ b/examples/Makefile |
| 17 | @@ -12,8 +12,10 @@ ifndef CC | 17 | @@ -16,8 +16,10 @@ ifndef CC |
| 18 | CC = gcc | 18 | CC = gcc |
| 19 | endif | 19 | endif |
| 20 | 20 | ||
| @@ -28,5 +28,5 @@ index cbc2661..e882b61 100644 | |||
| 28 | DESTDIR = /usr/share/xmlsec1 | 28 | DESTDIR = /usr/share/xmlsec1 |
| 29 | install-ptest: | 29 | install-ptest: |
| 30 | -- | 30 | -- |
| 31 | 2.25.1 | 31 | 2.43.0 |
| 32 | 32 | ||
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.7.bb index 50c387d250..2fdfd55f24 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.bb +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.7.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=352791d62092ea8104f085042de7f4d0" | |||
| 12 | 12 | ||
| 13 | SECTION = "libs" | 13 | SECTION = "libs" |
| 14 | 14 | ||
| 15 | SRC_URI = "https://github.com/lsh123/xmlsec/releases/download/${PR}/${BP}.tar.gz \ | 15 | SRC_URI = "https://github.com/lsh123/xmlsec/releases/download/${PV}/${BP}.tar.gz \ |
| 16 | file://fix-ltmain.sh.patch \ | 16 | file://fix-ltmain.sh.patch \ |
| 17 | file://change-finding-path-of-nss.patch \ | 17 | file://change-finding-path-of-nss.patch \ |
| 18 | file://makefile-ptest.patch \ | 18 | file://makefile-ptest.patch \ |
| @@ -22,7 +22,7 @@ SRC_URI = "https://github.com/lsh123/xmlsec/releases/download/${PR}/${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] = "2ffd4ad1f860ec93e47a680310ab2bc94968bd07566e71976bd96133d9504917" | 25 | SRC_URI[sha256sum] = "d82e93b69b8aa205a616b62917a269322bf63a3eaafb3775014e61752b2013ea" |
| 26 | 26 | ||
| 27 | inherit autotools-brokensep ptest pkgconfig | 27 | inherit autotools-brokensep ptest pkgconfig |
| 28 | 28 | ||
