From c02ea00db1c98f86cf33bb83e866055225da86b1 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 1 Mar 2010 17:23:10 +0000 Subject: tasks: Bump to version 0.15 The Owl patch has gone in upstream but requires a different configure switch so soft assign in the .inc and set appropriately in the 0.15 recipe. 0.16 is out but doesn't build with Poky's Gtk+ version. Signed-off-by: Joshua Lock --- meta/packages/pimlico/tasks.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/packages/pimlico/tasks.inc') diff --git a/meta/packages/pimlico/tasks.inc b/meta/packages/pimlico/tasks.inc index 086d1797f..0ff45240a 100644 --- a/meta/packages/pimlico/tasks.inc +++ b/meta/packages/pimlico/tasks.inc @@ -6,7 +6,7 @@ DEPENDS_append_poky = " libowl" inherit autotools_stage pkgconfig gtk-icon-cache -OWL = "--disable-owl" -OWL_poky = "--enable-owl" +OWL ?= "--disable-owl" +OWL_poky ?= "--enable-owl" EXTRA_OECONF += "${OWL}" -- cgit v1.2.3