summaryrefslogtreecommitdiff
path: root/meta/recipes-support/gnutls/gnutls_2.12.17.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-04-30 13:37:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-03 15:00:29 +0100
commit753b22012f10c393c191d3116b9d38ee4be6d112 (patch)
tree0478a45c2658e0b0c3e37f464145a45126bc46f0 /meta/recipes-support/gnutls/gnutls_2.12.17.bb
parent7f020c1e8429ab510f4c41ac7b7abfdd4db308fb (diff)
downloadopenembedded-core-753b22012f10c393c191d3116b9d38ee4be6d112.tar.gz
openembedded-core-753b22012f10c393c191d3116b9d38ee4be6d112.tar.bz2
openembedded-core-753b22012f10c393c191d3116b9d38ee4be6d112.tar.xz
openembedded-core-753b22012f10c393c191d3116b9d38ee4be6d112.zip
gnutls: Update to 2.12.18
Change the SRC_URI to use the GNU_MIRROR Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls_2.12.17.bb')
-rw-r--r--meta/recipes-support/gnutls/gnutls_2.12.17.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_2.12.17.bb b/meta/recipes-support/gnutls/gnutls_2.12.17.bb
deleted file mode 100644
index 7a33ec2cf..000000000
--- a/meta/recipes-support/gnutls/gnutls_2.12.17.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-require gnutls.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI += "file://gnutls-openssl.patch \
- file://correct_rpl_gettimeofday_signature.patch \
- file://configure-fix.patch \
- "
-
-SRC_URI[md5sum] = "f08990f1afa4e1d0ee13e64e537c7854"
-SRC_URI[sha256sum] = "588ad6b0901c789f2f6afcec88ac4d688801bf1a024c9afa08706bb8d9868bf3"
-
-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))
-}