[OE-core] [PATCH v2] feat(openssl-1.1): rework packaging

Andrej Valek andrej.valek at siemens.com
Fri Jun 8 11:31:17 UTC 2018


Hi
> On 06/08/2018 10:48 AM, Andrej Valek wrote:
>> after more testing, I think creating ${sysconfdir}/ssl links is highly
>> recommended. ca-certificate updating script (+ many other tools) has
>> hard-coded path to /etc/ssl. Debian has multiple links in /usr/lib/ssl/
>> to /etc/ssl/.
> 
> Right. Can you explain this in a comment in the recipe itself, and make 
> the change as a separate commit please?
OK, I will add it into recipe as separated commit.
> 
>> c_rehash was not working on target exactly as on native. (Same perl
>> erros). So I have copied this stuff from 1.0.2, it is working on both
>> platforms as well.
> 
> Can you however try to look deeper into why it fails on target? For the 
> target, I would much rather use the upstream's version than our custom 
> script, so we don't have to deal with bit-rot and extra maintenance. The 
> custom script then would only have a limited, controlled purpose of 
> running under bitbake.
Here is the log from unmodified c_rehash file on target:
./c_rehash
Unknown regexp modifier "/b" at ./c_rehash line 15, at end of line
Unknown regexp modifier "/W" at ./c_rehash line 28, at end of line
Unknown regexp modifier "/3" at ./c_rehash line 28, at end of line
Unknown regexp modifier "/2" at ./c_rehash line 28, at end of line
No such class installdir at ./c_rehash line 63, near "Prefix our installdir"
  (Might be a runaway multi-line // string starting on line 28)
syntax error at ./c_rehash line 63, near "Prefix our installdir"
Can't redeclare "my" in "my" at ./c_rehash line 68, near ""
Execution of ./c_rehash aborted due to compilation errors.
> 
> Alex
> 

Andrej



More information about the Openembedded-core mailing list