diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-08-08 15:15:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-09 23:47:55 +0100 |
commit | 3a1e44dea173a6edfe3b0280cb41970458f4c019 (patch) | |
tree | 42a38a8fc21096a9eb192ab52caf281190a5531e /meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb | |
parent | 83a9651fbffa92ef722bb0c3fe6b0760bb34ff69 (diff) | |
download | poky-3a1e44dea173a6edfe3b0280cb41970458f4c019.tar.gz |
gst-validate: 1.14.1 -> 1.14.2
(From OE-Core rev: b8d5811b7306025bb8b2b7efd42eddb864584ba6)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb b/meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb new file mode 100644 index 0000000000..cad64b2b80 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.14.2.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "Gstreamer validation tool" | ||
2 | DESCRIPTION = "A Tool to test GStreamer components" | ||
3 | HOMEPAGE = "https://gstreamer.freedesktop.org/releases/gst-validate/1.12.3.html" | ||
4 | SECTION = "multimedia" | ||
5 | |||
6 | LICENSE = "LGPLv2.1" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
8 | |||
9 | SRC_URI = "https://gstreamer.freedesktop.org/src/${BPN}/${BP}.tar.xz \ | ||
10 | " | ||
11 | SRC_URI[md5sum] = "f334102b0e706008505d00f7f5b5e023" | ||
12 | SRC_URI[sha256sum] = "ea9e423e5470ef85ef8a0aea1714e7abfc49deb2ed282057367484cdeba6f19f" | ||
13 | |||
14 | DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" | ||
15 | RRECOMMENDS_${PN} = "git" | ||
16 | |||
17 | FILES_${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*" | ||
18 | |||
19 | inherit pkgconfig gettext autotools gobject-introspection gtk-doc upstream-version-is-even | ||
20 | |||
21 | # With gtk-doc enabled this recipe fails to build, so forcibly disable it: | ||
22 | # WORKDIR/build/docs/validate/gst-validate-scan: line 117: | ||
23 | # WORKDIR/build/docs/validate/.libs/lt-gst-validate-scan: No such file or directory | ||
24 | GTKDOC_ENABLED = "False" | ||