summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2018-05-09 15:17:11 -0400
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:23:23 -0700
commit80a2269b1c9642cd3d31fa1bc3e621485aa6c3ac (patch)
tree6f22cb10511db0a419d0d41a494a03fcf0483f36 /meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb
parent12cbd4d8d6463b19b778ce6ace2051330db309f8 (diff)
downloadmeta-openembedded-80a2269b1c9642cd3d31fa1bc3e621485aa6c3ac.tar.gz
gst-instruments: update to latest
Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb')
-rw-r--r--meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb
new file mode 100644
index 0000000000..feffa9fe19
--- /dev/null
+++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb
@@ -0,0 +1,20 @@
1SUMMARY = "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
14FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a"
15FILES_${PN} += "${libdir}/*"
16
17INSANE_SKIP_${PN} = "dev-so"
18
19inherit autotools pkgconfig
20