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:32:51 +0000 |
commit | aaf056939b35069fef3d12a4290fa1c84f3418dc (patch) | |
tree | bf038e696762aff26c89bb58556d7cea827ba39f | |
parent | 5b494349af92b3e3f16ce369d75e0d7e0ab45f2e (diff) | |
download | openembedded-core-aaf056939b35069fef3d12a4290fa1c84f3418dc.tar.gz openembedded-core-aaf056939b35069fef3d12a4290fa1c84f3418dc.tar.bz2 openembedded-core-aaf056939b35069fef3d12a4290fa1c84f3418dc.zip |
npth: npth needs pthread in some cases
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 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 =================================================================== |