From 5160df63136dd17241199abb907c0049b5635210 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Sun, 3 May 2026 15:49:50 +0100 Subject: [PATCH] fix: remove broken dbus-root-uid patch from D-Bus recipe Patch needs tar --strip=2 (dbus-1.16.2 prefix) to apply against tar source. Removed from active chain until fixed. --- recipes/wip/services/dbus/recipe.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/wip/services/dbus/recipe.toml b/recipes/wip/services/dbus/recipe.toml index 96aca532..baffcbbc 100644 --- a/recipes/wip/services/dbus/recipe.toml +++ b/recipes/wip/services/dbus/recipe.toml @@ -4,7 +4,6 @@ tar = "https://dbus.freedesktop.org/releases/dbus/dbus-1.16.2.tar.xz" blake3 = "b1d1f22858a8f04665e5dca29d194f892620f00fd3e3f4e89dd208e78868436e" patches = [ "redox.patch", - "dbus-root-uid.patch", ] [build]