diff options
author | Ross Burton <ross.burton@arm.com> | 2024-05-03 10:59:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-09 09:48:58 +0100 |
commit | 2b963cb51e2daa17d2b091236da8c3e4d6a322eb (patch) | |
tree | 3af5b0a7de1fffa3ac25af30f6e34513b2fdbb73 /scripts/lib/devtool/runqemu.py | |
parent | de15b8908035e6b5eee1eeb42f7c417e2556984d (diff) | |
download | poky-2b963cb51e2daa17d2b091236da8c3e4d6a322eb.tar.gz |
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
(From OE-Core rev: f5e931c5e5932e35113d13ba053419283f472f43)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/runqemu.py')
0 files changed, 0 insertions, 0 deletions