aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-11-10 13:59:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-11 11:32:51 +0000
commitaaf056939b35069fef3d12a4290fa1c84f3418dc (patch)
treebf038e696762aff26c89bb58556d7cea827ba39f
parent5b494349af92b3e3f16ce369d75e0d7e0ab45f2e (diff)
downloadopenembedded-core-contrib-aaf056939b35069fef3d12a4290fa1c84f3418dc.tar.gz
npth: npth needs pthread in some cases
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-support/npth/npth/pkgconfig.patch3
1 files changed, 2 insertions, 1 deletions
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 <sgw@linux.intel.com>
+
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
===================================================================