Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame^] | 1 | # Copyright (C) 2017 Kurt Bodiker <kurt.bodiker@braintrust-us.com> |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | |
| 4 | DESCRIPTION = "PolarSSL (now 'mbed TLS') is an open source, portable, easy to use, readable and flexible SSL library." |
| 5 | HOMEPAGE = "https://tls.mbed.org" |
| 6 | LICENSE = "GPLv2" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
| 8 | |
| 9 | # git hash for release tag polarssl-1.1.4 |
| 10 | SRCREV_polarssl = "d36da11125a9c85c572a4fdf63e0a25e76d7bb18" |
| 11 | SRC_URI = "\ |
| 12 | git://github.com/ARMmbed/mbedtls.git;protocol=https;nobranch=1;destsuffix=polarssl;name=polarssl \ |
| 13 | file://polarssl.patch; \ |
| 14 | " |
| 15 | |
| 16 | S="${WORKDIR}/${PN}" |
| 17 | B="${S}/library" |
| 18 | |
| 19 | require polarssl.inc |