diff options
-rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.2.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.2.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.2.bb index f5f1236f18..e19587ca01 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.2.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.2.bb | |||
@@ -26,7 +26,7 @@ S = "${WORKDIR}/git" | |||
26 | SRCREV = "89f040a5c938985c5f30728baed21e49d0846a53" | 26 | SRCREV = "89f040a5c938985c5f30728baed21e49d0846a53" |
27 | SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28" | 27 | SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28" |
28 | 28 | ||
29 | inherit cmake | 29 | inherit cmake update-alternatives |
30 | 30 | ||
31 | PACKAGECONFIG ??= "shared-libs programs" | 31 | PACKAGECONFIG ??= "shared-libs programs" |
32 | PACKAGECONFIG[shared-libs] = "-DUSE_SHARED_MBEDTLS_LIBRARY=ON,-DUSE_SHARED_MBEDTLS_LIBRARY=OFF" | 32 | PACKAGECONFIG[shared-libs] = "-DUSE_SHARED_MBEDTLS_LIBRARY=ON,-DUSE_SHARED_MBEDTLS_LIBRARY=OFF" |
@@ -47,6 +47,9 @@ RPROVIDES:${PN} = "polarssl" | |||
47 | PACKAGES =+ "${PN}-programs" | 47 | PACKAGES =+ "${PN}-programs" |
48 | FILES:${PN}-programs = "${bindir}/" | 48 | FILES:${PN}-programs = "${bindir}/" |
49 | 49 | ||
50 | ALTERNATIVE:${PN}-programs = "hello" | ||
51 | ALTERNATIVE_LINK_NAME[hello] = "${bindir}/hello" | ||
52 | |||
50 | BBCLASSEXTEND = "native nativesdk" | 53 | BBCLASSEXTEND = "native nativesdk" |
51 | 54 | ||
52 | CVE_PRODUCT = "mbed_tls" | 55 | CVE_PRODUCT = "mbed_tls" |