diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-07 16:45:59 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2009-12-08 21:09:22 +0000 |
commit | a68bc3912ad7cdab9ef4334afc393cebf96f6d46 (patch) | |
tree | 04b58307ce3ee9eda456e5bfb33d6b82add25b9a | |
parent | 1411386a6b5273df92484a228a8b0eaf737d61c8 (diff) | |
download | poky-a68bc3912ad7cdab9ef4334afc393cebf96f6d46.tar.gz |
tasks: Fix missing quote
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/pimlico/tasks.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/pimlico/tasks.inc b/meta/packages/pimlico/tasks.inc index 7947051140..086d1797f6 100644 --- a/meta/packages/pimlico/tasks.inc +++ b/meta/packages/pimlico/tasks.inc | |||
@@ -9,4 +9,4 @@ inherit autotools_stage pkgconfig gtk-icon-cache | |||
9 | OWL = "--disable-owl" | 9 | OWL = "--disable-owl" |
10 | OWL_poky = "--enable-owl" | 10 | OWL_poky = "--enable-owl" |
11 | 11 | ||
12 | EXTRA_OECONF += "${OWL} | 12 | EXTRA_OECONF += "${OWL}" |