emtooth: add elementary based bluetooth/bluez manager
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 8 Jan 2010 23:59:09 +0000 (00:59 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 28 Jan 2010 08:57:19 +0000 (09:57 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/openmoko-3rdparty/emtooth_svn.bb [new file with mode: 0644]
recipes/tasks/task-shr-feed.bb

diff --git a/recipes/openmoko-3rdparty/emtooth_svn.bb b/recipes/openmoko-3rdparty/emtooth_svn.bb
new file mode 100644 (file)
index 0000000..a7bdaf0
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "A bluetooth/bluez manager written in elementary for embedded systems"
+AUTHOR = "Pau Espin Pedrol (Sharwin_F) <pespin.shar@gmail.com>"
+HOMEPAGE = "http://code.google.com/p/emtooth/"
+SECTION = "x11/applications"
+LICENSE = "GPLv2"
+DEPENDS = "elementary eina edbus"
+
+SRCREV = "41"
+PV = "0.1+svnr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "svn://emtooth.googlecode.com/svn;module=trunk;proto=http"
+
+S = "${WORKDIR}/trunk"
+
+inherit pkgconfig autotools
index bcf7341..edd78eb 100644 (file)
@@ -269,4 +269,5 @@ RDEPENDS_${PN} += "\
                stopwatch \
                rtmom \
                ventura \
+               emtooth \
 "