Re: [OE-core] [PATCH] openssl_1.0: drop unnecessary dependency on makedepend-native

2018-08-02 Thread Andrej Valek
I have checked it, and it works. MAKEDEPPROG was set to cross-tool and on native site it's set to gcc. So it looks like, that the dependency to makedepend-native package is unneeded. On 08/01/18 23:11, Andre McCurdy wrote: > On Wed, Aug 1, 2018 at 12:44 AM, Andrej Valek > wrote: >> If you are

Re: [OE-core] [PATCH] openssl_1.0: drop unnecessary dependency on makedepend-native

2018-08-01 Thread Andre McCurdy
On Wed, Aug 1, 2018 at 12:44 AM, Andrej Valek wrote: > If you are pretty sure, that makedepend command will available after > makedepend-native package dropping, I am fine with that. I am sure that the makedepend command will NOT be available after removing the makedepend-native dependency.

Re: [OE-core] [PATCH] openssl_1.0: drop unnecessary dependency on makedepend-native

2018-08-01 Thread Andrej Valek
If you are pretty sure, that makedepend command will available after makedepend-native package dropping, I am fine with that. Cheers, Andrej On 07/31/18 15:34, Andre McCurdy wrote: > On Tue, Jul 31, 2018 at 3:24 AM, Andrej Valek > wrote: >> This program is required for "oe_runmake depend"

Re: [OE-core] [PATCH] openssl_1.0: drop unnecessary dependency on makedepend-native

2018-07-31 Thread Andre McCurdy
On Tue, Jul 31, 2018 at 3:24 AM, Andrej Valek wrote: > This program is required for "oe_runmake depend" command. It runs > command in MAKEDEPPROG variable, which is set to makedepend. Makedepend > consists from makedepend-native package. That's what you might guess from casually reading the

Re: [OE-core] [PATCH] openssl_1.0: drop unnecessary dependency on makedepend-native

2018-07-31 Thread Andrej Valek
This program is required for "oe_runmake depend" command. It runs command in MAKEDEPPROG variable, which is set to makedepend. Makedepend consists from makedepend-native package. Cheers, Andrej On 07/31/18 12:08, Richard Purdie wrote: > On Mon, 2018-07-30 at 18:28 -0700, Andre McCurdy wrote: >>

Re: [OE-core] [PATCH] openssl_1.0: drop unnecessary dependency on makedepend-native

2018-07-31 Thread Richard Purdie
On Mon, 2018-07-30 at 18:28 -0700, Andre McCurdy wrote: > 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

[OE-core] [PATCH] openssl_1.0: drop unnecessary dependency on makedepend-native

2018-07-30 Thread Andre McCurdy
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