diff options
author | Ross Burton <ross@openedhand.com> | 2007-03-01 19:44:24 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-03-01 19:44:24 +0000 |
commit | f6cfad27b71ae83eb0fd34ca3f37a602ed424580 (patch) | |
tree | 406122b7724f643df931e86d219302006d1e5b38 | |
parent | 1b7b0c28d8d6a99e7a52feeb0bfce7b5bd305691 (diff) | |
download | poky-f6cfad27b71ae83eb0fd34ca3f37a602ed424580.tar.gz |
Inherit gtk-icon-cache
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1306 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/tasks/tasks_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/tasks/tasks_svn.bb b/meta/packages/tasks/tasks_svn.bb index 71ce73fa7c..5920ae391d 100644 --- a/meta/packages/tasks/tasks_svn.bb +++ b/meta/packages/tasks/tasks_svn.bb | |||
@@ -4,11 +4,11 @@ DEPENDS = "glib-2.0 gtk+ eds-dbus" | |||
4 | DESCRIPTION = "Tasks is a task list application." | 4 | DESCRIPTION = "Tasks is a task list application." |
5 | 5 | ||
6 | PV = "0.0+svn${SRCDATE}" | 6 | PV = "0.0+svn${SRCDATE}" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http" | 9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig gtk-icon-cache |
12 | 12 | ||
13 | S = "${WORKDIR}/trunk" | 13 | S = "${WORKDIR}/trunk" |
14 | 14 | ||