From: Robert Yang Date: Thu, 24 Jan 2019 07:00:01 +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=3dc54ec1e646fcdae52c4487da57fbc6bbc77328;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 (From OE-Core rev: 5607ae1ca59fa899ba7507ecfda7c7b0e6bf022f) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- 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+)*)"