aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
===================================================================