mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
gettext: Add --cache-file to EXTRA_OECONF
This can save configure time since it runs configure multiple times: $ time bitbake gettext-native -cconfigure 2m22s -> 2m2s Saved 20s (From OE-Core rev: d1d96f3a0247c9adef8c388f18d655fcb17c5ad5) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
74b2286f5d
commit
bd19b07ce7
@@ -39,6 +39,7 @@ EXTRA_OECONF += "--without-lispdir \
|
||||
--without-emacs \
|
||||
--without-cvs \
|
||||
--without-git \
|
||||
--cache-file=${B}/config.cache \
|
||||
"
|
||||
EXTRA_OECONF_append_class-target = " \
|
||||
--with-bisonlocaledir=${datadir}/locale \
|
||||
|
||||
Reference in New Issue
Block a user