[oe-commits] Klaus Kurzmann : elmdentica: modify the fetch URI so, it does not use HEAD as svn revision

git version control git at git.openembedded.org
Sun Jul 19 12:56:06 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: d455ff8b7d3583528ca6f2531d5680b2f11563e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d455ff8b7d3583528ca6f2531d5680b2f11563e7

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Jul 19 14:55:28 2009 +0200

elmdentica: modify the fetch URI so, it does not use HEAD as svn revision

Signed-off-by: Christian Rüb
Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/e17/elmdentica_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb
index 296fb7f..f2cb835 100644
--- a/recipes/e17/elmdentica_svn.bb
+++ b/recipes/e17/elmdentica_svn.bb
@@ -5,10 +5,10 @@ SECTION = "e/apps"
 HOMEPAGE = "http://elmdentica.googlecode.com"
 AUTHOR = "seabra"
 PV = "0.6.0+svn${SRCREV}"
-PR = "r0"
+PR = "r1"
  
  
-SRC_URI = "svn://elmdentica.googlecode.com/svn/trunk;module=.;proto=http;rev=HEAD"
+SRC_URI = "svn://elmdentica.googlecode.com/svn/trunk;module=.;proto=http"
  
 S = "${WORKDIR}"
  





More information about the Openembedded-commits mailing list