diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-07 16:45:59 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-07 16:45:59 +0000 |
| commit | aeabb07d859f5ae3651e515bef9ff11aee93f6d3 (patch) | |
| tree | dee2e125b9399d8b305439e0980b090addde2f80 | |
| parent | ad51b8c0a10479c4dc5d09e0cb592cc9cc9e9a7a (diff) | |
| download | poky-aeabb07d859f5ae3651e515bef9ff11aee93f6d3.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}" |
