diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-14 16:39:14 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-14 16:39:14 +0000 |
commit | ebd379ae962a2e0a0eb9354fe8c0abc9552c02ec (patch) | |
tree | 59f149d36a76cff95a41caf5bf963a0056ac73bd /packages/ohand-tasks/tasks_0.2.bb | |
parent | 589dd7d9f52a33250a9cbc2076558c5a248513bf (diff) |
contacts, dates, tasks: moved to pimlico directory (from Poky)
Diffstat (limited to 'packages/ohand-tasks/tasks_0.2.bb')
-rw-r--r-- | packages/ohand-tasks/tasks_0.2.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/ohand-tasks/tasks_0.2.bb b/packages/ohand-tasks/tasks_0.2.bb deleted file mode 100644 index ea9c1b0703..0000000000 --- a/packages/ohand-tasks/tasks_0.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Tasks is a simple TODO application." -SECTION = "x11" -LICENSE = "LGPL" -PR = "r0" - -DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" - -SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz" - -inherit autotools pkgconfig gtk-icon-cache - - |