aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-08 20:08:27 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-09 12:35:15 -0800
commit88ef09f87958425e8f3da1bec249d803b0729b90 (patch)
treed15e6ea14246a0f498005880098bf1852516b2a3
parent7e48a3f525bf4476c187e509a1e4aaa0061df4e5 (diff)
downloadmeta-openembedded-88ef09f87958425e8f3da1bec249d803b0729b90.tar.gz
gnome-settings-daemon: fix reproducibility issue
gnome-settings-daemon 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>
-rw-r--r--meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb
index 90df8bbd0c..15651ba2a7 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb
@@ -42,6 +42,8 @@ PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland"
def gnome_verdir(v):
return oe.utils.trim_version(v, 1)
+PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
+
FILES:${PN} += " \
${systemd_user_unitdir} \
${libdir}/gnome-settings-daemon-${@gnome_verdir("${PV}")}/libgsd.so \