From: Saul Wold Date: Mon, 10 Nov 2014 21:59:03 +0000 (-0800) Subject: npth: npth needs pthread in some cases X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31876 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaf056939b35069fef3d12a4290fa1c84f3418dc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git npth: npth needs pthread in some cases Signed-off-by: Saul Wold --- diff --git a/meta/recipes-support/npth/npth/pkgconfig.patch b/meta/recipes-support/npth/npth/pkgconfig.patch index 55d12c220c8..178ed54c226 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 ===================================================================