]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
openssl: fix pkgconfig path problems
authorRoss Burton <ross.burton@arm.com>
Fri, 3 May 2024 10:59:21 +0000 (10:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 May 2024 08:47:06 +0000 (09:47 +0100)
commitf5e931c5e5932e35113d13ba053419283f472f43
tree8f028cd7c65cc91cdde8ea849b7e36c6bb9257d8
parent53bedae6d7a724ffe62f6ece90a56323304225d2
openssl: fix pkgconfig path problems

OpenSSL 3.3.0 introduced new pkgconfig generators which interact badly
with our incorrect setting of --libdir, which is documented as being
the name of the directory _under $prefix_, not an absolute path.  This
resulted in the pkgconfig files have libdir=/usr which mostly works as
the actual library directory is on the search path, but can break other
recipes (such as tpm2-openssl).

Pass the correct value for --libdir, and also remove the odd handling of
an empty ${prefix} which is very historical[1] and can't happen anymore
as all build variations have a prefix.

[1] Added in oe-classic f725a81c, 2009

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_3.3.0.bb