diff options
| author | Colin McAllister <colinmca242@gmail.com> | 2026-06-15 17:02:12 -0500 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-15 22:43:46 -0700 |
| commit | 6bf40709746f415075e52f6be5d5e9b0beecb788 (patch) | |
| tree | b6196cbff4e1d1321ae8488c971eac522e8d202c /meta-multimedia | |
| parent | fc9fd2accceb16c3a4376944351ce39c915b319b (diff) | |
| download | meta-openembedded-6bf40709746f415075e52f6be5d5e9b0beecb788.tar.gz | |
gstd: Upgrade to 0.16.0 release
See change notes [1]
Removed exec_prefix from paths passed to rmdir because prefix is no
longer used for runstatedir and logstatedir (See meson chagnes in
commit b2ca22b).
Upgraded libsoup-2.4 dependency to libsoup 3.
[1] https://github.com/RidgeRun/gstd-1.x/releases/tag/v0.16.0
Signed-off-by: Colin Pinnell McAllister <colinmca242@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | 12 |
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" | |||
| 5 | LICENSE = "LGPL-2.1-or-later" | 5 | LICENSE = "LGPL-2.1-or-later" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=c71b653a0f608a58cdc5693ae57126bc" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=c71b653a0f608a58cdc5693ae57126bc" |
| 7 | 7 | ||
| 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 jansson" |
| 9 | 9 | ||
| 10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
| 11 | SRCREV = "dac03d5e4102080a8f3ef274a6a6583455962095" | 11 | SRCREV = "d3e1daefb999c3ba0f4fcc4744b53aab2aaa5f2d" |
| 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 | 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 |
| 16 | PV = "1.0+really0.15.2" | 16 | PV = "1.0+really0.16.0" |
| 17 | 17 | ||
| 18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | 18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |
| 19 | 19 | ||
| @@ -24,9 +24,9 @@ GTKDOC_ENABLED = "False" | |||
| 24 | inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig | 24 | inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig |
| 25 | 25 | ||
| 26 | do_install:append() { | 26 | do_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 |
