[oe-commits] Martin Jansa : emtooth: update SRCREV for better sourcedir layout

git version control git at git.openembedded.org
Thu Jan 28 22:35:46 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cc9d189a6f80701f4366589fb7d581c52176cd6d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cc9d189a6f80701f4366589fb7d581c52176cd6d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jan 28 16:00:09 2010 +0100

emtooth: update SRCREV for better sourcedir layout

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 a7bdaf0..af876df 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





More information about the Openembedded-commits mailing list