Update depends to match renames and source changes
authorRoss Burton <ross@openedhand.com>
Thu, 15 Feb 2007 16:33:13 +0000 (16:33 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 15 Feb 2007 16:33:13 +0000 (16:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1272 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/dates/dates_0.3.1.bb
meta/packages/dates/dates_svn.bb [changed mode: 0755->0644]

index 897cd7a..09bd20d 100644 (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
old mode 100755 (executable)
new mode 100644 (file)
index 162e6f6..ed66774
@@ -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"