diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-03-08 20:08:27 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-09 12:35:15 -0800 |
| commit | 88ef09f87958425e8f3da1bec249d803b0729b90 (patch) | |
| tree | d15e6ea14246a0f498005880098bf1852516b2a3 | |
| parent | 7e48a3f525bf4476c187e509a1e4aaa0061df4e5 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 42 | def gnome_verdir(v): | 42 | def gnome_verdir(v): |
| 43 | return oe.utils.trim_version(v, 1) | 43 | return oe.utils.trim_version(v, 1) |
| 44 | 44 | ||
| 45 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" | ||
| 46 | |||
| 45 | FILES:${PN} += " \ | 47 | FILES:${PN} += " \ |
| 46 | ${systemd_user_unitdir} \ | 48 | ${systemd_user_unitdir} \ |
| 47 | ${libdir}/gnome-settings-daemon-${@gnome_verdir("${PV}")}/libgsd.so \ | 49 | ${libdir}/gnome-settings-daemon-${@gnome_verdir("${PV}")}/libgsd.so \ |
