aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-08 20:08:26 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-09 12:35:15 -0800
commit7e48a3f525bf4476c187e509a1e4aaa0061df4e5 (patch)
tree5881e48ac1060fec14ccc71a0bd1b5959912b9da
parent109de389d28b7171d9a36acd2ff0b0ce9a5c58b5 (diff)
downloadmeta-openembedded-contrib-7e48a3f525bf4476c187e509a1e4aaa0061df4e5.tar.gz
gnome-disk-utility: fix reproducibility issue
gnome-disk-utility 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-disk-utility/gnome-disk-utility_45.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_45.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_45.0.bb
index 4f3738cfb5..856d29e7ca 100644
--- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_45.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_45.0.bb
@@ -33,6 +33,8 @@ SRC_URI[archive.sha256sum] = "3d8625faa99047bc4aefd29921ad728ab4d700cff86e0f2ec6
EXTRA_OEMESON = "-Dman=false"
+PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
+
FILES:${PN} += " \
${datadir}/metainfo \
${datadir}/dbus-1 \