diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-03-08 20:08:25 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-09 12:35:14 -0800 |
commit | 109de389d28b7171d9a36acd2ff0b0ce9a5c58b5 (patch) | |
tree | 72b3d4a70f6d02783533b59f3a5364bff041e798 /meta-gnome | |
parent | b956b89fcdef50bf21064e4678f619384a8cebba (diff) | |
download | meta-openembedded-109de389d28b7171d9a36acd2ff0b0ce9a5c58b5.tar.gz |
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>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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() { | |||
59 | fi | 59 | fi |
60 | } | 60 | } |
61 | 61 | ||
62 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" | ||
63 | |||
62 | FILES:${PN} += " \ | 64 | FILES:${PN} += " \ |
63 | ${datadir}/dbus-1 \ | 65 | ${datadir}/dbus-1 \ |
64 | ${datadir}/gnome-shell \ | 66 | ${datadir}/gnome-shell \ |