summaryrefslogtreecommitdiffstats
path: root/meta/packages/pimlico/tasks.inc
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-03-01 17:23:10 +0000
committerJoshua Lock <josh@linux.intel.com>2010-03-01 17:23:10 +0000
commitc02ea00db1c98f86cf33bb83e866055225da86b1 (patch)
tree973ff523dc462035b4262bc8b2a6398f4fd287d7 /meta/packages/pimlico/tasks.inc
parent12eed15a319381202ce8067dbc8f4cda27d46d73 (diff)
downloadast2050-yocto-poky-c02ea00db1c98f86cf33bb83e866055225da86b1.zip
ast2050-yocto-poky-c02ea00db1c98f86cf33bb83e866055225da86b1.tar.gz
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 <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/pimlico/tasks.inc')
-rw-r--r--meta/packages/pimlico/tasks.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/pimlico/tasks.inc b/meta/packages/pimlico/tasks.inc
index 086d179..0ff4524 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}"
OpenPOWER on IntegriCloud