From: Martin Jansa Date: Tue, 30 Mar 2010 06:23:54 +0000 (+0200) Subject: emtooth: bump SRCREV, add new deps X-Git-Tag: Release-2010-05/1~152^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=760b51349118c2aa2958c04d5a779bed4cd74b26;p=openembedded.git emtooth: bump SRCREV, add new deps Signed-off-by: Martin Jansa --- 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"