mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
Also fix the meta data, and add a patch from upstream to fix the compilation Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
17 lines
365 B
PHP
17 lines
365 B
PHP
DESCRIPTION = "Task list application"
|
|
HOMEPAGE = "http://pimlico-project.org/tasks.html"
|
|
BUGTRACKER = "https://bugzilla.gnome.org/"
|
|
|
|
LICENSE = "GPLv2 & GPLv2+"
|
|
|
|
SECTION = "x11"
|
|
DEPENDS = "glib-2.0 gtk+ eds-dbus"
|
|
DEPENDS_append_poky = " libowl"
|
|
|
|
inherit autotools pkgconfig gtk-icon-cache
|
|
|
|
OWL ?= "--disable-owl"
|
|
OWL_poky ?= "--enable-owl"
|
|
|
|
EXTRA_OECONF += "${OWL}"
|