mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
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 <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bd19b07ce7
commit
3dc54ec1e6
@@ -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<pver>\d+(\.\d+)+(\+\d+)*)"
|
||||
|
||||
Reference in New Issue
Block a user