From 42c5793dced31d7f0e30dcd93745b024bb81099c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 1 Dec 2008 18:01:09 +0100 Subject: 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. --- packages/openmoko-projects/tichy_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/openmoko-projects/tichy_git.bb (limited to 'packages/openmoko-projects/tichy_git.bb') diff --git a/packages/openmoko-projects/tichy_git.bb b/packages/openmoko-projects/tichy_git.bb new file mode 100644 index 0000000000..4a1ffb500e --- /dev/null +++ b/packages/openmoko-projects/tichy_git.bb @@ -0,0 +1,16 @@ +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" + +SRC_URI = "git://git.openmoko.org/git/tichy.git;protocol=git" +S = "${WORKDIR}/git" + +inherit distutils + +FILES_${PN} += "${datadir}" +RDEPENDS_${PN} += "python-pygame" +# This is because pkg-config --libs --cflags sdl doesn't return the correct path (bug in libsdl recipe ?) +CFLAGS += -I${STAGING_INCDIR}/SDL -- cgit v1.2.3