diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb')
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb index 87792491ae..d068d66bb6 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | |||
@@ -8,15 +8,19 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c71b653a0f608a58cdc5693ae57126bc" | |||
8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon libsoup-2.4 jansson" | 8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon libsoup-2.4 jansson" |
9 | 9 | ||
10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
11 | SRCREV = "a011affa67f240cbc7aaff5b00fdfd6124bdaece" | 11 | SRCREV = "dac03d5e4102080a8f3ef274a6a6583455962095" |
12 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SRCBRANCH} \ |
13 | S = "${WORKDIR}/git" | 13 | file://0001-gstd-Remove-redundant-rpaths.patch" |
14 | 14 | ||
15 | # Remove the +really when upstream version is > 1.0 | 15 | # Remove the +really when upstream version is > 1.0 |
16 | PV = "1.0+really0.15.0" | 16 | PV = "1.0+really0.15.2" |
17 | 17 | ||
18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | 18 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |
19 | 19 | ||
20 | # Documentation doesn't currently build: | ||
21 | # gtkdoc-mkhtml: error: unrecognized arguments: ../gstd-docs.xml | ||
22 | GTKDOC_ENABLED = "False" | ||
23 | |||
20 | inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig | 24 | inherit meson pkgconfig gettext gtk-doc python3native python3-dir python3targetconfig |
21 | 25 | ||
22 | do_install:append() { | 26 | do_install:append() { |