Fix dates SRC_URI/S

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@367 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2006-04-25 20:00:27 +00:00
parent 9629885fd1
commit a7bfafd715
1 changed files with 4 additions and 4 deletions

View File

@ -4,13 +4,13 @@ DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Dates is a calendar application."
PR = "r4"
PR = "r5"
PV = "0.0+svn${SRCDATE}"
S = "${WORKDIR}/${PN}"
S = "${WORKDIR}/trunk"
SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
inherit autotools pkgconfig
CFLAGS_prepend = " -DFRAMES=5 "
CFLAGS_prepend = " -DFRAMES=3 "