diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-09 00:59:09 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-28 09:57:19 +0100 |
commit | f618e6326e764c7eda56f9eddd7e078fd10b83ea (patch) | |
tree | 949139fc5a379e591d8003d1f2ea4154af8e3c10 /recipes/openmoko-3rdparty | |
parent | ecf22021df6ecceb5a993a84a7800d6b16e60c62 (diff) |
emtooth: add elementary based bluetooth/bluez manager
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-3rdparty')
-rw-r--r-- | recipes/openmoko-3rdparty/emtooth_svn.bb | 16 |
1 files changed, 16 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 |