gst-devtools: Fix reproducibility issue

(From OE-Core rev: d221abc411b49b219b89cb38a56b2901d0bd5529)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-02-25 15:00:57 +00:00
parent 38f513bfc7
commit c0b95cdc91
2 changed files with 7 additions and 1 deletions

View File

@@ -36,7 +36,6 @@ exclude_packages = [
'go-runtime',
'go_',
'go-',
'gst-devtools',
'gstreamer1.0-python',
'igt-gpu-tools',
'libaprutil',

View File

@@ -38,5 +38,12 @@ EXTRA_OEMESON += " \
${@gettext_oemeson(d)} \
"
do_install_append () {
for fn in ${bindir}/gst-validate-launcher \
${libdir}/gst-validate-launcher/python/launcher/config.py; do
sed -i -e 's,${B},/usr/src/debug/${PN},g' -e 's,${S},/usr/src/debug/${PN},g' ${D}$fn
done
}
GIR_MESON_ENABLE_FLAG = "enabled"
GIR_MESON_DISABLE_FLAG = "disabled"