generic-poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc
Robert Yang d76e718fee gstreamer1.0-rtsp-server: depends on libcgroup and gstreamer1.0-plugins-base
Otherwise may do_compile error:
test-cgroups.c:43:23:: fatal error: libcgroup.h: No such file or directory

and:

configure: No package 'gstreamer-plugins-base-1.0' found

(From OE-Core rev: bef49e8e8bf0a7f900f4ad44c2cbb6dec1d5d180)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-06-14 08:43:55 +01:00

15 lines
417 B
PHP

SUMMARY = "A library on top of GStreamer for building an 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"
SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
S = "${WORKDIR}/${PNREAL}-${PV}"
inherit autotools pkgconfig