summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/openmoko-3rdparty/emtooth_svn.bb6
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
/commit/classes/distutils-base.bbclass?id=c9f69cb492ac54bf9ba52e2eb756b84238c10753'>distutils-base bbclass: exclude debug files from $bindir and $libdir, PYTHON_...Koen Kooi1 2005-02-09compute python version based on staging area, not on host python *cough*. inh...Michael Lauer1 2005-02-09Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer1