diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2023-11-07 08:12:34 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-07 19:59:58 -0800 |
| commit | 6d65830786e7821164dcd7ba6bf527d88410ba0e (patch) | |
| tree | d265b425fa4ac6006e7cdcbea0009c03b34d9d27 | |
| parent | 7f7251218ae050d196f60fc571b9c52bf7f125e8 (diff) | |
| download | meta-openembedded-6d65830786e7821164dcd7ba6bf527d88410ba0e.tar.gz | |
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>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb (renamed from meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb) | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb index c75d0965dd..8a839e0d10 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb | |||
| @@ -2,36 +2,33 @@ SUMMARY = "Gst-Shark Tracers" | |||
| 2 | DESCRIPTION = "Benchmarks and profiling tools for GStreamer" | 2 | DESCRIPTION = "Benchmarks and profiling tools for GStreamer" |
| 3 | HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=GstShark" | 3 | HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=GstShark" |
| 4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
| 5 | LICENSE = "GPL-2.0-or-later" | ||
| 6 | 5 | ||
| 6 | LICENSE = "GPL-2.0-or-later" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97" |
| 8 | 8 | ||
| 9 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad " | 9 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad " |
| 10 | 10 | ||
| 11 | SRCBRANCH ?= "master" | 11 | SRCBRANCH ?= "master" |
| 12 | 12 | ||
| 13 | PV = "0.8.1" | ||
| 14 | |||
| 15 | SRCREV = "09ba05865dacd2824b5b40ab75a4b9545fcc1366" | 13 | SRCREV = "09ba05865dacd2824b5b40ab75a4b9545fcc1366" |
| 16 | SRCREV_base = "5413ef5475e5b70476c2480a75ca3746d91d4caf" | ||
| 17 | SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0" | 14 | SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0" |
| 18 | SRCREV_FORMAT = "base_common" | 15 | SRCREV_FORMAT = "default_common" |
| 19 | SRC_URI = " \ | 16 | SRC_URI = " \ |
| 20 | git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH};name=base \ | 17 | git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH} \ |
| 21 | git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;destsuffix=git/common;name=common;;branch=master \ | 18 | git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;branch=master;destsuffix=git/common;name=common \ |
| 22 | file://0001-tracers-Fix-buffer-overflow.patch \ | 19 | file://0001-tracers-Fix-buffer-overflow.patch \ |
| 23 | " | 20 | " |
| 24 | 21 | ||
| 25 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 26 | 23 | ||
| 27 | EXTRA_OECONF += " \ | 24 | EXTRA_OECONF += " \ |
| 28 | --disable-graphviz \ | 25 | --disable-graphviz \ |
| 29 | --enable-gtk-doc=no \ | 26 | --enable-gtk-doc=no \ |
| 30 | " | 27 | " |
| 31 | 28 | ||
| 32 | FILES:${PN} += "\ | 29 | FILES:${PN} += "\ |
| 33 | ${libdir}/gstreamer-1.0/libgstsharktracers.so \ | 30 | ${libdir}/gstreamer-1.0/libgstsharktracers.so \ |
| 34 | ${libdir}/gstreamer-1.0/libgstsharktracers.la \ | 31 | ${libdir}/gstreamer-1.0/libgstsharktracers.la \ |
| 35 | " | 32 | " |
| 36 | 33 | ||
| 37 | inherit autotools gettext pkgconfig | 34 | inherit autotools gettext pkgconfig |
