blob: f237e8160dce6a076450dd8bdd3dccd9c45d54de [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Profiling utilities for GStreamer 1.0 pipelines"
2HOMEPAGE = "https://github.com/kirushyk/gst-instruments"
3SECTION = "multimedia"
4
5LICENSE = "LGPL-3.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
7
8DEPENDS = "gstreamer1.0"
9
10S = "${WORKDIR}/git"
11SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b"
12SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;"
13
Patrick Williams213cb262021-08-07 19:21:33 -050014FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*a"
15FILES:${PN} += "${libdir}/*"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016
Patrick Williams213cb262021-08-07 19:21:33 -050017INSANE_SKIP:${PN} = "dev-so"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080018
19inherit autotools pkgconfig
20