1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

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
+4 -4
View File
@@ -4,13 +4,13 @@ DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
MAINTAINER = "Chris Lord <chris@openedhand.com>" MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Dates is a calendar application." DESCRIPTION = "Dates is a calendar application."
PR = "r4" PR = "r5"
PV = "0.0+svn${SRCDATE}" 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 inherit autotools pkgconfig
CFLAGS_prepend = " -DFRAMES=5 " CFLAGS_prepend = " -DFRAMES=3 "