mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00: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-runtime',
|
||||||
'go_',
|
'go_',
|
||||||
'go-',
|
'go-',
|
||||||
'gst-devtools',
|
|
||||||
'gstreamer1.0-python',
|
'gstreamer1.0-python',
|
||||||
'igt-gpu-tools',
|
'igt-gpu-tools',
|
||||||
'libaprutil',
|
'libaprutil',
|
||||||
|
|||||||
@@ -38,5 +38,12 @@ EXTRA_OEMESON += " \
|
|||||||
${@gettext_oemeson(d)} \
|
${@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_ENABLE_FLAG = "enabled"
|
||||||
GIR_MESON_DISABLE_FLAG = "disabled"
|
GIR_MESON_DISABLE_FLAG = "disabled"
|
||||||
|
|||||||
Reference in New Issue
Block a user