diff --git a/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch b/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch index 2f09c32997..8e4048bac6 100644 --- a/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch +++ b/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch @@ -1,4 +1,4 @@ -From 790177e2a89aa0710b570d595223bdb511241c56 Mon Sep 17 00:00:00 2001 +From 342358225ad886726d68239be8e9eb5e78eacb64 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 11 Feb 2025 13:39:54 +0100 Subject: [PATCH] Don't use system sysprof dbus folder @@ -10,7 +10,7 @@ system ($datadir/dbus-1/interfaces) instead of searching for it in the $RECIPE_SYSROOT. To ensure that it looks for this file in the correct folder, prefix -the search path with the value of the sys_root property, which is set +the search path with the value of the sys_root property, which is set in the meson.cross file (by meson.bbclass). Signed-off-by: Gyorgy Sarvari @@ -21,10 +21,10 @@ Upstream-Status: Inappropriate [oe-specific: only related to cross-compiling] 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build -index 551cb23..5199be6 100644 +index 8513f14..0f87e4a 100644 --- a/meson.build +++ b/meson.build -@@ -446,7 +446,7 @@ if have_profiler +@@ -469,7 +469,7 @@ if have_profiler if libsysprof_capture_dep.type_name() == 'pkgconfig' sysprof_dep = dependency('sysprof-6', 'sysprof-4') diff --git a/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_48.4.bb similarity index 97% rename from meta-gnome/recipes-gnome/mutter/mutter_48.0.bb rename to meta-gnome/recipes-gnome/mutter/mutter_48.4.bb index 6f799ad57a..d563e8a912 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_48.4.bb @@ -27,7 +27,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gettext features_check -SRC_URI[archive.sha256sum] = "9ca177fd5851a4077f17f6a888c45447b7d1163c9879580597a1fd837f47e57d" +SRC_URI[archive.sha256sum] = "1189cf7e63cc87cfdd1f3a86e8f14d97c33d6a9da254f23e81655549b6c50d93" SRC_URI += "file://0001-Dont-use-system-sysprof-dbus-folder.patch"