summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls_2.12.14.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-01-17 08:50:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-19 11:34:10 +0000
commitb19b27676e190d27b8cceeed4baa50309a844c12 (patch)
tree8b15eda146b2a632bd3ca56865a43a27af965be1 /meta/recipes-support/gnutls/gnutls_2.12.14.bb
parent6455292b96fadad24f8d4d50b223212bc6212076 (diff)
downloadpoky-b19b27676e190d27b8cceeed4baa50309a844c12.tar.gz
gnutls: Fix compilation on uclibc
Examples do not compile correctly on latest uclibc (From OE-Core rev: c0cd44bb5588e96b00631de1f1f8a8143b338c02) 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/gnutls_2.12.14.bb')
-rw-r--r--meta/recipes-support/gnutls/gnutls_2.12.14.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_2.12.14.bb b/meta/recipes-support/gnutls/gnutls_2.12.14.bb
index 21fd187285..6a50cecb33 100644
--- a/meta/recipes-support/gnutls/gnutls_2.12.14.bb
+++ b/meta/recipes-support/gnutls/gnutls_2.12.14.bb
@@ -1,9 +1,11 @@
1require gnutls.inc 1require gnutls.inc
2 2
3PR = "${INC_PR}.4" 3PR = "${INC_PR}.5"
4 4
5SRC_URI += "file://gnutls-openssl.patch \ 5SRC_URI += "file://gnutls-openssl.patch \
6 file://configure-fix.patch" 6 file://correct_rpl_gettimeofday_signature.patch \
7 file://configure-fix.patch \
8 "
7 9
8python() { 10python() {
9 if not ((d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1): 11 if not ((d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1):