1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

tasks: Fix owl patch for latest git versions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-09-03 22:34:37 +01:00
parent 4426c30114
commit 25d941359b
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -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 "
+2
View File
@@ -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"