aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb
blob: 67d39512f9fd09fab98265e568e5f729d2041b5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Profiling utilities for GStreamer 1.0 pipelines"
HOMEPAGE = "https://github.com/kirushyk/gst-instruments"
SECTION = "multimedia"

LICENSE = "LGPL-3.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"

S = "${WORKDIR}/git"
SRCREV = "4ce8092636ee6572148b5fa044080734cf5a6b8d"
SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;"

FILES_${PN} += "${libdir}/*"

INSANE_SKIP_${PN} = "dev-so"

DEPENDS = "gstreamer1.0"

inherit autotools pkgconfig