1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +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:
Robert Yang
2019-01-23 23:00:00 -08:00
committed by Richard Purdie
parent 74b2286f5d
commit bd19b07ce7
@@ -39,6 +39,7 @@ EXTRA_OECONF += "--without-lispdir \
--without-emacs \ --without-emacs \
--without-cvs \ --without-cvs \
--without-git \ --without-git \
--cache-file=${B}/config.cache \
" "
EXTRA_OECONF_append_class-target = " \ EXTRA_OECONF_append_class-target = " \
--with-bisonlocaledir=${datadir}/locale \ --with-bisonlocaledir=${datadir}/locale \