summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-01-23 23:00:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-24 17:45:18 +0000
commitd1d96f3a0247c9adef8c388f18d655fcb17c5ad5 (patch)
tree9cdb147b7569481aa1d646f2d7e66d2e651416c9 /meta/recipes-core/gettext
parentbdee9122fe67467d1ec17012902a441fecb0cb9b (diff)
downloadopenembedded-core-d1d96f3a0247c9adef8c388f18d655fcb17c5ad5.tar.gz
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 <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext')
-rw-r--r--meta/recipes-core/gettext/gettext_0.19.8.1.bb1
1 files changed, 1 insertions, 0 deletions
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 \