diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-10-12 10:26:24 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-13 09:19:37 -0700 |
commit | 4bafbf2e82358c2a0503a0d09256bc4c52a90ceb (patch) | |
tree | e9a3f626817270ad935f75de19abb4adda4310c1 /meta-multimedia | |
parent | d6110db995f8c05359d2c565cfa02cb7d3e01e9d (diff) | |
download | meta-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.bb | 4 |
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" | |||
8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon libsoup-2.4 jansson" | 8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon libsoup-2.4 jansson" |
9 | 9 | ||
10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
11 | SRCREV = "a011affa67f240cbc7aaff5b00fdfd6124bdaece" | 11 | SRCREV = "dac03d5e4102080a8f3ef274a6a6583455962095" |
12 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH}" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | # Remove the +really when upstream version is > 1.0 | 15 | # Remove the +really when upstream version is > 1.0 |
16 | PV = "1.0+really0.15.0" | 16 | PV = "1.0+really0.15.2" |
17 | 17 | ||
18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | 18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |
19 | 19 | ||