]> 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, 15 Mar 2018 10:38:46 +0000 (03:38 -0700)
commite58d5521c7bae8daafdac85754545be176550a02
treef50a67e0ccdf015fb56df71c1cde1075fe2673d9
parent62434e5021b99391a0c129a40bf943465a19e7ce
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.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/openssl/openssl10.inc
meta/recipes-connectivity/openssl/openssl_1.1.0g.bb