aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstd
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-03-23 23:35:17 +0000
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:30 +0200
commit311312722b9e2f02deec0f5f64ca67ef90975fc1 (patch)
tree7604e38bbd71da7b52aab7e34d29d8d7c3f8b3b9 /recipes/gstd
parent406284396169439b93524a4b65a8f075b2a4e0aa (diff)
downloadopenembedded-311312722b9e2f02deec0f5f64ca67ef90975fc1.tar.gz
freondemo/gstd: Add updates from latest RR recipes
* Updated recipes (logic) merged from latest Ridgerun recipes * Whitespace formatting maintained from earlier cleanup Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/gstd')
-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() {