diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-19 23:11:52 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-20 20:23:32 +0200 |
commit | edec8380a972f54ff4f2444305030fe8a333a6c4 (patch) | |
tree | 24698e250d7520a93bce0dc9b6bc877c6329b234 /recipes | |
parent | b03b1f60164158672bd77022e4704e3e9cb19b2e (diff) |
emtooth: search for eina not eina-0 in newer SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/openmoko-3rdparty/emtooth_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openmoko-3rdparty/emtooth_svn.bb b/recipes/openmoko-3rdparty/emtooth_svn.bb index 12204d5edd..fc46852296 100644 --- a/recipes/openmoko-3rdparty/emtooth_svn.bb +++ b/recipes/openmoko-3rdparty/emtooth_svn.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2" DEPENDS = "elementary eina edbus" RDEPENDS_${PN} = "bluez4 obexd" -SRCREV = "77" +SRCREV = "78" PV = "0.1+svnr${SRCPV}" PR = "r5" |