blob: 07d0c55615ec1ae3364a7e584e8f00775ce2468f [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "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
Brad Bishop316dfdd2018-06-25 12:45:53 -04008DEPENDS = "gstreamer1.0"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009
Brad Bishop316dfdd2018-06-25 12:45:53 -040010S = "${WORKDIR}/git"
11SRCREV = "4ce8092636ee6572148b5fa044080734cf5a6b8d"
12SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013
Brad Bishop316dfdd2018-06-25 12:45:53 -040014FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015FILES_${PN} += "${libdir}/*"
16
17INSANE_SKIP_${PN} = "dev-so"
18
Brad Bishop6e60e8b2018-02-01 10:27:11 -050019inherit autotools pkgconfig
20