mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
gst-devtools: Fix reproducibility issue
(From OE-Core rev: d221abc411b49b219b89cb38a56b2901d0bd5529) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -36,7 +36,6 @@ exclude_packages = [
|
||||
'go-runtime',
|
||||
'go_',
|
||||
'go-',
|
||||
'gst-devtools',
|
||||
'gstreamer1.0-python',
|
||||
'igt-gpu-tools',
|
||||
'libaprutil',
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user