npth: npth needs pthread in some cases

(From OE-Core rev: aaf056939b35069fef3d12a4290fa1c84f3418dc)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2014-11-10 13:59:03 -08:00 committed by Richard Purdie
parent 7ae7964497
commit 87c310c8d3
1 changed files with 2 additions and 1 deletions

View File

@ -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
===================================================================