summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \
"