diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-devtools_1.18.3.bb')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-devtools_1.18.3.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.3.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.3.bb index 21a31b41f5..bad9921757 100644 --- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.3.bb +++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.3.bb | |||
| @@ -38,5 +38,12 @@ EXTRA_OEMESON += " \ | |||
| 38 | ${@gettext_oemeson(d)} \ | 38 | ${@gettext_oemeson(d)} \ |
| 39 | " | 39 | " |
| 40 | 40 | ||
| 41 | do_install_append () { | ||
| 42 | for fn in ${bindir}/gst-validate-launcher \ | ||
| 43 | ${libdir}/gst-validate-launcher/python/launcher/config.py; do | ||
| 44 | sed -i -e 's,${B},/usr/src/debug/${PN},g' -e 's,${S},/usr/src/debug/${PN},g' ${D}$fn | ||
| 45 | done | ||
| 46 | } | ||
| 47 | |||
| 41 | GIR_MESON_ENABLE_FLAG = "enabled" | 48 | GIR_MESON_ENABLE_FLAG = "enabled" |
| 42 | GIR_MESON_DISABLE_FLAG = "disabled" | 49 | GIR_MESON_DISABLE_FLAG = "disabled" |
