mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
tasks: Fix missing quote
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -9,4 +9,4 @@ inherit autotools_stage pkgconfig gtk-icon-cache
|
|||||||
OWL = "--disable-owl"
|
OWL = "--disable-owl"
|
||||||
OWL_poky = "--enable-owl"
|
OWL_poky = "--enable-owl"
|
||||||
|
|
||||||
EXTRA_OECONF += "${OWL}
|
EXTRA_OECONF += "${OWL}"
|
||||||
|
|||||||
Reference in New Issue
Block a user