diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:48:55 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-05 17:07:10 +0000 |
| commit | fd467c0d6094de5b03b478f4664e4d80136eb25c (patch) | |
| tree | 567376175f90f8f52de62b5691e4cd0cd2efdbab /meta | |
| parent | 8710268bc9302a410a7949e7216795a0efbd1e17 (diff) | |
| download | poky-fd467c0d6094de5b03b478f4664e4d80136eb25c.tar.gz | |
cups: upgrade 2.4.10 -> 2.4.11
(From OE-Core rev: a79dd46b65d897f62dbc8a89712229a08b735c85)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/cups/cups/0002-don-t-try-to-run-generated-binaries.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-extended/cups/cups/0004-cups-fix-multilib-install-file-conflicts.patch | 6 | ||||
| -rw-r--r-- | meta/recipes-extended/cups/cups/libexecdir.patch | 5 | ||||
| -rw-r--r-- | meta/recipes-extended/cups/cups_2.4.11.bb (renamed from meta/recipes-extended/cups/cups_2.4.10.bb) | 2 |
6 files changed, 9 insertions, 10 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 9688efafae..b8761df0d5 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
| @@ -96,7 +96,7 @@ do_install () { | |||
| 96 | PACKAGES =+ "${PN}-lib ${PN}-libimage ${PN}-webif" | 96 | PACKAGES =+ "${PN}-lib ${PN}-libimage ${PN}-webif" |
| 97 | 97 | ||
| 98 | RDEPENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'procps', '', d)}" | 98 | RDEPENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'procps', '', d)}" |
| 99 | FILES:${PN} += "${libexecdir}/cups/" | 99 | FILES:${PN} += "${libexecdir}/cups/ ${systemd_system_unitdir}/system-cups.slice" |
| 100 | 100 | ||
| 101 | FILES:${PN}-lib = "${libdir}/libcups.so.*" | 101 | FILES:${PN}-lib = "${libdir}/libcups.so.*" |
| 102 | 102 | ||
diff --git a/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch b/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch index e6bd400779..c0cb7df581 100644 --- a/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch +++ b/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From ddfe6ed6a89226985e8c9f0751c026aabc0927a0 Mon Sep 17 00:00:00 2001 | 1 | From c5f943b1ac6e1c86ae64686e29e178fedf933e96 Mon Sep 17 00:00:00 2001 |
| 2 | From: Saul Wold <sgw@linux.intel.com> | 2 | From: Saul Wold <sgw@linux.intel.com> |
| 3 | Date: Thu, 13 Dec 2012 19:03:52 -0800 | 3 | Date: Thu, 13 Dec 2012 19:03:52 -0800 |
| 4 | Subject: [PATCH] use echo only in init | 4 | Subject: [PATCH] use echo only in init |
diff --git a/meta/recipes-extended/cups/cups/0002-don-t-try-to-run-generated-binaries.patch b/meta/recipes-extended/cups/cups/0002-don-t-try-to-run-generated-binaries.patch index 75270cb0cb..cf2f1a6747 100644 --- a/meta/recipes-extended/cups/cups/0002-don-t-try-to-run-generated-binaries.patch +++ b/meta/recipes-extended/cups/cups/0002-don-t-try-to-run-generated-binaries.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From ff6c7168c3f26094b3a18298208a28831d1c1fd5 Mon Sep 17 00:00:00 2001 | 1 | From da9a313ae5a2d1da683dd58572df0d7a660eb922 Mon Sep 17 00:00:00 2001 |
| 2 | From: Koen Kooi <koen@dominion.thruhere.net> | 2 | From: Koen Kooi <koen@dominion.thruhere.net> |
| 3 | Date: Sun, 30 Jan 2011 16:37:27 +0100 | 3 | Date: Sun, 30 Jan 2011 16:37:27 +0100 |
| 4 | Subject: [PATCH] don't try to run generated binaries | 4 | Subject: [PATCH] don't try to run generated binaries |
diff --git a/meta/recipes-extended/cups/cups/0004-cups-fix-multilib-install-file-conflicts.patch b/meta/recipes-extended/cups/cups/0004-cups-fix-multilib-install-file-conflicts.patch index d49fb8f2c2..31338822e6 100644 --- a/meta/recipes-extended/cups/cups/0004-cups-fix-multilib-install-file-conflicts.patch +++ b/meta/recipes-extended/cups/cups/0004-cups-fix-multilib-install-file-conflicts.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 6e286b582571ffca3f7874076d70eec6fd5713f6 Mon Sep 17 00:00:00 2001 | 1 | From 880bad2c6b08afd2e2e303bc3ceea559edbe76d2 Mon Sep 17 00:00:00 2001 |
| 2 | From: Kai Kang <kai.kang@windriver.com> | 2 | From: Kai Kang <kai.kang@windriver.com> |
| 3 | Date: Wed, 3 Oct 2018 00:27:11 +0800 | 3 | Date: Wed, 3 Oct 2018 00:27:11 +0800 |
| 4 | Subject: [PATCH] cups: fix multilib install file conflicts | 4 | Subject: [PATCH] cups: fix multilib install file conflicts |
| @@ -15,10 +15,10 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com> | |||
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 16 | 16 | ||
| 17 | diff --git a/conf/cups-files.conf.in b/conf/cups-files.conf.in | 17 | diff --git a/conf/cups-files.conf.in b/conf/cups-files.conf.in |
| 18 | index 93584a1..65b7052 100644 | 18 | index f96f745..27d8be9 100644 |
| 19 | --- a/conf/cups-files.conf.in | 19 | --- a/conf/cups-files.conf.in |
| 20 | +++ b/conf/cups-files.conf.in | 20 | +++ b/conf/cups-files.conf.in |
| 21 | @@ -67,7 +67,7 @@ PageLog @CUPS_LOGDIR@/page_log | 21 | @@ -70,7 +70,7 @@ PageLog @CUPS_LOGDIR@/page_log |
| 22 | #RequestRoot @CUPS_REQUESTS@ | 22 | #RequestRoot @CUPS_REQUESTS@ |
| 23 | 23 | ||
| 24 | # Location of helper programs... | 24 | # Location of helper programs... |
diff --git a/meta/recipes-extended/cups/cups/libexecdir.patch b/meta/recipes-extended/cups/cups/libexecdir.patch index 7ccad94f0f..493c7970ea 100644 --- a/meta/recipes-extended/cups/cups/libexecdir.patch +++ b/meta/recipes-extended/cups/cups/libexecdir.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 1724f7bcdbcfdb445778f8a2e530c5c094c18c10 Mon Sep 17 00:00:00 2001 | 1 | From 4ae7ad87aa022f5128be222dffbf0c50ec6e846e Mon Sep 17 00:00:00 2001 |
| 2 | From: Ross Burton <ross.burton@arm.com> | 2 | From: Ross Burton <ross.burton@arm.com> |
| 3 | Date: Tue, 13 Jul 2021 12:56:30 +0100 | 3 | Date: Tue, 13 Jul 2021 12:56:30 +0100 |
| 4 | Subject: [PATCH] Use $libexecdir instead of hardcoding $prefix/lib as this | 4 | Subject: [PATCH] Use $libexecdir instead of hardcoding $prefix/lib as this |
| @@ -6,13 +6,12 @@ Subject: [PATCH] Use $libexecdir instead of hardcoding $prefix/lib as this | |||
| 6 | 6 | ||
| 7 | Upstream-Status: Pending | 7 | Upstream-Status: Pending |
| 8 | Signed-off-by: Ross Burton <ross.burton@arm.com> | 8 | Signed-off-by: Ross Burton <ross.burton@arm.com> |
| 9 | |||
| 10 | --- | 9 | --- |
| 11 | config-scripts/cups-directories.m4 | 4 ++-- | 10 | config-scripts/cups-directories.m4 | 4 ++-- |
| 12 | 1 file changed, 2 insertions(+), 2 deletions(-) | 11 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 13 | 12 | ||
| 14 | diff --git a/config-scripts/cups-directories.m4 b/config-scripts/cups-directories.m4 | 13 | diff --git a/config-scripts/cups-directories.m4 b/config-scripts/cups-directories.m4 |
| 15 | index 2033d47..230166e 100644 | 14 | index 069ee7b..2f67e5b 100644 |
| 16 | --- a/config-scripts/cups-directories.m4 | 15 | --- a/config-scripts/cups-directories.m4 |
| 17 | +++ b/config-scripts/cups-directories.m4 | 16 | +++ b/config-scripts/cups-directories.m4 |
| 18 | @@ -239,7 +239,7 @@ AC_SUBST([CUPS_REQUESTS]) | 17 | @@ -239,7 +239,7 @@ AC_SUBST([CUPS_REQUESTS]) |
diff --git a/meta/recipes-extended/cups/cups_2.4.10.bb b/meta/recipes-extended/cups/cups_2.4.11.bb index e16ad47cf5..71568295cb 100644 --- a/meta/recipes-extended/cups/cups_2.4.10.bb +++ b/meta/recipes-extended/cups/cups_2.4.11.bb | |||
| @@ -2,4 +2,4 @@ require cups.inc | |||
| 2 | 2 | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "d75757c2bc0f7a28b02ee4d52ca9e4b1aa1ba2affe16b985854f5336940e5ad7" | 5 | SRC_URI[sha256sum] = "9a88fe1da3a29a917c3fc67ce6eb3178399d68e1a548c6d86c70d9b13651fd71" |
