diff options
author | Ross Burton <ross.burton@intel.com> | 2018-11-22 14:05:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-23 23:35:18 +0000 |
commit | 64aca31a787f35dcd422307dbf95ebce9497291f (patch) | |
tree | f60471a87dcd4925e984b6feba57fa6f6ee155d8 | |
parent | 6881cf422961ddee35469675bda98be619f890aa (diff) | |
download | poky-64aca31a787f35dcd422307dbf95ebce9497291f.tar.gz |
openssl: output the configure data in do_configure
To aid debugging configure, dump the configdata in do_configure.
(From OE-Core rev: a385e6c47663854a375d061033efc856361f3dba)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1.bb index 1234b64b86..8d5d4b146e 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1.bb | |||
@@ -114,6 +114,7 @@ do_configure () { | |||
114 | # environment variables set by bitbake. Adjust the environment variables instead. | 114 | # environment variables set by bitbake. Adjust the environment variables instead. |
115 | PERL5LIB="${S}/external/perl/Text-Template-1.46/lib/" \ | 115 | PERL5LIB="${S}/external/perl/Text-Template-1.46/lib/" \ |
116 | perl ${S}/Configure ${EXTRA_OECONF} ${PACKAGECONFIG_CONFARGS} --prefix=$useprefix --openssldir=${libdir}/ssl-1.1 --libdir=${libdir} $target | 116 | perl ${S}/Configure ${EXTRA_OECONF} ${PACKAGECONFIG_CONFARGS} --prefix=$useprefix --openssldir=${libdir}/ssl-1.1 --libdir=${libdir} $target |
117 | perl ${B}/configdata.pm --dump | ||
117 | } | 118 | } |
118 | 119 | ||
119 | do_install () { | 120 | do_install () { |