From: Robert Yang Date: Thu, 10 Jan 2019 07:22:06 +0000 (-0800) Subject: ncurses: Add --cache-file to EXTRA_OECONF X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c50e7d5fa5d065d8385d85458fdc61ced18ef8f4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ncurses: Add --cache-file to EXTRA_OECONF This can save configure time since it runs configure multiple times: $ time bitbake ncurses-native -cconfigure 35s -> 25s Saved 10s Signed-off-by: Robert Yang --- diff --git a/meta/recipes-core/ncurses/ncurses_6.1+20181013.bb b/meta/recipes-core/ncurses/ncurses_6.1+20181013.bb index b462b145d49..ef6ca9879bc 100644 --- a/meta/recipes-core/ncurses/ncurses_6.1+20181013.bb +++ b/meta/recipes-core/ncurses/ncurses_6.1+20181013.bb @@ -7,5 +7,5 @@ SRC_URI += "file://0001-tic-hang.patch \ # commit id corresponds to the revision in package version SRCREV = "7a97a7f937762ba342d5b2fd7cd090885a809835" S = "${WORKDIR}/git" -EXTRA_OECONF += "--with-abi-version=5" +EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+(\+\d+)*)"