summaryrefslogtreecommitdiff
path: root/recipes/ti/gstd_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/gstd_git.bb')
-rw-r--r--recipes/ti/gstd_git.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes/ti/gstd_git.bb b/recipes/ti/gstd_git.bb
new file mode 100644
index 0000000000..be4838e96c
--- /dev/null
+++ b/recipes/ti/gstd_git.bb
@@ -0,0 +1,31 @@
+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"
+
+DEPENDS = "dbus dbus-glib gstreamer"
+RDEPENDS = "gst-plugins-base"
+
+SRCREV = "88b4ae3fd9973a503a85e194f17f364cdf903fb3"
+
+PV = "1.0"
+PR = "r5"
+PR_append = "+gitr${SRCREV}"
+
+SRC_URI = "git://harrier.git.sourceforge.net/gitroot/harrier/harrier;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() {
+ oe_runconf
+}
+
+FILES_${PN} += "${datadir}/dbus-1/*/*.service"
+FILES_${PN}-dev += "${datadir}/dbus-1/interfaces/*.xml"