diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-03-15 22:42:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-17 14:01:41 +0000 |
commit | 62b3851fdcf21e5729217a4b2fbb9551e6094d13 (patch) | |
tree | 67e1aa00f9f1b4e59e55755d9385e3b0d6734905 /meta/recipes-support/gnutls | |
parent | 60e2df28df312f7353f1151f91d86675f891c25c (diff) | |
download | poky-62b3851fdcf21e5729217a4b2fbb9551e6094d13.tar.gz |
gnutls: Link in pthread explicitly for uclibc
Otherwise we end up with missing symbols from libpthread
(From OE-Core rev: 9f09353a1548d392a3f71e800be8e1b849960584)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 39aaec18b5..25ec3a6659 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -44,4 +44,6 @@ FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" | |||
44 | FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" | 44 | FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" |
45 | FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*" | 45 | FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*" |
46 | 46 | ||
47 | LDFLAGS_append_libc-uclibc += " -pthread" | ||
48 | |||
47 | BBCLASSEXTEND = "native" | 49 | BBCLASSEXTEND = "native" |