mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
tasks: Fix missing quote
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Joshua Lock
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}"
|
||||
|
||||
Reference in New Issue
Block a user