[oe-commits] Klaus Kurzmann : opimd-utils: change SRC_URI to new git repository

git version control git at git.openembedded.org
Fri Jul 17 09:24:28 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri Jul 17 11:24:14 2009 +0200

opimd-utils: change SRC_URI to new git repository

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 .../{opimd-utils_svn.bb => opimd-utils_git.bb}     |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/freesmartphone/opimd-utils_svn.bb b/recipes/freesmartphone/opimd-utils_git.bb
similarity index 79%
rename from recipes/freesmartphone/opimd-utils_svn.bb
rename to recipes/freesmartphone/opimd-utils_git.bb
index 74c2ecc..af843a2 100644
--- a/recipes/freesmartphone/opimd-utils_svn.bb
+++ b/recipes/freesmartphone/opimd-utils_git.bb
@@ -4,13 +4,13 @@ SHR_RELEASE ?= "shr"
 LICENSE ?= "GPL"
 RDEPENDS = "python-elementary python-dbus python-codecs python-shell python python-core python-edbus shr-settings frameworkd pyphonelog shr-theme"
 SECTION = "x11/application"
-PV = "0.0.1+r${SRCPV}"
-PR = "r3"
+PV = "0.0.1+gitr${SRCPV}"
+PR = "r4"
 
 inherit setuptools
 
-SRC_URI = "svn://openmoko.opendevice.org/trunk;module=opimd;protocol=http"
-S = "${WORKDIR}/opimd"
+SRC_URI = "git://git.shr-project.org/opimd-utils.git;protocol=http"
+S = "${WORKDIR}/git"
 FILES_${PN} += "${sysconfdir}/X11/Xsession.d/89opimd-notifier"
 FILES_${PN} += "${prefix}/share/applications/"
 FILES_${PN} += "${prefix}/share/pixmaps/opimd-utils/"





More information about the Openembedded-commits mailing list