diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-03-08 20:08:28 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-09 12:35:15 -0800 |
| commit | b443dacec01b55b818ba29825eb98f2973734bf8 (patch) | |
| tree | a2fb9395442d4d051043d4bcc3f1726f71020027 | |
| parent | 88ef09f87958425e8f3da1bec249d803b0729b90 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb | 2 |
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 53f11e95fb..3bbfe9ece0 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 ?= "" | |||
| 31 | PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus" | 31 | PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus" |
| 32 | PACKAGECONFIG[search_provider] = "-Dsearch_provider=true -Ddbus_interface_dir=${STAGING_DATADIR}/dbus-1/interfaces,-Dsearch_provider=false,gnome-shell" | 32 | PACKAGECONFIG[search_provider] = "-Dsearch_provider=true -Ddbus_interface_dir=${STAGING_DATADIR}/dbus-1/interfaces,-Dsearch_provider=false,gnome-shell" |
| 33 | 33 | ||
| 34 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" | ||
| 35 | |||
| 34 | FILES:${PN} += " \ | 36 | FILES:${PN} += " \ |
| 35 | ${datadir} \ | 37 | ${datadir} \ |
| 36 | ${libdir}/nautilus/extensions-4 \ | 38 | ${libdir}/nautilus/extensions-4 \ |
