mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 18:04:33 +00:00
tasks: Fix missing quote
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
1411386a6b
commit
a68bc3912a
@ -9,4 +9,4 @@ inherit autotools_stage pkgconfig gtk-icon-cache
|
||||
OWL = "--disable-owl"
|
||||
OWL_poky = "--enable-owl"
|
||||
|
||||
EXTRA_OECONF += "${OWL}
|
||||
EXTRA_OECONF += "${OWL}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user