gst-shark: Update to 0.8.1 properly

The "update" in commit 60726d77d5 added a SRCREV rather than updating
SRCREV_base. Change the recipe to actually use SRCREV so that it is
compatible with future AUH updates.

Also specify the version in the recipe file name, and correct somw
whitespace.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Kjellerstedt
2023-11-07 08:12:34 +01:00
committed by Khem Raj
parent 7f7251218a
commit 6d65830786
@@ -2,36 +2,33 @@ SUMMARY = "Gst-Shark Tracers"
DESCRIPTION = "Benchmarks and profiling tools for GStreamer" DESCRIPTION = "Benchmarks and profiling tools for GStreamer"
HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=GstShark" HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=GstShark"
SECTION = "multimedia" SECTION = "multimedia"
LICENSE = "GPL-2.0-or-later"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97" LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97"
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad " DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad "
SRCBRANCH ?= "master" SRCBRANCH ?= "master"
PV = "0.8.1"
SRCREV = "09ba05865dacd2824b5b40ab75a4b9545fcc1366" SRCREV = "09ba05865dacd2824b5b40ab75a4b9545fcc1366"
SRCREV_base = "5413ef5475e5b70476c2480a75ca3746d91d4caf"
SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0" SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"
SRCREV_FORMAT = "base_common" SRCREV_FORMAT = "default_common"
SRC_URI = " \ SRC_URI = " \
git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \ git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH} \
git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common;;branch=master \ git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;branch=master;destsuffix=git/common;name=common \
file://0001-tracers-Fix-buffer-overflow.patch \ file://0001-tracers-Fix-buffer-overflow.patch \
" "
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
EXTRA_OECONF += " \ EXTRA_OECONF += " \
--disable-graphviz \ --disable-graphviz \
--enable-gtk-doc=no \ --enable-gtk-doc=no \
" "
FILES:${PN} += "\ FILES:${PN} += "\
${libdir}/gstreamer-1.0/libgstsharktracers.so \ ${libdir}/gstreamer-1.0/libgstsharktracers.so \
${libdir}/gstreamer-1.0/libgstsharktracers.la \ ${libdir}/gstreamer-1.0/libgstsharktracers.la \
" "
inherit autotools gettext pkgconfig inherit autotools gettext pkgconfig