mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
34 lines
1.1 KiB
BlitzBasic
34 lines
1.1 KiB
BlitzBasic
SUMMARY = "Gst-Shark Tracers"
|
|
DESCRIPTION = "Benchmarks and profiling tools for GStreamer"
|
|
HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=GstShark"
|
|
SECTION = "multimedia"
|
|
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97"
|
|
|
|
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad "
|
|
|
|
SRCBRANCH ?= "master"
|
|
|
|
SRCREV = "09ba05865dacd2824b5b40ab75a4b9545fcc1366"
|
|
SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"
|
|
SRCREV_FORMAT = "default_common"
|
|
SRC_URI = " \
|
|
git://github.com/RidgeRun/gst-shark.git;protocol=https;branch=${SRCBRANCH} \
|
|
git://gitlab.freedesktop.org/gstreamer/common.git;protocol=https;branch=master;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/common;name=common \
|
|
file://0001-tracers-Fix-buffer-overflow.patch \
|
|
"
|
|
|
|
|
|
EXTRA_OECONF += " \
|
|
--disable-graphviz \
|
|
--enable-gtk-doc=no \
|
|
"
|
|
|
|
FILES:${PN} += "\
|
|
${libdir}/gstreamer-1.0/libgstsharktracers.so \
|
|
${libdir}/gstreamer-1.0/libgstsharktracers.la \
|
|
"
|
|
|
|
inherit autotools gettext pkgconfig gtk-doc
|