mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:36:23 +00:00
tasks: Fix missing quote
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
ad51b8c0a1
commit
aeabb07d85
@ -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