diff --git a/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.4.5.bbappend b/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.4.5.bbappend deleted file mode 100644 index a6086cd3c..000000000 --- a/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.4.5.bbappend +++ /dev/null @@ -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}" diff --git a/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.8.3.bbappend b/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.8.3.bbappend new file mode 100644 index 000000000..f093a473b --- /dev/null +++ b/meta-digi-dey/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.8.3.bbappend @@ -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}" diff --git a/meta-digi-dey/recipes-multimedia/packagegroups/packagegroup-dey-gstreamer.bb b/meta-digi-dey/recipes-multimedia/packagegroups/packagegroup-dey-gstreamer.bb index 15abe22f9..9cffd200d 100644 --- a/meta-digi-dey/recipes-multimedia/packagegroups/packagegroup-dey-gstreamer.bb +++ b/meta-digi-dey/recipes-multimedia/packagegroups/packagegroup-dey-gstreamer.bb @@ -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} = " \