]> code.ossystems Code Review - meta-freescale.git/blob
b3e4326b00e7b6fe543c97ae04912921aaca8238
[meta-freescale.git] /
1 From 836769c4a26231f36a48aeadb9e332bd7224c785 Mon Sep 17 00:00:00 2001
2 From: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
3 Date: Sun, 22 Dec 2019 14:49:57 +0000
4 Subject: [PATCH 2/2] rtsp: drop incorrect reference to gstreamer-sdp in
5  Makefile.am
6
7 Rebase following patch from upstream to match NXP version 1.16:
8
9 From: Alexander Kanavin <alex.kanavin@gmail.com>
10 Date: Mon, 26 Oct 2015 17:30:14 +0200
11 Subject: [PATCH 4/4] rtsp: drop incorrect reference to gstreamer-sdp in
12  Makefile.am
13
14 Upstream-Status: Pending [review on oe-core maillist]
15 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
16 Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
17 ---
18  gst-libs/gst/rtsp/Makefile.am | 1 -
19  1 file changed, 1 deletion(-)
20
21 diff --git a/gst-libs/gst/rtsp/Makefile.am b/gst-libs/gst/rtsp/Makefile.am
22 index 13ac1b395..8b03125c7 100644
23 --- a/gst-libs/gst/rtsp/Makefile.am
24 +++ b/gst-libs/gst/rtsp/Makefile.am
25 @@ -82,7 +82,6 @@ GstRtsp-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstrtsp-@GST_API_VERS
26                 --pkg gio-2.0 \
27                 --pkg gstreamer-@GST_API_VERSION@ \
28                 --pkg gstreamer-base-@GST_API_VERSION@ \
29 -               --pkg gstreamer-sdp-@GST_API_VERSION@ \
30                 --pkg-export gstreamer-rtsp-@GST_API_VERSION@ \
31                 --add-init-section="$(INTROSPECTION_INIT)" \
32                 --output $@ \
33 -- 
34 2.17.1
35