aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin.shar@gmail.com>2011-01-07 20:11:06 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-10 17:06:22 +0100
commit72f22a0a9ec046ed2abbc19561136478d1093538 (patch)
treeb1cb40f5436e05fa46024985d314e67c56cc5e29
parente2517b6e6a9b1785855cff990a139f110c765385 (diff)
downloadopenembedded-72f22a0a9ec046ed2abbc19561136478d1093538.tar.gz
emtooth2: add recipe for emtooth2 (new vala version of the app)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/openmoko-3rdparty/emtooth2_svn.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/emtooth2_svn.bb b/recipes/openmoko-3rdparty/emtooth2_svn.bb
new file mode 100644
index 0000000000..83feb445b2
--- /dev/null
+++ b/recipes/openmoko-3rdparty/emtooth2_svn.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "A bluetooth/bluez manager written in elementary for embedded systems. Second version written now in Vala"
+AUTHOR = "Pau Espin Pedrol (Sharwin_F) <pespin.shar@gmail.com>"
+HOMEPAGE = "http://code.google.com/p/emtooth/"
+SECTION = "x11/applications"
+LICENSE = "GPLv2"
+DEPENDS = "glib-2.0 libeflvala"
+RDEPENDS_${PN} = "bluez4 obexd"
+
+SRCREV = "124"
+PV = "0.1+svnr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "svn://emtooth.googlecode.com/svn/trunk;module=app2;proto=http"
+
+EXTRA_OECONF += "--enable-fso"
+
+S = "${WORKDIR}/app2"
+
+inherit autotools vala
+