mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:42:13 +00:00
gnome-control-center: fix reproducibility issue
gnome-control-center 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>
This commit is contained in:
parent
b956b89fcd
commit
109de389d2
@ -59,6 +59,8 @@ do_install:append() {
|
||||
fi
|
||||
}
|
||||
|
||||
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/dbus-1 \
|
||||
${datadir}/gnome-shell \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user