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>
This commit is contained in:
Andre McCurdy 2016-01-18 17:32:35 -08:00 committed by Richard Purdie
parent 434aa8ed06
commit e5fb79d355
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,8 @@
SUMMARY = "A library on top of GStreamer for building an RTSP server"
HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
SECTION = "multimedia"
LICENSE = "LGPLv2"
HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
DEPENDS = "gstreamer1.0 libcgroup gstreamer1.0-plugins-base"
PNREAL = "gst-rtsp-server"
@ -11,4 +12,3 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz
S = "${WORKDIR}/${PNREAL}-${PV}"
inherit autotools pkgconfig upstream-version-is-even