summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-11 10:17:12 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-11 07:10:15 -0700
commita44ba09d6d86e203f732a514ee84d8738b613d75 (patch)
tree242ea329389ad728cf223f49e96217d4bd400ec5 /meta-gnome
parente800784b5d46d4ec9198ff9d92e1328e8ae2d26f (diff)
downloadmeta-openembedded-a44ba09d6d86e203f732a514ee84d8738b613d75.tar.gz
gtk-vnc: fix reproducibility issue
gtk-vnc 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-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb
index 3bfe38f08..8bd37f754 100644
--- a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb
+++ b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb
@@ -25,4 +25,6 @@ PACKAGECONFIG ??= "pulseaudio sasl"
25 25
26inherit pkgconfig gnomebase gettext gobject-introspection vala features_check 26inherit pkgconfig gnomebase gettext gobject-introspection vala features_check
27 27
28PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
29
28SRC_URI[archive.sha256sum] = "512763ac4e0559d0158b6682ca5dd1a3bd633f082f5e4349d7158e6b5f80f1ce" 30SRC_URI[archive.sha256sum] = "512763ac4e0559d0158b6682ca5dd1a3bd633f082f5e4349d7158e6b5f80f1ce"