aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-01-09 00:59:09 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-28 09:57:19 +0100
commitf618e6326e764c7eda56f9eddd7e078fd10b83ea (patch)
tree949139fc5a379e591d8003d1f2ea4154af8e3c10
parentecf22021df6ecceb5a993a84a7800d6b16e60c62 (diff)
downloadopenembedded-f618e6326e764c7eda56f9eddd7e078fd10b83ea.tar.gz
emtooth: add elementary based bluetooth/bluez manager
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/openmoko-3rdparty/emtooth_svn.bb16
-rw-r--r--recipes/tasks/task-shr-feed.bb1
2 files changed, 17 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/emtooth_svn.bb b/recipes/openmoko-3rdparty/emtooth_svn.bb
new file mode 100644
index 0000000000..a7bdaf0450
--- /dev/null
+++ b/recipes/openmoko-3rdparty/emtooth_svn.bb
@@ -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
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb
index bcf73410c5..edd78eb57f 100644
--- a/recipes/tasks/task-shr-feed.bb
+++ b/recipes/tasks/task-shr-feed.bb
@@ -269,4 +269,5 @@ RDEPENDS_${PN} += "\
stopwatch \
rtmom \
ventura \
+ emtooth \
"