diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-08 16:49:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-11 11:31:57 +0100 |
commit | 95dd4137a1dc1af8df58026ffd3d9a8c007b9b2b (patch) | |
tree | f50e4b488acad58ef582b9ade7020cb9fbf5ba56 /scripts/yocto-check-layer | |
parent | 46455d3025592aa0254844348d3b0ad4301d2e2a (diff) | |
download | poky-95dd4137a1dc1af8df58026ffd3d9a8c007b9b2b.tar.gz |
libassuan: don't search for gpgrt-config on build host
When another project uses the libassuan.m4 file to find libassuan details,
the macro first tries to execute the gpgrt-config executable if it can find
any in the PATH. However it also prepends the PATH with ${prefix}/bin, which
usually translates to /usr/bin - in case the build host has this executable
installed, then it is executed, and it shows warnings about mis-matched
architecture before pkg-config would be executed.
To avoid this, extend the existing patch to not prepend the PATH with the
build host path - the existing PATH should be good enough.
(From OE-Core rev: d5e41e1cee17c25a63a9df0769052ff4dce44333)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Cc: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/yocto-check-layer')
0 files changed, 0 insertions, 0 deletions