Re: [oe][meta-oe][PATCH] libvpx: Explicitly link with pthread support

2023-02-22 Thread Khem Raj
On Wed, Feb 22, 2023 at 8:51 AM Joshua Watt wrote: > > Some platforms (e.g. x86) require that the build (host) tools be > explicitly linked with -pthread to link against the pthread libraries so > do that here. > what is the underlying reason ? does it need some sort of cancellation support ? may

[oe][meta-oe][PATCH] libvpx: Explicitly link with pthread support

2023-02-22 Thread Joshua Watt
Some platforms (e.g. x86) require that the build (host) tools be explicitly linked with -pthread to link against the pthread libraries so do that here. Signed-off-by: Joshua Watt --- meta-oe/recipes-multimedia/webm/libvpx_1.12.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/reci