[oe-commits] [meta-openembedded] 07/07: mbedtls: upgrade to 2.8.0

git at git.openembedded.org git at git.openembedded.org
Wed Apr 25 19:58:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 663bc6f0160adb570c3a7d0b64d1f7f60cb2269e
Author: Johannes Pointner <johannes.pointner at br-automation.com>
AuthorDate: Fri Apr 6 15:31:48 2018 +0200

    mbedtls: upgrade to 2.8.0
    
    This also includes a switch to Apache license, because it's the primary license
    for the project according to their homepage.
    
    * Detail release note:
      - https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released
    
    Signed-off-by: Johannes Pointner <johannes.pointner at br-automation.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 .../{mbedtls_1.3.17.bb => mbedtls_2.8.0.bb}        | 27 +++++++++++++---------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_1.3.17.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.8.0.bb
similarity index 62%
rename from meta-networking/recipes-connectivity/mbedtls/mbedtls_1.3.17.bb
rename to meta-networking/recipes-connectivity/mbedtls/mbedtls_2.8.0.bb
index fcfec69..736cce1 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_1.3.17.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.8.0.bb
@@ -15,23 +15,28 @@ understand what the code does. It features:                          \
    platform abstraction and threading                                \
 "
 
-HOMEPAGE = "https://polarssl.org"
-BUGTRACKER = "https://github.com/polarssl/polarssl/issues"
+HOMEPAGE = "https://tls.mbed.org/"
 
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=302d50a6369f5f22efdb674db908167a"
 
 SECTION = "libdevel"
 
-SRC_URI = "https://tls.mbed.org/download/mbedtls-${PV}-gpl.tgz"
+SRC_URI = "https://tls.mbed.org/download/mbedtls-${PV}-apache.tgz"
 
-SRC_URI[md5sum] = "a6ed92fc377ef60f7c24d42b900e0dad"
-SRC_URI[sha256sum] = "f5beb43e850283915e3e0f8d37495eade3bfb5beedfb61e7b8da70d4c68edb82"
+SRC_URI[md5sum] = "2d4b0e2cb844efde1e73d3bcd9731fef"
+SRC_URI[sha256sum] = "ab8b62b995781bcf22e87a265ed06267f87c3041198e996b44441223d19fa9c3"
+
+inherit cmake
+
+PACKAGECONFIG ??= "shared-libs programs"
+PACKAGECONFIG[shared-libs] = "-DUSE_SHARED_MBEDTLS_LIBRARY=ON,-USE_SHARED_MBEDTLS_LIBRARY=OFF"
+PACKAGECONFIG[programs] = "-DENABLE_PROGRAMS=ON,-DENABLE_PROGRAMS=OFF"
+
+EXTRA_OECMAKE = "-DENABLE_TESTING=OFF -DLIB_INSTALL_DIR:STRING=${libdir}"
 
-DEPENDS = "openssl"
-RDEPENDS_${PN} += "libcrypto"
 PROVIDES += "polarssl"
 RPROVIDES_${PN} = "polarssl"
-EXTRA_OECMAKE = "-DUSE_SHARED_POLARSSL_LIBRARY=on -DLIB_INSTALL_DIR=${baselib}"
 
-inherit cmake
+PACKAGES =+ "${PN}-programs"
+FILES_${PN}-programs = "${bindir}/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list