From 80a2269b1c9642cd3d31fa1bc3e621485aa6c3ac Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 9 May 2018 15:17:11 -0400 Subject: gst-instruments: update to latest Signed-off-by: Trevor Woerner Signed-off-by: Armin Kuster --- .../gst-instruments/gst-instruments_0.2.3.bb | 20 -------------------- .../gst-instruments/gst-instruments_git.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb create mode 100644 meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb (limited to 'meta-multimedia') diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb deleted file mode 100644 index 07d0c5561..000000000 --- a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Profiling utilities for GStreamer 1.0 pipelines" -HOMEPAGE = "https://github.com/kirushyk/gst-instruments" -SECTION = "multimedia" - -LICENSE = "LGPL-3.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" - -DEPENDS = "gstreamer1.0" - -S = "${WORKDIR}/git" -SRCREV = "4ce8092636ee6572148b5fa044080734cf5a6b8d" -SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" - -FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" -FILES_${PN} += "${libdir}/*" - -INSANE_SKIP_${PN} = "dev-so" - -inherit autotools pkgconfig - 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 000000000..feffa9fe1 --- /dev/null +++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb @@ -0,0 +1,20 @@ +SUMMARY = "Profiling utilities for GStreamer 1.0 pipelines" +HOMEPAGE = "https://github.com/kirushyk/gst-instruments" +SECTION = "multimedia" + +LICENSE = "LGPL-3.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" + +DEPENDS = "gstreamer1.0" + +S = "${WORKDIR}/git" +SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b" +SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" + +FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" +FILES_${PN} += "${libdir}/*" + +INSANE_SKIP_${PN} = "dev-so" + +inherit autotools pkgconfig + -- cgit v1.2.3-54-g00ecf