mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02: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…
Reference in New Issue
Block a user