From: Richard Purdie Date: Thu, 3 Sep 2009 21:34:37 +0000 (+0100) Subject: tasks: Fix owl patch for latest git versions X-Git-Tag: 2011-1~7010 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=25d941359b89d3bc97521e23b3f9ef64641a99e4;p=openembedded-core.git tasks: Fix owl patch for latest git versions Signed-off-by: Richard Purdie --- 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" LICENSE = "GPL" SECTION = "x11" DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" +DEPENDS_append_poky = " libowl" inherit autotools_stage pkgconfig gtk-icon-cache - -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 SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ file://fix_configure.patch;patch=1;status=merged" +SRC_URI_append_poky = " file://tasks-owl.diff;patch=1 " + PR = "r2"