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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk
2024-03-08 20:08:25 +01:00
committed by Khem Raj
parent b956b89fcd
commit 109de389d2
@@ -59,6 +59,8 @@ do_install:append() {
fi
}
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
FILES:${PN} += " \
${datadir}/dbus-1 \
${datadir}/gnome-shell \