Update depends to match renames and source changes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1272 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-02-15 16:33:13 +00:00
parent 92639ed598
commit 822d1ec5df
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,8 @@
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
DEPENDS = "glib-2.0 gtk+ intltool eds-dbus"
RDEPENDS = "libedata-cal"
DESCRIPTION = "Dates is a calendar application."
include dates.inc

7
meta/packages/dates/dates_svn.bb Executable file → Normal file
View File

@ -1,9 +1,12 @@
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
DEPENDS = "glib-2.0 gtk+ intltool eds-dbus"
RDEPENDS = "libedata-cal"
DESCRIPTION = "Dates is a calendar application."
PV = "0.1+svn${SRCDATE}"
DEFAULT_PREFERENCE = "-1"
PV = "0.0+svn${SRCDATE}"
S = "${WORKDIR}/trunk"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"