]> code.ossystems Code Review - openembedded-core.git/commit
openssl_1.0: drop unnecessary dependency on makedepend-native
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 31 Jul 2018 01:28:07 +0000 (18:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Aug 2018 14:22:25 +0000 (15:22 +0100)
commit74524ec2a0f5a4210dd6680afb4b685a69f96a71
tree89f35c2f313bcf4784178fd6c29ef13fd02b68e0
parent33a9519040b6e5cd9e83bb76589f75b00f1cd1c2
openssl_1.0: drop unnecessary dependency on makedepend-native

The openssl Configure script will only select standalone makedepend
(vs running "$CC -M") when building with gcc < 3.x or with an Apple
Xcode version which predates the switch to clang (in approx 2010?).
Neither of these cases are possible when building under OE, therefore
the dependency on makedepend-native can be dropped (ie align the
openssl 1.0 recipe with the 1.1 recipe, which has dropped the
makedepend-native dependency already).

(From OE-Core rev: 4c5bd69e5cb203c8a4c2f3716c941661c0afc830)

Signed-off-by: Andre McCurdy <armccurdy@gmail.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_1.0.2o.bb