diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 12:08:20 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 12:08:20 +0100 |
commit | fb874704c38c98bbcc2787aa41a2ee46f2a0b465 (patch) | |
tree | 4c43b7ecaff6e97c256a2183b64fa47e993dc187 /recipes-connectivity/openssl/openssl.inc | |
parent | ee3afcda723f16630bbe4b2f4c5c0d93c587dd88 (diff) | |
download | meta-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.inc | 5 |
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 @@ | |||
1 | DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools." | 1 | DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools." |
2 | HOMEPAGE = "http://www.openssl.org/" | 2 | HOMEPAGE = "http://www.openssl.org/" |
3 | LICENSE = "openssl" | ||
4 | SECTION = "libs/network" | 3 | SECTION = "libs/network" |
5 | 4 | ||
5 | # "openssl | SSLeay" dual license | ||
6 | LICENSE = "openssl" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=83d26c69f6f0172ee7f795790424b453" | ||
8 | |||
6 | SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz;name=src" | 9 | SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz;name=src" |
7 | S = "${WORKDIR}/openssl-${PV}" | 10 | S = "${WORKDIR}/openssl-${PV}" |
8 | 11 | ||