morty migration: gstreamer1.0-rtsp-server: update package

Also, fix gstreamer rtsp package name in dey-gstreamer package group.

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

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-02-23 13:10:23 +01:00
parent b094497c8d
commit f8d39cc5a6
3 changed files with 38 additions and 29 deletions

View File

@ -1,28 +0,0 @@
# Copyright (C) 2015 Digi International.
GST_RTSP_EXAMPLES ?= " \
examples/.libs/test-appsrc \
examples/.libs/test-auth \
examples/.libs/test-launch \
examples/.libs/test-mp4 \
examples/.libs/test-multicast \
examples/.libs/test-multicast2 \
examples/.libs/test-ogg \
examples/.libs/test-readme \
examples/.libs/test-sdp \
examples/.libs/test-uri \
examples/.libs/test-video \
"
do_install_append() {
# Install examples
install -d ${D}${datadir}/${P}
for f in ${GST_RTSP_EXAMPLES}; do
install -m 0755 ${B}/${f} ${D}${datadir}/${P}
done
}
PACKAGES =+ "${PN}-examples-dbg ${PN}-examples"
FILES_${PN}-examples-dbg += "${datadir}/${P}/.debug"
FILES_${PN}-examples += "${datadir}"

View File

@ -0,0 +1,37 @@
# Copyright 2015-2017, Digi International Inc.
GST_RTSP_EXAMPLES ?= " \
test-appsrc \
test-auth \
test-cgroups \
test-launch \
test-mp4 \
test-multicast \
test-multicast2 \
test-netclock \
test-netclock-client \
test-ogg \
test-readme \
test-record \
test-record-auth \
test-sdp \
test-uri \
test-video \
test-video-rtx \
"
PACKAGECONFIG_append = " examples"
PACKAGECONFIG[examples] = "--enable-examples,--disable-examples"
do_install_append() {
# Install examples
install -d ${D}${datadir}/${BP}
for f in ${GST_RTSP_EXAMPLES}; do
install -m 0755 ${B}/examples/.libs/${f} ${D}${datadir}/${BP}
done
}
PACKAGES =+ "${PN}-examples-dbg ${PN}-examples"
FILES_${PN}-examples-dbg += "${datadir}/${BP}/.debug"
FILES_${PN}-examples += "${datadir}"

View File

@ -10,7 +10,7 @@ MACHINE_GSTREAMER_1_0_EXTRA_INSTALL ?= ""
MACHINE_GSTREAMER_1_0_EXTRA_INSTALL_mx6 ?= " \
gstreamer1.0-plugins-bad-meta \
gstreamer1.0-plugins-ugly-meta \
gstreamer1.0-rtsp-server-examples \
gstreamer1.0-rtsp-server-meta \
"
RDEPENDS_${PN} = " \