mirror of
https://git.yoctoproject.org/poky
synced 2026-07-21 05:27:01 +00:00
4d1f39af75
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
13 lines
258 B
PHP
13 lines
258 B
PHP
DESCRIPTION = "Task list application"
|
|
LICENSE = "GPL"
|
|
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}"
|