[oe-commits] Holger Hans Peter Freyther : tichy: This project moved from svn to git, catch up

GIT User account git at amethyst.openembedded.net
Mon Dec 1 18:48:53 UTC 2008


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

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Mon Dec  1 18:01:09 2008 +0100

tichy: This project moved from svn to git, catch up

    - Move the SRC_URI to get, increase the PV after
      the change
    - Build the latest git version.

---

 conf/distro/include/sane-srcrevs.inc               |    2 +-
 .../{tichy_svn.bb => tichy_git.bb}                 |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index c659f8f..3b139a8 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -203,7 +203,7 @@ SRCREV_pn-sjf2410-linux-native ?= "4268"
 SRCREV_pn-sphyrna-python ?= "45"
 SRCREV_pn-starling ?= "9574"
 SRCREV_pn-table ?= "2191"
-SRCREV_pn-tichy ?= "279"
+SRCREV_pn-tichy ?= "ab68d849502009cf3214df48ffa8075a10cc2177"
 SRCREV_pn-tmut ?= "60"
 SRCREV_pn-u-boot-openmoko ?= "650149a53dbdd48bf6dfef90930c8ab182adb512"
 SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
diff --git a/packages/openmoko-projects/tichy_svn.bb b/packages/openmoko-projects/tichy_git.bb
similarity index 75%
rename from packages/openmoko-projects/tichy_svn.bb
rename to packages/openmoko-projects/tichy_git.bb
index 5c54dba..4a1ffb5 100644
--- a/packages/openmoko-projects/tichy_svn.bb
+++ b/packages/openmoko-projects/tichy_git.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Python applets manager"
 SECTION = "x11"
 LICENSE = "GPL"
 DEPENDS += "python-pygame virtual/libsdl libsdl-image python-dbus python-pygobject"                                   
-PV = "0.1+svnr${SRCREV}"
-PR = "r0.01"
+PV = "0.2+gitr${SRCREV}"
+PR = "r0"
 
-SRC_URI = "svn://svn.projects.openmoko.org/svnroot;module=tichy;proto=http"
-S = "${WORKDIR}/tichy"
+SRC_URI = "git://git.openmoko.org/git/tichy.git;protocol=git"
+S = "${WORKDIR}/git"
 
 inherit distutils
 





More information about the Openembedded-commits mailing list