summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssl/openssl.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-07 12:08:20 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-07 12:08:20 +0100
commitfb874704c38c98bbcc2787aa41a2ee46f2a0b465 (patch)
tree4c43b7ecaff6e97c256a2183b64fa47e993dc187 /recipes-connectivity/openssl/openssl.inc
parentee3afcda723f16630bbe4b2f4c5c0d93c587dd88 (diff)
downloadmeta-openembedded-fb874704c38c98bbcc2787aa41a2ee46f2a0b465.tar.gz
openssl: import 1.0.0c from OE, drop 1.0.0a
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-connectivity/openssl/openssl.inc')
-rw-r--r--recipes-connectivity/openssl/openssl.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-connectivity/openssl/openssl.inc b/recipes-connectivity/openssl/openssl.inc
index 675abc7de2..86b29f0af7 100644
--- a/recipes-connectivity/openssl/openssl.inc
+++ b/recipes-connectivity/openssl/openssl.inc
@@ -1,8 +1,11 @@
1DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools." 1DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools."
2HOMEPAGE = "http://www.openssl.org/" 2HOMEPAGE = "http://www.openssl.org/"
3LICENSE = "openssl"
4SECTION = "libs/network" 3SECTION = "libs/network"
5 4
5# "openssl | SSLeay" dual license
6LICENSE = "openssl"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=83d26c69f6f0172ee7f795790424b453"
8
6SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz;name=src" 9SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz;name=src"
7S = "${WORKDIR}/openssl-${PV}" 10S = "${WORKDIR}/openssl-${PV}"
8 11