Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 1 | SUMMARY = "Profiling utilities for GStreamer 1.0 pipelines" |
| 2 | HOMEPAGE = "https://github.com/kirushyk/gst-instruments" |
| 3 | SECTION = "multimedia" |
| 4 | |
| 5 | LICENSE = "LGPL-3.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" |
| 7 | |
| 8 | DEPENDS = "gstreamer1.0" |
| 9 | |
| 10 | S = "${WORKDIR}/git" |
| 11 | SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b" |
| 12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" |
| 13 | |
| 14 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" |
| 15 | FILES_${PN} += "${libdir}/*" |
| 16 | |
| 17 | INSANE_SKIP_${PN} = "dev-so" |
| 18 | |
| 19 | inherit autotools pkgconfig |
| 20 | |