From: Robert Yang Date: Thu, 24 Jan 2019 07:00:01 +0000 (-0800) Subject: ncurses: Add --cache-file to EXTRA_OECONF X-Git-Tag: uninative-2.4~543 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5607ae1ca59fa899ba7507ecfda7c7b0e6bf022f;p=openembedded-core.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 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 b462b145d4..ef6ca9879b 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+)*)"