diff options
-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" |