diff options
-rw-r--r-- | meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb | 9 |
1 files changed, 3 insertions, 6 deletions
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 index b6cdc4f146..67d39512f9 100644 --- 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 | |||
@@ -5,12 +5,9 @@ SECTION = "multimedia" | |||
5 | LICENSE = "LGPL-3.0" | 5 | LICENSE = "LGPL-3.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" |
7 | 7 | ||
8 | SRC_URI = "https://github.com/kirushyk/gst-instruments/archive/${PV}.tar.gz" | 8 | S = "${WORKDIR}/git" |
9 | 9 | SRCREV = "4ce8092636ee6572148b5fa044080734cf5a6b8d" | |
10 | SRC_URI[md5sum] = "14a394dec25642848b17f9999f1b4999" | 10 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" |
11 | SRC_URI[sha256sum] = "5565658a33ff9596946541304fbdd3b3683dbb82171a0e6ce56f42b64a01e58d" | ||
12 | |||
13 | S = "${WORKDIR}/gst-instruments-${PV}" | ||
14 | 11 | ||
15 | FILES_${PN} += "${libdir}/*" | 12 | FILES_${PN} += "${libdir}/*" |
16 | 13 | ||