From bd19b07ce71b40e6993b6e2cec682df46e57ca5e Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 23 Jan 2019 23:00:00 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/gettext/gettext_0.19.8.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/gettext/gettext_0.19.8.1.bb b/meta/recipes-core/gettext/gettext_0.19.8.1.bb index 933baccd94..404972439b 100644 --- a/meta/recipes-core/gettext/gettext_0.19.8.1.bb +++ b/meta/recipes-core/gettext/gettext_0.19.8.1.bb @@ -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 \ -- cgit v1.2.3-54-g00ecf