blob: 455d896844b7d2fc3936ec4e0d32acff9fb8e650 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DESCRIPTION = "Gstreamer Daemon 1.0"
2SUMMARY = "GStreamer framework for controlling audio and video streaming using TCP connection messages"
3HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=Gstd-1.0"
4SECTION = "multimedia"
5LICENSE = "GPLv2+"
6
7DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon"
8
9SRCBRANCH ?= "master"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010SRCREV = "3526d0ffdbccc375db7d5fe33a72c68b134657c2"
Brad Bishop316dfdd2018-06-25 12:45:53 -040011SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012 file://0001-gstd-yocto-compatibility.patch \
13 file://0001-Look-for-gtk-doc.make-in-builddir.patch \
14 "
Brad Bishop316dfdd2018-06-25 12:45:53 -040015S = "${WORKDIR}/git"
16
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017inherit autotools pkgconfig gettext gtk-doc
Brad Bishop316dfdd2018-06-25 12:45:53 -040018
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019do_configure_prepend() {
20 sed -i -e "s|include \$(top_builddir)/docs/gtk-doc.make||g" ${S}/docs/reference/gstd/Makefile.am
Brad Bishop316dfdd2018-06-25 12:45:53 -040021}