[oe-commits] Angus Ainslie : tichy: change src_uri and update sane_srcrevs
GIT User account
git at amethyst.openembedded.net
Fri Apr 10 19:37:18 UTC 2009
Module: openembedded.git
Branch: fso/milestone5.5
Commit: da6edf9dadfe441b350434e16f80cbd0d4183385
URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=da6edf9dadfe441b350434e16f80cbd0d4183385
Author: Angus Ainslie <nytowl at openmoko.org>
Date: Fri Apr 10 13:31:14 2009 -0600
tichy: change src_uri and update sane_srcrevs
---
conf/distro/include/sane-srcrevs.inc | 2 +-
.../{tichy_git.bb => tichy_svn.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 cb2bc35..aa87d6b 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -218,7 +218,7 @@ SRCREV_pn-sjf2410-linux-native ?= "4268"
SRCREV_pn-sphyrna-python ?= "45"
SRCREV_pn-starling ?= "9574"
SRCREV_pn-table ?= "2191"
-SRCREV_pn-tichy ?= "ab68d849502009cf3214df48ffa8075a10cc2177"
+SRCREV_pn-tichy ?= "43"
SRCREV_pn-tmut ?= "60"
SRCREV_pn-toscoterm ?= "52bf31309b6cc5f669f4cab3b1f04d491c2680c7"
SRCREV_pn-u-boot-openmoko ?= "650149a53dbdd48bf6dfef90930c8ab182adb512"
diff --git a/packages/openmoko-projects/tichy_git.bb b/packages/openmoko-projects/tichy_svn.bb
similarity index 76%
rename from packages/openmoko-projects/tichy_git.bb
rename to packages/openmoko-projects/tichy_svn.bb
index 4a1ffb5..238db7d 100644
--- a/packages/openmoko-projects/tichy_git.bb
+++ b/packages/openmoko-projects/tichy_svn.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.2+gitr${SRCREV}"
-PR = "r0"
+PV = "0.2+svnr${SRCREV}"
+PR = "r1"
-SRC_URI = "git://git.openmoko.org/git/tichy.git;protocol=git"
-S = "${WORKDIR}/git"
+SRC_URI = "svn://tichy.googlecode.com/svn/;module=trunk;proto=http"
+S = "${WORKDIR}/tichy"
inherit distutils
More information about the Openembedded-commits
mailing list