diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-12-01 18:01:09 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-12-01 18:01:09 +0100 |
commit | 42c5793dced31d7f0e30dcd93745b024bb81099c (patch) | |
tree | 55eab55719ca6eb0590a560451a4c9155762f6af | |
parent | 7561550296a46418f866833c0b49203f7fd2cd85 (diff) |
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.
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | packages/openmoko-projects/tichy_git.bb (renamed from packages/openmoko-projects/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 c659f8fef1..3b139a8273 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 index 5c54dbad3e..4a1ffb500e 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 |