gnome-terminal 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 <[email protected]>
---
.../recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb
b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb
index 53f11e95f..3bbfe9ece 100644
--- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb
@@ -31,6 +31,8 @@ PACKAGECONFIG ?= ""
PACKAGECONFIG[nautilus] =
"-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus"
PACKAGECONFIG[search_provider] = "-Dsearch_provider=true
-Ddbus_interface_dir=${STAGING_DATADIR}/dbus-1/interfaces,-Dsearch_provider=false,gnome-shell"
+PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
+
FILES:${PN} += " \
${datadir} \
${libdir}/nautilus/extensions-4 \
--
2.44.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109234):
https://lists.openembedded.org/g/openembedded-devel/message/109234
Mute This Topic: https://lists.openembedded.org/mt/104815316/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-