From 109de389d28b7171d9a36acd2ff0b0ce9a5c58b5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 8 Mar 2024 20:08:25 +0100 Subject: [PATCH] gnome-control-center: fix reproducibility issue gnome-control-center inserts lines containing ${S} into the source. Although required for compilation, it affects reproducibility for the src package. Fix this by simply not packaging the modified source code Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../gnome-control-center/gnome-control-center_45.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.3.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.3.bb index cb9a57798b..96fe9c9ffd 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.3.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.3.bb @@ -59,6 +59,8 @@ do_install:append() { fi } +PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" + FILES:${PN} += " \ ${datadir}/dbus-1 \ ${datadir}/gnome-shell \