diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2016-04-28 21:06:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-06 10:31:12 +0100 |
commit | a2526b575a52c4dcfcddc4434d85d1ced0ab5b97 (patch) | |
tree | e52a5af76660b22d0811d436871ab4052df9f8cb /meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | |
parent | 06f5b8a9e7ca0070c5367d0388bc9403b34ac94f (diff) | |
download | poky-a2526b575a52c4dcfcddc4434d85d1ced0ab5b97.tar.gz |
gstreamer1.0-rtsp-server: upgrade to version 1.8.1
(From OE-Core rev: cb6388a6527c5afa614ecf6f94808f55a06510d5)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc index ae6d36477b..8fc90f1d26 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | |||
@@ -15,6 +15,10 @@ S = "${WORKDIR}/${PNREAL}-${PV}" | |||
15 | 15 | ||
16 | inherit autotools pkgconfig upstream-version-is-even gobject-introspection | 16 | inherit autotools pkgconfig upstream-version-is-even gobject-introspection |
17 | 17 | ||
18 | # Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well | ||
19 | LIBV = "1.0" | ||
20 | require gst-plugins-package.inc | ||
21 | |||
18 | delete_pkg_m4_file() { | 22 | delete_pkg_m4_file() { |
19 | # This m4 file is out of date and is missing PKG_CONFIG_SYSROOT_PATH tweaks which we need for introspection | 23 | # This m4 file is out of date and is missing PKG_CONFIG_SYSROOT_PATH tweaks which we need for introspection |
20 | rm "${S}/common/m4/pkg.m4" || true | 24 | rm "${S}/common/m4/pkg.m4" || true |