From: Robert Yang Date: Thu, 10 Jan 2019 07:22:06 +0000 (-0800) Subject: gettext: Add --cache-file to EXTRA_OECONF X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c225060925cfacd5aea8b40246ce64f42b92e3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Robert Yang --- 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 933baccd94f..404972439b9 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 \