diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch | 8 | ||||
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch | 16 | ||||
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.46.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.45.bb) | 2 |
3 files changed, 15 insertions, 11 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch index a0ab4f23ff..ee3147f3df 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 137805890951b6b585c1d23097e0a51e8c7a8a50 Mon Sep 17 00:00:00 2001 | 1 | From a45989a64af20ef6a9f7c1552f19bba116e7cd0a Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Fri, 28 Feb 2020 09:19:56 +0000 | 3 | Date: Fri, 28 Feb 2020 09:19:56 +0000 |
4 | Subject: [PATCH] Do not fail when testing config scripts | 4 | Subject: [PATCH] Do not fail when testing config scripts |
@@ -9,19 +9,19 @@ failure is due to that. | |||
9 | 9 | ||
10 | Upstream-Status: Inappropriate [oe-core specific] | 10 | Upstream-Status: Inappropriate [oe-core specific] |
11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
12 | |||
12 | --- | 13 | --- |
13 | src/Makefile.am | 1 - | 14 | src/Makefile.am | 1 - |
14 | 1 file changed, 1 deletion(-) | 15 | 1 file changed, 1 deletion(-) |
15 | 16 | ||
16 | diff --git a/src/Makefile.am b/src/Makefile.am | 17 | diff --git a/src/Makefile.am b/src/Makefile.am |
17 | index 9303954..7630540 100644 | 18 | index c61adde..1b8b4ff 100644 |
18 | --- a/src/Makefile.am | 19 | --- a/src/Makefile.am |
19 | +++ b/src/Makefile.am | 20 | +++ b/src/Makefile.am |
20 | @@ -344,7 +344,6 @@ gpg-error-config: gpgrt-config gpg-error-config-old | 21 | @@ -323,6 +323,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh |
21 | else \ | 22 | else \ |
22 | echo "no"; \ | 23 | echo "no"; \ |
23 | echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \ | 24 | echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \ |
24 | - exit 1; \ | 25 | - exit 1; \ |
25 | fi | 26 | fi |
26 | cp gpg-error-config-old $@ | 27 | cp gpg-error-config-old $@ |
27 | |||
diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch index 82bb4cdb47..75c1febc10 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 0214d886d0153f7288f81213c47dc50f3b9fde20 Mon Sep 17 00:00:00 2001 | 1 | From e10f93167c76c477a7b97286cfac603795bf28d8 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Thu, 29 Mar 2018 15:12:17 +0800 | 3 | Date: Thu, 29 Mar 2018 15:12:17 +0800 |
4 | Subject: [PATCH] support pkgconfig | 4 | Subject: [PATCH] support pkgconfig |
@@ -14,14 +14,14 @@ Signed-off-by: Armin Kuster <akuster808@gmail.com> | |||
14 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 14 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> |
15 | 15 | ||
16 | --- | 16 | --- |
17 | src/gpg-error.m4 | 161 +---------------------------------------------- | 17 | src/gpg-error.m4 | 165 +---------------------------------------------- |
18 | 1 file changed, 3 insertions(+), 158 deletions(-) | 18 | 1 file changed, 3 insertions(+), 162 deletions(-) |
19 | 19 | ||
20 | diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 | 20 | diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 |
21 | index 4b5cd40..c9978d6 100644 | 21 | index a975e53..af4bf2f 100644 |
22 | --- a/src/gpg-error.m4 | 22 | --- a/src/gpg-error.m4 |
23 | +++ b/src/gpg-error.m4 | 23 | +++ b/src/gpg-error.m4 |
24 | @@ -27,158 +27,12 @@ dnl is added to the gpg_config_script_warn variable. | 24 | @@ -27,162 +27,12 @@ dnl is added to the gpg_config_script_warn variable. |
25 | dnl | 25 | dnl |
26 | AC_DEFUN([AM_PATH_GPG_ERROR], | 26 | AC_DEFUN([AM_PATH_GPG_ERROR], |
27 | [ AC_REQUIRE([AC_CANONICAL_HOST]) | 27 | [ AC_REQUIRE([AC_CANONICAL_HOST]) |
@@ -118,6 +118,10 @@ index 4b5cd40..c9978d6 100644 | |||
118 | - fi | 118 | - fi |
119 | - if test -n "$gpgrt_libdir"; then break; fi | 119 | - if test -n "$gpgrt_libdir"; then break; fi |
120 | - done | 120 | - done |
121 | - if test -z "$libdir_candidates"; then | ||
122 | - # No valid pkgconfig dir in any of the system directories, fallback | ||
123 | - gpgrt_libdir=${possible_libdir1} | ||
124 | - fi | ||
121 | - else | 125 | - else |
122 | - # When we cannot determine system libdir-format, use this: | 126 | - # When we cannot determine system libdir-format, use this: |
123 | - gpgrt_libdir=${possible_libdir1} | 127 | - gpgrt_libdir=${possible_libdir1} |
@@ -183,7 +187,7 @@ index 4b5cd40..c9978d6 100644 | |||
183 | fi | 187 | fi |
184 | if test x"$gpg_error_config_host" != xnone ; then | 188 | if test x"$gpg_error_config_host" != xnone ; then |
185 | if test x"$gpg_error_config_host" != x"$host" ; then | 189 | if test x"$gpg_error_config_host" != x"$host" ; then |
186 | @@ -194,15 +48,6 @@ AC_DEFUN([AM_PATH_GPG_ERROR], | 190 | @@ -198,15 +48,6 @@ AC_DEFUN([AM_PATH_GPG_ERROR], |
187 | fi | 191 | fi |
188 | fi | 192 | fi |
189 | else | 193 | else |
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.45.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.46.bb index ff3a673df2..580fe208d4 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.45.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.46.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | |||
20 | file://run-ptest \ | 20 | file://run-ptest \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[sha256sum] = "570f8ee4fb4bff7b7495cff920c275002aea2147e9a1d220c068213267f80a26" | 23 | SRC_URI[sha256sum] = "b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d" |
24 | 24 | ||
25 | BINCONFIG = "${bindir}/gpg-error-config" | 25 | BINCONFIG = "${bindir}/gpg-error-config" |
26 | 26 | ||