diff options
| author | Petr Gotthard <petr.gotthard@advantech.cz> | 2023-04-13 20:01:34 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-14 08:44:20 -0700 |
| commit | e64fda2f961fee477350fcc3c90d374ca1545831 (patch) | |
| tree | ab5de0fbd3111a7a69f28f6445694bcdeae76eea /meta-webserver/recipes-webadmin/cockpit/files/0001-Warn-not-error-if-xsltproc-is-not-found.patch | |
| parent | 18ef546186b58412aa74cb8c12f1d1747f91c392 (diff) | |
| download | meta-openembedded-e64fda2f961fee477350fcc3c90d374ca1545831.tar.gz | |
cockpit: upgrade 276 -> 289
Changes are described for each release in the blog:
https://cockpit-project.org/blog/cockpit-277.html
https://cockpit-project.org/blog/cockpit-278.html
https://cockpit-project.org/blog/cockpit-279.html
https://cockpit-project.org/blog/cockpit-280.html
https://cockpit-project.org/blog/cockpit-281.html
https://cockpit-project.org/blog/cockpit-282.html
https://cockpit-project.org/blog/cockpit-283.html
https://cockpit-project.org/blog/cockpit-284.html
https://cockpit-project.org/blog/cockpit-285.html
https://cockpit-project.org/blog/cockpit-286.html
https://cockpit-project.org/blog/cockpit-287.html
https://cockpit-project.org/blog/cockpit-288.html
https://cockpit-project.org/blog/cockpit-289.html
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-webadmin/cockpit/files/0001-Warn-not-error-if-xsltproc-is-not-found.patch')
| -rw-r--r-- | meta-webserver/recipes-webadmin/cockpit/files/0001-Warn-not-error-if-xsltproc-is-not-found.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-webserver/recipes-webadmin/cockpit/files/0001-Warn-not-error-if-xsltproc-is-not-found.patch b/meta-webserver/recipes-webadmin/cockpit/files/0001-Warn-not-error-if-xsltproc-is-not-found.patch index b3b0988b12..db583cfd29 100644 --- a/meta-webserver/recipes-webadmin/cockpit/files/0001-Warn-not-error-if-xsltproc-is-not-found.patch +++ b/meta-webserver/recipes-webadmin/cockpit/files/0001-Warn-not-error-if-xsltproc-is-not-found.patch | |||
| @@ -1,27 +1,25 @@ | |||
| 1 | From 588bb5cb248aaeaf0fea33084229c99ad1574291 Mon Sep 17 00:00:00 2001 | 1 | From 7c1f95995ce9180221bac03b7b1e1696b8a79de7 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Wed, 7 Sep 2022 11:12:28 -0700 | 3 | Date: Wed, 7 Sep 2022 11:12:28 -0700 |
| 4 | Subject: [PATCH] Warn not error if xsltproc is not found | 4 | Subject: [PATCH] Warn not error if xsltproc is not found |
| 5 | 5 | ||
| 6 | Upstream-Status: Inappropriate [oe-core specific] | 6 | Upstream-Status: Inappropriate [oe-core specific] |
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 8 | |||
| 8 | --- | 9 | --- |
| 9 | configure.ac | 2 +- | 10 | configure.ac | 2 +- |
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 11 | 12 | ||
| 12 | diff --git a/configure.ac b/configure.ac | 13 | diff --git a/configure.ac b/configure.ac |
| 13 | index 7659f41..537203e 100644 | 14 | index 6896c19..2a1fb52 100644 |
| 14 | --- a/configure.ac | 15 | --- a/configure.ac |
| 15 | +++ b/configure.ac | 16 | +++ b/configure.ac |
| 16 | @@ -177,7 +177,7 @@ AC_SUBST([systemdunitdir], [$systemdunitdir]) | 17 | @@ -182,7 +182,7 @@ AC_SUBST([systemdunitdir], [$systemdunitdir]) |
| 17 | # package as xgettext, and we find them by PATH, so just check for the one. | 18 | # package as xgettext, and we find them by PATH, so just check for the one. |
| 18 | AC_PATH_PROG([XGETTEXT], [xsltproc], [no]) | 19 | AC_PATH_PROG([XGETTEXT], [xgettext], [no]) |
| 19 | if test "$XGETTEXT" = "no"; then | 20 | if test "$XGETTEXT" = "no"; then |
| 20 | - AC_MSG_ERROR([Please install gettext tools]) | 21 | - AC_MSG_ERROR([Please install gettext tools]) |
| 21 | + AC_MSG_WARN([Please install gettext tools]) | 22 | + AC_MSG_WARN([Please install gettext tools]) |
| 22 | fi | 23 | fi |
| 23 | 24 | ||
| 24 | # ssh-add | 25 | # ssh-add |
| 25 | -- | ||
| 26 | 2.37.3 | ||
| 27 | |||
