summaryrefslogtreecommitdiff
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
committerSaul Wold <sgw@linux.intel.com>2012-01-19 01:16:28 -0800
commitc0cd44bb5588e96b00631de1f1f8a8143b338c02 (patch)
treee3b452c6421206fc543eb70e16a493caa62bac08 /meta/recipes-support/gnutls/gnutls_2.12.14.bb
parent6b3364c4c96429c6cb2a492102362b005fdd3a81 (diff)
downloadopenembedded-core-c0cd44bb5588e96b00631de1f1f8a8143b338c02.tar.gz
openembedded-core-c0cd44bb5588e96b00631de1f1f8a8143b338c02.tar.bz2
openembedded-core-c0cd44bb5588e96b00631de1f1f8a8143b338c02.tar.xz
openembedded-core-c0cd44bb5588e96b00631de1f1f8a8143b338c02.zip
gnutls: Fix compilation on uclibc
Examples do not compile correctly on latest uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 21fd18728..6a50cecb3 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 @@
require gnutls.inc
-PR = "${INC_PR}.4"
+PR = "${INC_PR}.5"
SRC_URI += "file://gnutls-openssl.patch \
- file://configure-fix.patch"
+ file://correct_rpl_gettimeofday_signature.patch \
+ file://configure-fix.patch \
+ "
python() {
if not ((d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1):