summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-18 17:32:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:23 +0000
commite5fb79d35599c7582cacba6091eb049186b55edd (patch)
tree67d3f8c57a94d7892102f378538984dfbdad24cf /meta/recipes-multimedia
parent434aa8ed061439a4709a957f9a187532a731fc10 (diff)
downloadpoky-e5fb79d35599c7582cacba6091eb049186b55edd.tar.gz
gstreamer1.0-rtsp-server.inc: minor formatting improvements
(From OE-Core rev: 6e857b8c49d96668248f8a081e1b70846b7c1916) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> 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.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
index 65b4876696..608842adc6 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
@@ -1,7 +1,8 @@
1SUMMARY = "A library on top of GStreamer for building an RTSP server" 1SUMMARY = "A library on top of GStreamer for building an RTSP server"
2HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
2SECTION = "multimedia" 3SECTION = "multimedia"
3LICENSE = "LGPLv2" 4LICENSE = "LGPLv2"
4HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/" 5
5DEPENDS = "gstreamer1.0 libcgroup gstreamer1.0-plugins-base" 6DEPENDS = "gstreamer1.0 libcgroup gstreamer1.0-plugins-base"
6 7
7PNREAL = "gst-rtsp-server" 8PNREAL = "gst-rtsp-server"
@@ -11,4 +12,3 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz
11S = "${WORKDIR}/${PNREAL}-${PV}" 12S = "${WORKDIR}/${PNREAL}-${PV}"
12 13
13inherit autotools pkgconfig upstream-version-is-even 14inherit autotools pkgconfig upstream-version-is-even
14