@@ -1,4 +1,4 @@
-From 6e2cff10a4f24e89e6aee8250a9ac5527fdaa910 Mon Sep 17 00:00:00 2001
+From 3018df1083e7d1fbeebbc0ad9fd8ee6118733332 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex@linutronix.de>
Date: Tue, 21 Sep 2021 16:27:14 +0200
Subject: [PATCH] Makefile.am: pass rust target to cargo also when not cross
@@ -28,7 +28,7 @@ index b1cd889..9d33432 100644
CARGO_VERBOSE = $(cargo_verbose_$(V))
cargo_verbose_ = $(cargo_verbose_$(AM_DEFAULT_VERBOSITY))
diff --git a/configure.ac b/configure.ac
-index 2c4995e..1370a36 100644
+index b0232b0..72cbc47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -291,9 +291,7 @@ AC_ARG_VAR(RUST_TARGET, [Set rust target (default=$host)])
@@ -1,4 +1,4 @@
-From df94cfa4a637c229fef32c349b5c2dfee2dca3fc Mon Sep 17 00:00:00 2001
+From 6b004fd26d3c67be8a20aaf4ee6b6b3f6c066845 Mon Sep 17 00:00:00 2001
From: Ross Burton <ross.burton@arm.com>
Date: Thu, 27 Jun 2024 17:09:11 +0100
Subject: [PATCH] Don't build rsvg-loader in cross builds
@@ -16,7 +16,7 @@ Signed-off-by: Ross Burton <ross.burton@arm.com>
1 file changed, 2 insertions(+)
diff --git a/gdk-pixbuf-loader/Makefile.am b/gdk-pixbuf-loader/Makefile.am
-index 44df9c6c..fb417d24 100644
+index 44df9c6..fb417d2 100644
--- a/gdk-pixbuf-loader/Makefile.am
+++ b/gdk-pixbuf-loader/Makefile.am
@@ -30,6 +30,7 @@ if PLATFORM_WIN32
@@ -35,6 +35,3 @@ index 44df9c6c..fb417d24 100644
if CROSS_COMPILING
RUN_QUERY_LOADER_TEST=false
-2.34.1
-
similarity index 97%
rename from meta/recipes-gnome/librsvg/librsvg_2.58.1.bb
rename to meta/recipes-gnome/librsvg/librsvg_2.58.2.bb
@@ -24,7 +24,7 @@ SRC_URI += " \
file://disable-rsvg-loader-test.patch \
"
-SRC_URI[archive.sha256sum] = "3728596290a8576d305d06ec8afdf473516feee9dff22e03235eac433d56824e"
+SRC_URI[archive.sha256sum] = "18e9d70c08cf25f50d610d6d5af571561d67cf4179f962e04266475df6e2e224"
UPSTREAM_CHECK_REGEX = "librsvg-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *librsvg* to *2.58.2* has Succeeded. Next steps: - apply the patch: git am 0001-librsvg-upgrade-2.58.1-2.58.2.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 b158714d7b2ea9964b65bcb4dd14f9714c512d54 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Thu, 1 Aug 2024 13:39:52 +0000 Subject: [PATCH] librsvg: upgrade 2.58.1 -> 2.58.2 --- ...efile.am-pass-rust-target-to-cargo-also-when-not-.patch | 4 ++-- .../librsvg/librsvg/disable-rsvg-loader-test.patch | 7 ++----- .../librsvg/{librsvg_2.58.1.bb => librsvg_2.58.2.bb} | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-gnome/librsvg/{librsvg_2.58.1.bb => librsvg_2.58.2.bb} (97%)