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 5696f94b0e..1553c71885 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" |
| @@ -41,4 +41,7 @@ RPROVIDES:${PN} = "polarssl" | |||
| 41 | PACKAGES =+ "${PN}-programs" | 41 | PACKAGES =+ "${PN}-programs" |
| 42 | FILES:${PN}-programs = "${bindir}/" | 42 | FILES:${PN}-programs = "${bindir}/" |
| 43 | 43 | ||
| 44 | ALTERNATIVE:${PN}-programs = "hello" | ||
| 45 | ALTERNATIVE_LINK_NAME[hello] = "${bindir}/hello" | ||
| 46 | |||
| 44 | BBCLASSEXTEND = "native nativesdk" | 47 | BBCLASSEXTEND = "native nativesdk" |
