diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-30 08:23:54 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-30 09:02:21 +0200 |
commit | 760b51349118c2aa2958c04d5a779bed4cd74b26 (patch) | |
tree | 0b02ca9c14d836b0d56c28992ac458771d93c4d6 /recipes/openmoko-3rdparty/emtooth_svn.bb | |
parent | 6a01455b807faf1ecea56c415bba50441c129c42 (diff) |
emtooth: bump SRCREV, add new deps
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-3rdparty/emtooth_svn.bb')
-rw-r--r-- | recipes/openmoko-3rdparty/emtooth_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/openmoko-3rdparty/emtooth_svn.bb b/recipes/openmoko-3rdparty/emtooth_svn.bb index 12e017192a..88b55f9d1d 100644 --- a/recipes/openmoko-3rdparty/emtooth_svn.bb +++ b/recipes/openmoko-3rdparty/emtooth_svn.bb @@ -4,10 +4,11 @@ HOMEPAGE = "http://code.google.com/p/emtooth/" SECTION = "x11/applications" LICENSE = "GPLv2" DEPENDS = "elementary eina edbus" +RDEPENDS = "bluez4 obexd" -SRCREV = "46" +SRCREV = "76" PV = "0.1+svnr${SRCPV}" -PR = "r0" +PR = "r1" SRC_URI = "svn://emtooth.googlecode.com/svn/trunk;module=app;proto=http" |