gstreamer packagegroup: add gstreamer1.0-rtsp-server

Adds the library and the example applications.

https://jira.digi.com/browse/DEL-1960

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2015-12-29 16:52:00 +01:00
parent 3605d12627
commit 93864cc3c4
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL ?= ""
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL_mx6 ?= "gstreamer1.0-rtsp-server-examples"
RDEPENDS_${PN} = " \
gstreamer1.0-meta-audio \
gstreamer1.0-meta-video \
@ -15,5 +18,6 @@ RDEPENDS_${PN} = " \
gstreamer1.0-plugins-good-meta \
gstreamer1.0-plugins-ugly-meta \
gstreamer1.0-plugins-bad-meta \
${MACHINE_GSTREAMER_1_0_EXTRA_INSTALL} \
${MACHINE_GSTREAMER_1_0_PLUGIN} \
"