Message ID | 010101994d3a36fe-cc9ec0b7-8b50-4a50-aa2b-08aa540e0ff8-000000@us-west-2.amazonses.com |
---|---|
State | New |
Headers | show |
Series | [AUH] cups: upgrading to 2.4.14 SUCCEEDED | expand |
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 c0cb7df581..5c0bd2e14a 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 @@ -From c5f943b1ac6e1c86ae64686e29e178fedf933e96 Mon Sep 17 00:00:00 2001 +From 854a921bb935b94f4cf81f39e386ce58579f4b7c Mon Sep 17 00:00:00 2001 From: Saul Wold <sgw@linux.intel.com> Date: Thu, 13 Dec 2012 19:03:52 -0800 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 cf2f1a6747..99b08d2486 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 @@ -From da9a313ae5a2d1da683dd58572df0d7a660eb922 Mon Sep 17 00:00:00 2001 +From f09045ca716bc984af1df042e0e05f099ab9626a Mon Sep 17 00:00:00 2001 From: Koen Kooi <koen@dominion.thruhere.net> Date: Sun, 30 Jan 2011 16:37:27 +0100 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 31338822e6..ddaf5e5a7b 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 @@ -From 880bad2c6b08afd2e2e303bc3ceea559edbe76d2 Mon Sep 17 00:00:00 2001 +From 713b500c442b6e4696cdba280ac4460038566e04 Mon Sep 17 00:00:00 2001 From: Kai Kang <kai.kang@windriver.com> Date: Wed, 3 Oct 2018 00:27:11 +0800 Subject: [PATCH] cups: fix multilib install file conflicts diff --git a/meta/recipes-extended/cups/cups/libexecdir.patch b/meta/recipes-extended/cups/cups/libexecdir.patch index 493c7970ea..69c2c14091 100644 --- a/meta/recipes-extended/cups/cups/libexecdir.patch +++ b/meta/recipes-extended/cups/cups/libexecdir.patch @@ -1,4 +1,4 @@ -From 4ae7ad87aa022f5128be222dffbf0c50ec6e846e Mon Sep 17 00:00:00 2001 +From ee346e8e47964ae3768ef7aed8f8eef0cd66c05f Mon Sep 17 00:00:00 2001 From: Ross Burton <ross.burton@arm.com> Date: Tue, 13 Jul 2021 12:56:30 +0100 Subject: [PATCH] Use $libexecdir instead of hardcoding $prefix/lib as this diff --git a/meta/recipes-extended/cups/cups_2.4.12.bb b/meta/recipes-extended/cups/cups_2.4.14.bb similarity index 51% rename from meta/recipes-extended/cups/cups_2.4.12.bb rename to meta/recipes-extended/cups/cups_2.4.14.bb index ac73c2780f..5d5a1dc97f 100644 --- a/meta/recipes-extended/cups/cups_2.4.12.bb +++ b/meta/recipes-extended/cups/cups_2.4.14.bb @@ -2,4 +2,4 @@ require cups.inc LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "b1dde191a4ae2760c47220c82ca6155a28c382701e6c1a0159d1054990231d59" +SRC_URI[sha256sum] = "660288020dd6f79caf799811c4c1a3207a48689899ac2093959d70a3bdcb7699"
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *cups* to *2.4.14* has Succeeded. Next steps: - apply the patch: git am 0001-cups-upgrade-2.4.12-2.4.14.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 7b2ca77d3fc948ec4c0ae412454b4e07d55c5ca0 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Mon, 15 Sep 2025 08:46:30 +0000 Subject: [PATCH] cups: upgrade 2.4.12 -> 2.4.14 --- .../recipes-extended/cups/cups/0001-use-echo-only-in-init.patch | 2 +- .../cups/cups/0002-don-t-try-to-run-generated-binaries.patch | 2 +- .../cups/0004-cups-fix-multilib-install-file-conflicts.patch | 2 +- meta/recipes-extended/cups/cups/libexecdir.patch | 2 +- meta/recipes-extended/cups/{cups_2.4.12.bb => cups_2.4.14.bb} | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-extended/cups/{cups_2.4.12.bb => cups_2.4.14.bb} (51%)