1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

tasks: Fix missing quote

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-12-07 16:45:59 +00:00
parent ad51b8c0a1
commit aeabb07d85
+1 -1
View File
@@ -9,4 +9,4 @@ inherit autotools_stage pkgconfig gtk-icon-cache
OWL = "--disable-owl"
OWL_poky = "--enable-owl"
EXTRA_OECONF += "${OWL}
EXTRA_OECONF += "${OWL}"