summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-12 10:26:24 -0700
committerKhem Raj <raj.khem@gmail.com>2024-10-13 09:19:37 -0700
commit4bafbf2e82358c2a0503a0d09256bc4c52a90ceb (patch)
treee9a3f626817270ad935f75de19abb4adda4310c1 /meta-multimedia
parentd6110db995f8c05359d2c565cfa02cb7d3e01e9d (diff)
downloadmeta-openembedded-4bafbf2e82358c2a0503a0d09256bc4c52a90ceb.tar.gz
gstd: Upgrade to 0.15.2 release
Changes are here [1] [1] https://github.com/RidgeRun/gstd-1.x/releases/tag/v0.15.2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb4
1 files changed, 2 insertions, 2 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 87792491ae..43b82526dd 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb
@@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c71b653a0f608a58cdc5693ae57126bc"
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-2.4 jansson"
9 9
10SRCBRANCH ?= "master" 10SRCBRANCH ?= "master"
11SRCREV = "a011affa67f240cbc7aaff5b00fdfd6124bdaece" 11SRCREV = "dac03d5e4102080a8f3ef274a6a6583455962095"
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}"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
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.0" 16PV = "1.0+really0.15.2"
17 17
18GTKDOC_MESON_OPTION = "enable-gtk-doc" 18GTKDOC_MESON_OPTION = "enable-gtk-doc"
19 19