diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-10-12 09:28:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-12 18:02:35 +0100 |
commit | 5e7a75c226d4df0c066f04eaea014b8888c6bed2 (patch) | |
tree | c0871d3ceb0039b0f8ef98cb334af79048c0e6e5 /scripts/lib/devtool/sdk.py | |
parent | e64a30f7af87fa960b012ace92c51b88e8abae68 (diff) | |
download | openembedded-core-5e7a75c226d4df0c066f04eaea014b8888c6bed2.tar.gz openembedded-core-5e7a75c226d4df0c066f04eaea014b8888c6bed2.tar.bz2 openembedded-core-5e7a75c226d4df0c066f04eaea014b8888c6bed2.zip |
openssl: use deterministic perl Text::Template module bundled by openssl source
1. The building openssl requires to install perl Text::Template module(>=1.46),
but Text::Template is a non core Perl module, openssl chooses to bundle
Text::Template 1.46 into the source, for convenience.
https://github.com/openssl/openssl/commit/8ff2af548303d311ce3591406111f77862875a60
2. While Text::Template < 1.46, the produced build files are gravely faulty.
https://github.com/openssl/openssl/pull/6682
3. If host has installed Text::Template < 1.46 (such as CentOS-7.5 has Text::
Template 1.45). The mismatched old module was used although the right one in
openssl source.
So set PERL5LIB to use deterministic perl Text::Template module bundled
by openssl source and ignore the one of host
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/sdk.py')
0 files changed, 0 insertions, 0 deletions