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 /packages/openmoko-projects | |
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.
Diffstat (limited to 'packages/openmoko-projects')
-rw-r--r-- | packages/openmoko-projects/tichy_git.bb (renamed from packages/openmoko-projects/tichy_svn.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
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 |