diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-28 16:00:09 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-28 23:34:40 +0100 |
commit | cc9d189a6f80701f4366589fb7d581c52176cd6d (patch) | |
tree | 5512b5d8e7053ba99fa318cb0545b1cddb608f18 /recipes | |
parent | 50a6a82329d668a0b64fb883695d384985a8fafa (diff) |
emtooth: update SRCREV for better sourcedir layout
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/openmoko-3rdparty/emtooth_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/openmoko-3rdparty/emtooth_svn.bb b/recipes/openmoko-3rdparty/emtooth_svn.bb index a7bdaf0450..af876df127 100644 --- a/recipes/openmoko-3rdparty/emtooth_svn.bb +++ b/recipes/openmoko-3rdparty/emtooth_svn.bb @@ -5,12 +5,12 @@ SECTION = "x11/applications" LICENSE = "GPLv2" DEPENDS = "elementary eina edbus" -SRCREV = "41" +SRCREV = "43" PV = "0.1+svnr${SRCPV}" PR = "r0" -SRC_URI = "svn://emtooth.googlecode.com/svn;module=trunk;proto=http" +SRC_URI = "svn://emtooth.googlecode.com/svn/trunk;module=app;proto=http" -S = "${WORKDIR}/trunk" +S = "${WORKDIR}/app" inherit pkgconfig autotools |