mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
f0b1f3d30b
QA Issue: gstd: configure was passed unrecognised options: --disable-gtk-doc [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 lines
871 B
PHP
22 lines
871 B
PHP
DESCRIPTION = "Gstreamer Daemon 1.0"
|
|
SUMMARY = "GStreamer framework for controlling audio and video streaming using TCP connection messages"
|
|
HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=Gstd-1.0"
|
|
SECTION = "multimedia"
|
|
LICENSE = "GPLv2+"
|
|
|
|
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon"
|
|
|
|
SRCBRANCH ?= "master"
|
|
SRCREV = "3526d0ffdbccc375db7d5fe33a72c68b134657c2"
|
|
SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \
|
|
file://0001-gstd-yocto-compatibility.patch \
|
|
file://0001-Look-for-gtk-doc.make-in-builddir.patch \
|
|
"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig gettext gtk-doc
|
|
|
|
do_configure_prepend() {
|
|
sed -i -e "s|include \$(top_builddir)/docs/gtk-doc.make||g" ${S}/docs/reference/gstd/Makefile.am
|
|
}
|