diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb index cabbf2cc11..87792491ae 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | |||
@@ -20,9 +20,9 @@ GTKDOC_MESON_OPTION = "enable-gtk-doc" | |||
20 | inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig | 20 | inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig |
21 | 21 | ||
22 | do_install:append() { | 22 | do_install:append() { |
23 | rmdir ${D}${root_prefix}${localstatedir}/run/${BPN} ${D}${root_prefix}${localstatedir}/run \ | 23 | rmdir ${D}${exec_prefix}${localstatedir}/run/${BPN} ${D}${exec_prefix}${localstatedir}/run \ |
24 | ${D}${root_prefix}${localstatedir}/log/${BPN} ${D}${root_prefix}${localstatedir}/log \ | 24 | ${D}${exec_prefix}${localstatedir}/log/${BPN} ${D}${exec_prefix}${localstatedir}/log \ |
25 | ${D}${root_prefix}${localstatedir} | 25 | ${D}${exec_prefix}${localstatedir} |
26 | rm -f ${D}${bindir}/gst-client ${D}${bindir}/gstd-client | 26 | rm -f ${D}${bindir}/gst-client ${D}${bindir}/gstd-client |
27 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 27 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
28 | install -d ${D}${sysconfdir}/tmpfiles.d | 28 | install -d ${D}${sysconfdir}/tmpfiles.d |