diff options
author | Philippe Normand <philn@igalia.com> | 2019-05-26 13:06:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-28 10:47:02 +0100 |
commit | deb421ffbc155156acc25846f0e41ebaa6d2559d (patch) | |
tree | cf43420f9cce68babfb72d1ff9dcd51593a0cc9c /meta/recipes-multimedia | |
parent | dd816ac41cfb7de3a7318262b2e251f01a1e3c21 (diff) | |
download | poky-deb421ffbc155156acc25846f0e41ebaa6d2559d.tar.gz |
gstreamer1.0-rtsp-server: upgrade to version 1.16.0
* 0001-Don-t-hardcode-libtool-name-when-using-introspection.patch
Removed since this was fixed in 1.16.0 similarly to the fixes to
-base and -bad in https://bugzilla.gnome.org/show_bug.cgi?id=726571
(From OE-Core rev: 2017a3292cac1fd4e7ea1ad4fef0d97806c31b95)
Signed-off-by: Philippe Normand <philn@igalia.com>
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-Don-t-hardcode-libtool-name-when-using-introspection.patch | 27 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.14.4.bb) | 5 |
2 files changed, 2 insertions, 30 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-Don-t-hardcode-libtool-name-when-using-introspection.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-Don-t-hardcode-libtool-name-when-using-introspection.patch deleted file mode 100644 index 89d6384adb..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/0001-Don-t-hardcode-libtool-name-when-using-introspection.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | From 4a12569e5ae5be63cd92a9b178860026a99746b1 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Tue, 27 Oct 2015 16:55:45 +0200 | ||
4 | Subject: [PATCH] Don't hardcode libtool name when using introspection | ||
5 | |||
6 | Upstream-Status: Pending [review on oe-core maillist] | ||
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
8 | --- | ||
9 | gst/rtsp-server/Makefile.am | 2 +- | ||
10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
11 | |||
12 | diff --git a/gst/rtsp-server/Makefile.am b/gst/rtsp-server/Makefile.am | ||
13 | index 4fcd366..c67f5ab 100644 | ||
14 | --- a/gst/rtsp-server/Makefile.am | ||
15 | +++ b/gst/rtsp-server/Makefile.am | ||
16 | @@ -87,7 +87,7 @@ GstRtspServer-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtspserver-@ | ||
17 | --include=Gst-@GST_API_VERSION@ \ | ||
18 | --include=GstRtsp-@GST_API_VERSION@ \ | ||
19 | --include=GstNet-@GST_API_VERSION@ \ | ||
20 | - --libtool="$(top_builddir)/libtool" \ | ||
21 | + --libtool="$(LIBTOOL)" \ | ||
22 | --pkg gstreamer-@GST_API_VERSION@ \ | ||
23 | --pkg gstreamer-rtsp-@GST_API_VERSION@ \ | ||
24 | --pkg gstreamer-net-@GST_API_VERSION@ \ | ||
25 | -- | ||
26 | 2.1.4 | ||
27 | |||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb index 7efc1b3534..042938b88e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.14.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb | |||
@@ -9,13 +9,12 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base" | |||
9 | PNREAL = "gst-rtsp-server" | 9 | PNREAL = "gst-rtsp-server" |
10 | 10 | ||
11 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \ | 11 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \ |
12 | file://0001-Don-t-hardcode-libtool-name-when-using-introspection.patch \ | ||
13 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | 12 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ |
14 | file://gtk-doc-tweaks.patch \ | 13 | file://gtk-doc-tweaks.patch \ |
15 | " | 14 | " |
16 | 15 | ||
17 | SRC_URI[md5sum] = "ab0fb5c829266a500e14b46b7bdf06bf" | 16 | SRC_URI[md5sum] = "adc4460239ec2eccf58ad9752ce53bfd" |
18 | SRC_URI[sha256sum] = "3d0ece2afdcd601c175ece24e32a30bc19247b454f4eafd3deeec2533c6884f1" | 17 | SRC_URI[sha256sum] = "198e9eec1a3e32dc810d3fbf3a714850a22c6288d4a5c8e802c5ff984af03f19" |
19 | 18 | ||
20 | S = "${WORKDIR}/${PNREAL}-${PV}" | 19 | S = "${WORKDIR}/${PNREAL}-${PV}" |
21 | 20 | ||