[oe-commits] Martin Jansa : emtooth: add elementary based bluetooth/bluez manager

git version control git at git.openembedded.org
Thu Jan 28 08:58:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f618e6326e764c7eda56f9eddd7e078fd10b83ea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f618e6326e764c7eda56f9eddd7e078fd10b83ea

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jan  9 00:59:09 2010 +0100

emtooth: add elementary based bluetooth/bluez manager

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/emtooth_svn.bb |   16 ++++++++++++++++
 recipes/tasks/task-shr-feed.bb           |    1 +
 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 0000000..a7bdaf0
--- /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 at 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 bcf7341..edd78eb 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 \
 "





More information about the Openembedded-commits mailing list