From aaf056939b35069fef3d12a4290fa1c84f3418dc Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 10 Nov 2014 13:59:03 -0800 Subject: npth: npth needs pthread in some cases Signed-off-by: Saul Wold --- meta/recipes-support/npth/npth/pkgconfig.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-support/npth') diff --git a/meta/recipes-support/npth/npth/pkgconfig.patch b/meta/recipes-support/npth/npth/pkgconfig.patch index 55d12c220c..178ed54c22 100644 --- a/meta/recipes-support/npth/npth/pkgconfig.patch +++ b/meta/recipes-support/npth/npth/pkgconfig.patch @@ -3,6 +3,7 @@ Added npth pkgconfig file Upstream-Status: Incompatible [oe-core specific] Signed-off-by: Saul Wold + Index: npth-1.1/src/npth.pc.in =================================================================== --- /dev/null @@ -16,7 +17,7 @@ Index: npth-1.1/src/npth.pc.in +Name: npth +Description: a new portable posix threading library +Version: @VERSION@ -+Libs: -L${libdir} -lnpth ++Libs: -L${libdir} -lnpth -lpthread +Cflags: -I${includedir} Index: npth-1.1/src/Makefile.am =================================================================== -- cgit 1.2.3-korg