]> code.ossystems Code Review - openembedded-core.git/commit
openssl: fix add missing `make depend` command before `make` library
authorAndrej Valek <andrej.valek@siemens.com>
Fri, 5 Aug 2016 11:16:33 +0000 (13:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 May 2017 12:13:40 +0000 (13:13 +0100)
commit11c388226399ec703f4f67ae7cf11c1e4e332710
tree0ab0df84b9c7648c27a279cfc3c266de148a9c3c
parente2b2fbe05fe97a512265d9978011650415e1589a
openssl: fix add missing `make depend` command before `make` library

Settings from EXTRA_OECONF like en/disable no-ssl3, are transferred
only into DEPFLAGS. It means that settings have no effect on output files.
DEPFLAGS will be transferred into output files with make depend command.

https://wiki.openssl.org/index.php/Compilation_and_Installation#Dependencies

(From OE-Core rev: e3c251427a305780d3257a011260bd978de273d5)

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-connectivity/openssl/openssl.inc