summaryrefslogtreecommitdiff
path: root/meta/recipes-support/gnutls/gnutls_2.12.14.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-02-02 10:17:25 -0800
committerSaul Wold <sgw@linux.intel.com>2012-02-02 15:42:12 -0800
commit3439512952a64dc9537aa9842c64489219a76ee5 (patch)
tree31137a74333a1c456e5b9f2ba806967df77c0ee5 /meta/recipes-support/gnutls/gnutls_2.12.14.bb
parentd58903b22aa879484a5eaa01efad5c031ea485fa (diff)
downloadopenembedded-core-3439512952a64dc9537aa9842c64489219a76ee5.tar.gz
openembedded-core-3439512952a64dc9537aa9842c64489219a76ee5.tar.bz2
openembedded-core-3439512952a64dc9537aa9842c64489219a76ee5.tar.xz
openembedded-core-3439512952a64dc9537aa9842c64489219a76ee5.zip
gnutls: Update to 2.12.16
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls_2.12.14.bb')
-rw-r--r--meta/recipes-support/gnutls/gnutls_2.12.14.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_2.12.14.bb b/meta/recipes-support/gnutls/gnutls_2.12.14.bb
deleted file mode 100644
index 6a50cecb3..000000000
--- a/meta/recipes-support/gnutls/gnutls_2.12.14.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-require gnutls.inc
-
-PR = "${INC_PR}.5"
-
-SRC_URI += "file://gnutls-openssl.patch \
- file://correct_rpl_gettimeofday_signature.patch \
- file://configure-fix.patch \
- "
-
-python() {
- if not ((d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1):
- # if GPLv3 add patch
- src_uri = (d.getVar("SRC_URI", False) or "").split()
- src_uri.append("file://fix-gettext-version.patch")
- d.setVar("SRC_URI", " ".join(src_uri))
-}
-
-SRC_URI[md5sum] = "555687a7ffefba0bd9de1e71cb61402c"
-SRC_URI[sha256sum] = "5ee72ba6de7a23cf315792561954451e022dac8730149ca95f93c61e95be2ce3"