diff options
-rw-r--r-- | meta-multimedia/recipes-support/gst-instruments/gst-instruments_0.2.3.bb | 5 |
1 files changed, 3 insertions, 2 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 67d39512f9..07d0c55615 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,15 +5,16 @@ 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 | DEPENDS = "gstreamer1.0" | ||
9 | |||
8 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
9 | SRCREV = "4ce8092636ee6572148b5fa044080734cf5a6b8d" | 11 | SRCREV = "4ce8092636ee6572148b5fa044080734cf5a6b8d" |
10 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" | 12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" |
11 | 13 | ||
14 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" | ||
12 | FILES_${PN} += "${libdir}/*" | 15 | FILES_${PN} += "${libdir}/*" |
13 | 16 | ||
14 | INSANE_SKIP_${PN} = "dev-so" | 17 | INSANE_SKIP_${PN} = "dev-so" |
15 | 18 | ||
16 | DEPENDS = "gstreamer1.0" | ||
17 | |||
18 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
19 | 20 | ||