summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/npth
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:34:57 +0000
commit87c310c8d3163ac756829eded22779ff6d541302 (patch)
treec88b0ea4738c0f252cf508b2893054796fb62f72 /meta/recipes-support/npth
parent7ae7964497666d1a115df98b094018be0a167b0e (diff)
downloadpoky-87c310c8d3163ac756829eded22779ff6d541302.tar.gz
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>
Diffstat (limited to 'meta/recipes-support/npth')
-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
3Upstream-Status: Incompatible [oe-core specific] 3Upstream-Status: Incompatible [oe-core specific]
4 4
5Signed-off-by: Saul Wold <sgw@linux.intel.com> 5Signed-off-by: Saul Wold <sgw@linux.intel.com>
6
6Index: npth-1.1/src/npth.pc.in 7Index: npth-1.1/src/npth.pc.in
7=================================================================== 8===================================================================
8--- /dev/null 9--- /dev/null
@@ -16,7 +17,7 @@ Index: npth-1.1/src/npth.pc.in
16+Name: npth 17+Name: npth
17+Description: a new portable posix threading library 18+Description: a new portable posix threading library
18+Version: @VERSION@ 19+Version: @VERSION@
19+Libs: -L${libdir} -lnpth 20+Libs: -L${libdir} -lnpth -lpthread
20+Cflags: -I${includedir} 21+Cflags: -I${includedir}
21Index: npth-1.1/src/Makefile.am 22Index: npth-1.1/src/Makefile.am
22=================================================================== 23===================================================================