summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-08 20:08:28 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-09 12:35:15 -0800
commitb443dacec01b55b818ba29825eb98f2973734bf8 (patch)
treea2fb9395442d4d051043d4bcc3f1726f71020027 /meta-gnome
parent88ef09f87958425e8f3da1bec249d803b0729b90 (diff)
downloadmeta-openembedded-b443dacec01b55b818ba29825eb98f2973734bf8.tar.gz
gnome-terminal: fix reproducibility issue
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 <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-terminal/gnome-terminal_3.50.1.bb2
1 files changed, 2 insertions, 0 deletions
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 ?= ""
31PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus" 31PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus"
32PACKAGECONFIG[search_provider] = "-Dsearch_provider=true -Ddbus_interface_dir=${STAGING_DATADIR}/dbus-1/interfaces,-Dsearch_provider=false,gnome-shell" 32PACKAGECONFIG[search_provider] = "-Dsearch_provider=true -Ddbus_interface_dir=${STAGING_DATADIR}/dbus-1/interfaces,-Dsearch_provider=false,gnome-shell"
33 33
34PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
35
34FILES:${PN} += " \ 36FILES:${PN} += " \
35 ${datadir} \ 37 ${datadir} \
36 ${libdir}/nautilus/extensions-4 \ 38 ${libdir}/nautilus/extensions-4 \