diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-01-23 23:00:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-24 17:45:25 +0000 |
commit | 3dc54ec1e646fcdae52c4487da57fbc6bbc77328 (patch) | |
tree | 8534e10e81724be14142abcea48c174af43833d3 /meta | |
parent | bd19b07ce71b40e6993b6e2cec682df46e57ca5e (diff) | |
download | poky-3dc54ec1e646fcdae52c4487da57fbc6bbc77328.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses_6.1+20181013.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
7 | # commit id corresponds to the revision in package version | 7 | # commit id corresponds to the revision in package version |
8 | SRCREV = "7a97a7f937762ba342d5b2fd7cd090885a809835" | 8 | SRCREV = "7a97a7f937762ba342d5b2fd7cd090885a809835" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | EXTRA_OECONF += "--with-abi-version=5" | 10 | EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache" |
11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" |