[oe-commits] Saul Wold : npth: npth needs pthread in some cases

git at git.openembedded.org git at git.openembedded.org
Thu Dec 11 11:35:28 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: aaf056939b35069fef3d12a4290fa1c84f3418dc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aaf056939b35069fef3d12a4290fa1c84f3418dc

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Nov 10 13:59:03 2014 -0800

npth: npth needs pthread in some cases

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-support/npth/npth/pkgconfig.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/npth/npth/pkgconfig.patch b/meta/recipes-support/npth/npth/pkgconfig.patch
index 55d12c2..178ed54 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 at 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
 ===================================================================



More information about the Openembedded-commits mailing list