diff options
author | Chris Lord <chris@openedhand.com> | 2006-04-25 20:00:27 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-04-25 20:00:27 +0000 |
commit | a7bfafd71555266b1908e4d3bb85d085c3028a0e (patch) | |
tree | 3380f2beb7e3076035edb4ce42f070b6430231bf | |
parent | 9629885fd17d05f2a5b1c309004278909bf58260 (diff) | |
download | poky-a7bfafd71555266b1908e4d3bb85d085c3028a0e.tar.gz |
Fix dates SRC_URI/S
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@367 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rwxr-xr-x | openembedded/packages/dates/dates_svn.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openembedded/packages/dates/dates_svn.bb b/openembedded/packages/dates/dates_svn.bb index 22c821b98b..3d658aae54 100755 --- a/openembedded/packages/dates/dates_svn.bb +++ b/openembedded/packages/dates/dates_svn.bb | |||
@@ -4,13 +4,13 @@ DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | |||
4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
5 | DESCRIPTION = "Dates is a calendar application." | 5 | DESCRIPTION = "Dates is a calendar application." |
6 | 6 | ||
7 | PR = "r4" | 7 | PR = "r5" |
8 | 8 | ||
9 | PV = "0.0+svn${SRCDATE}" | 9 | PV = "0.0+svn${SRCDATE}" |
10 | S = "${WORKDIR}/${PN}" | 10 | S = "${WORKDIR}/trunk" |
11 | 11 | ||
12 | SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http" | 12 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | CFLAGS_prepend = " -DFRAMES=5 " | 16 | CFLAGS_prepend = " -DFRAMES=3 " |