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:
@@ -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 "
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user