diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc')
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc index 10ee5bcb2c..455d896844 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc | |||
@@ -7,19 +7,15 @@ LICENSE = "GPLv2+" | |||
7 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon" | 7 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon" |
8 | 8 | ||
9 | SRCBRANCH ?= "master" | 9 | SRCBRANCH ?= "master" |
10 | SRCREV = "097a086a8606dcb368c7d38c7ec4fefc2497401b" | 10 | SRCREV = "3526d0ffdbccc375db7d5fe33a72c68b134657c2" |
11 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \ | 11 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \ |
12 | file://0001-gstd-yocto-compatibility.patch" | 12 | file://0001-gstd-yocto-compatibility.patch \ |
13 | 13 | file://0001-Look-for-gtk-doc.make-in-builddir.patch \ | |
14 | " | ||
14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
15 | 16 | ||
16 | PACKAGECONFIG_CONFARGS = " \ | 17 | inherit autotools pkgconfig gettext gtk-doc |
17 | --disable-gtk-doc \ | ||
18 | " | ||
19 | |||
20 | inherit autotools pkgconfig gettext | ||
21 | 18 | ||
22 | do_configure() { | 19 | do_configure_prepend() { |
23 | ${S}/autogen.sh | 20 | sed -i -e "s|include \$(top_builddir)/docs/gtk-doc.make||g" ${S}/docs/reference/gstd/Makefile.am |
24 | oe_runconf | ||
25 | } | 21 | } |