diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-11-10 13:59:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-11 11:34:57 +0000 |
commit | 87c310c8d3163ac756829eded22779ff6d541302 (patch) | |
tree | c88b0ea4738c0f252cf508b2893054796fb62f72 /meta | |
parent | 7ae7964497666d1a115df98b094018be0a167b0e (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/npth/npth/pkgconfig.patch | 3 |
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 | |||
3 | Upstream-Status: Incompatible [oe-core specific] | 3 | Upstream-Status: Incompatible [oe-core specific] |
4 | 4 | ||
5 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | 5 | Signed-off-by: Saul Wold <sgw@linux.intel.com> |
6 | |||
6 | Index: npth-1.1/src/npth.pc.in | 7 | Index: 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} |
21 | Index: npth-1.1/src/Makefile.am | 22 | Index: npth-1.1/src/Makefile.am |
22 | =================================================================== | 23 | =================================================================== |