diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-03 22:34:37 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-03 22:34:37 +0100 |
commit | 25d941359b89d3bc97521e23b3f9ef64641a99e4 (patch) | |
tree | 2f1d3bce7ebb5d52050d2d039d722da199b36979 /meta/packages/pimlico | |
parent | 4426c30114f24165ece2442b3ce5c5f4e28a42ab (diff) | |
download | poky-25d941359b89d3bc97521e23b3f9ef64641a99e4.tar.gz |
tasks: Fix owl patch for latest git versions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/pimlico')
-rw-r--r-- | meta/packages/pimlico/tasks.inc | 3 | ||||
-rw-r--r-- | meta/packages/pimlico/tasks_0.13.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/pimlico/tasks.inc b/meta/packages/pimlico/tasks.inc index 3564218e4a..77872b2e2d 100644 --- a/meta/packages/pimlico/tasks.inc +++ b/meta/packages/pimlico/tasks.inc | |||
@@ -2,7 +2,6 @@ DESCRIPTION = "Task list application" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" | 4 | DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" |
5 | DEPENDS_append_poky = " libowl" | ||
5 | 6 | ||
6 | inherit autotools_stage pkgconfig gtk-icon-cache | 7 | inherit autotools_stage pkgconfig gtk-icon-cache |
7 | |||
8 | SRC_URI_append_poky = " file://tasks-owl.diff;patch=1 " \ No newline at end of file | ||
diff --git a/meta/packages/pimlico/tasks_0.13.bb b/meta/packages/pimlico/tasks_0.13.bb index de92a21178..f26724e3b3 100644 --- a/meta/packages/pimlico/tasks_0.13.bb +++ b/meta/packages/pimlico/tasks_0.13.bb | |||
@@ -3,4 +3,6 @@ require tasks.inc | |||
3 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ | 3 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ |
4 | file://fix_configure.patch;patch=1;status=merged" | 4 | file://fix_configure.patch;patch=1;status=merged" |
5 | 5 | ||
6 | SRC_URI_append_poky = " file://tasks-owl.diff;patch=1 " | ||
7 | |||
6 | PR = "r2" | 8 | PR = "r2" |