mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 15:07:44 +00: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:
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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user