diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-01-23 23:00:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-24 17:45:25 +0000 |
commit | bd19b07ce71b40e6993b6e2cec682df46e57ca5e (patch) | |
tree | 96364ddfa51b741c43ede3a926279b04a925a048 /meta/recipes-core/gettext | |
parent | 74b2286f5d1199d3005649d8853bae8f5f783724 (diff) | |
download | poky-bd19b07ce71b40e6993b6e2cec682df46e57ca5e.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
(From OE-Core rev: d1d96f3a0247c9adef8c388f18d655fcb17c5ad5)
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.bb | 1 |
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 \ | |||
39 | --without-emacs \ | 39 | --without-emacs \ |
40 | --without-cvs \ | 40 | --without-cvs \ |
41 | --without-git \ | 41 | --without-git \ |
42 | --cache-file=${B}/config.cache \ | ||
42 | " | 43 | " |
43 | EXTRA_OECONF_append_class-target = " \ | 44 | EXTRA_OECONF_append_class-target = " \ |
44 | --with-bisonlocaledir=${datadir}/locale \ | 45 | --with-bisonlocaledir=${datadir}/locale \ |