aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstd/gstd_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstd/gstd_git.bb')
-rw-r--r--recipes/gstd/gstd_git.bb15
1 files changed, 7 insertions, 8 deletions
diff --git a/recipes/gstd/gstd_git.bb b/recipes/gstd/gstd_git.bb
index 143b4b60d5..e2ecb89891 100644
--- a/recipes/gstd/gstd_git.bb
+++ b/recipes/gstd/gstd_git.bb
@@ -1,26 +1,25 @@
-DESCRIPTION = "Gstd: a Gstreamer-based streaming server"
+DESCRIPTION = "gstd: a Gstreamer-based streaming server"
HOMEPAGE = "http://sourceforge.net/projects/harrier/"
-MAINTAINER = "harrier-devel@lists.sourceforge.net"
LICENSE = "BSD"
SECTION = "multimedia"
PRIORITY = "optional"
+inherit autotools pkgconfig
+
DEPENDS = "dbus dbus-glib gstreamer"
-RDEPENDS = "gst-plugins-base"
+RDEPENDS_${PN} = "dbus dbus-glib gstreamer gst-plugins-base"
+RRECOMENDS_${PN} = "gstreamer-ti"
-SRCREV = "7ba92f30db6f72531554a7b0335e757182c60020"
+SRCREV = "f3e22c93f4fd7ca47d6309b8450788127550ecb9"
PV = "1.0"
-PR = "r7"
+PR = "r13"
PR_append = "+gitr${SRCREV}"
SRC_URI = "git://gstd.git.sourceforge.net/gitroot/gstd/gstd;protocol=git \
"
-
S = "${WORKDIR}/git"
-inherit autotools pkgconfig
-
# We don't want to run autoconf or automake, unless you have
# automake > 1.11 with vala support
do_configure() {