Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [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 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 8 | DEPENDS = "gstreamer1.0" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 9 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 10 | S = "${WORKDIR}/git" |
| 11 | SRCREV = "4ce8092636ee6572148b5fa044080734cf5a6b8d" |
| 12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 13 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 14 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 15 | FILES_${PN} += "${libdir}/*" |
| 16 | |
| 17 | INSANE_SKIP_${PN} = "dev-so" |
| 18 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 19 | inherit autotools pkgconfig |
| 20 | |