[oe-commits] [openembedded-core] 20/28: gettext: Add --cache-file to EXTRA_OECONF

git at git.openembedded.org git at git.openembedded.org
Thu Jan 24 12:55:59 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e9b8b43cf3260f6b42c40931b5e9d5997d339135
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Wed Jan 23 23:00:00 2019 -0800

    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 at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 933bacc..4049724 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list