Files
poky/meta
Gyorgy Sarvari 95dd4137a1 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>
2025-09-11 11:31:57 +01:00
..
2025-09-11 11:31:56 +01:00
2025-09-11 11:31:56 +01:00
2025-09-11 11:31:56 +01:00
2025-07-21 23:00:18 +01:00
2019-08-29 14:05:12 +01:00