]> code.ossystems Code Review - openembedded-core.git/commit
openssl: fix libdir logic to allow multiarch style paths
authorKoen Kooi <koen@dominion.thruhere.net>
Fri, 9 Mar 2018 10:55:14 +0000 (11:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2018 08:52:10 +0000 (09:52 +0100)
commit373763d4f6668c3e324edf8d699c8c15d0267278
tree431032475156d6fcd5dec377ebd8564942f55820
parentd7f682f592538073eefd24bf06c32e8e2e685f05
openssl: fix libdir logic to allow multiarch style paths

The recipes were using 'basename' to turn '/usr/lib' into 'lib', which breaks when libdir is '/usr/lib/tuple', leading to libraries ending up in '/usr/tuple', which isn't in FILES_*. Change the logic to use sed to strip the prefix instead.

(From OE-Core rev: e58d5521c7bae8daafdac85754545be176550a02)

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-connectivity/openssl/openssl10.inc
meta/recipes-connectivity/openssl/openssl_1.1.0g.bb