mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
gstreamer-rtsp-server: remove unnecessary dependencies
libcheck dep was removed from gst-rtsp-server some time back [1]. Disable building of examples and tests and remove dep on libcgroup which was needed, if present, to build only one specific example. [1] https://cgit.freedesktop.org/gstreamer/gst-rtsp-server/commit?id=43ec4e7c786227b85aec06599c3955626e241a01 (From OE-Core rev: d6002209804a4c604b31514dfe5ee1a9bc642030) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ae354a1900
commit
357b000cd3
@@ -3,7 +3,7 @@ HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
|
||||
SECTION = "multimedia"
|
||||
LICENSE = "LGPLv2"
|
||||
|
||||
DEPENDS = "gstreamer1.0 libcgroup gstreamer1.0-plugins-base libcheck"
|
||||
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base"
|
||||
|
||||
PNREAL = "gst-rtsp-server"
|
||||
|
||||
@@ -16,6 +16,8 @@ S = "${WORKDIR}/${PNREAL}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig upstream-version-is-even gobject-introspection gtk-doc
|
||||
|
||||
EXTRA_OECONF = "--disable-examples --disable-tests"
|
||||
|
||||
# Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well
|
||||
LIBV = "1.0"
|
||||
require gst-plugins-package.inc
|
||||
|
||||
Reference in New Issue
Block a user