summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb12
1 files changed, 6 insertions, 6 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 d068d66bb6..0b79f5be4d 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb
@@ -5,15 +5,15 @@ SECTION = "multimedia"
5LICENSE = "LGPL-2.1-or-later" 5LICENSE = "LGPL-2.1-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=c71b653a0f608a58cdc5693ae57126bc" 6LIC_FILES_CHKSUM = "file://COPYING;md5=c71b653a0f608a58cdc5693ae57126bc"
7 7
8DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon libsoup-2.4 jansson" 8DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon libsoup jansson"
9 9
10SRCBRANCH ?= "master" 10SRCBRANCH ?= "master"
11SRCREV = "dac03d5e4102080a8f3ef274a6a6583455962095" 11SRCREV = "d3e1daefb999c3ba0f4fcc4744b53aab2aaa5f2d"
12SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \ 12SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \
13 file://0001-gstd-Remove-redundant-rpaths.patch" 13 file://0001-gstd-Remove-redundant-rpaths.patch"
14 14
15# Remove the +really when upstream version is > 1.0 15# Remove the +really when upstream version is > 1.0
16PV = "1.0+really0.15.2" 16PV = "1.0+really0.16.0"
17 17
18GTKDOC_MESON_OPTION = "enable-gtk-doc" 18GTKDOC_MESON_OPTION = "enable-gtk-doc"
19 19
@@ -24,9 +24,9 @@ GTKDOC_ENABLED = "False"
24inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig 24inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig
25 25
26do_install:append() { 26do_install:append() {
27 rmdir ${D}${exec_prefix}${localstatedir}/run/${BPN} ${D}${exec_prefix}${localstatedir}/run \ 27 rmdir ${D}${localstatedir}/run/${BPN} ${D}${localstatedir}/run \
28 ${D}${exec_prefix}${localstatedir}/log/${BPN} ${D}${exec_prefix}${localstatedir}/log \ 28 ${D}${localstatedir}/log/${BPN} ${D}${localstatedir}/log \
29 ${D}${exec_prefix}${localstatedir} 29 ${D}${localstatedir}
30 rm -f ${D}${bindir}/gst-client ${D}${bindir}/gstd-client 30 rm -f ${D}${bindir}/gst-client ${D}${bindir}/gstd-client
31 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then 31 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
32 install -d ${D}${sysconfdir}/tmpfiles.d 32 install -d ${D}${sysconfdir}/tmpfiles.d