diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb | 2 | ||||
| -rw-r--r-- | meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb index 301e655989..db79241f2a 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.8.bb | |||
| @@ -50,7 +50,7 @@ RPROVIDES:${PN} = "polarssl" | |||
| 50 | PACKAGES =+ "${PN}-programs" | 50 | PACKAGES =+ "${PN}-programs" |
| 51 | FILES:${PN}-programs = "${bindir}/" | 51 | FILES:${PN}-programs = "${bindir}/" |
| 52 | 52 | ||
| 53 | ALTERNATIVE:${PN}-programs = "hello" | 53 | ALTERNATIVE:${PN}-programs = "${@bb.utils.contains('PACKAGECONFIG', 'programs', 'hello', '', d)}" |
| 54 | ALTERNATIVE_LINK_NAME[hello] = "${bindir}/hello" | 54 | ALTERNATIVE_LINK_NAME[hello] = "${bindir}/hello" |
| 55 | 55 | ||
| 56 | BBCLASSEXTEND = "native nativesdk" | 56 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb index 92a2de82a3..a10fce0ffc 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.0.bb | |||
| @@ -55,7 +55,7 @@ RPROVIDES:${PN} = "polarssl" | |||
| 55 | PACKAGES =+ "${PN}-programs" | 55 | PACKAGES =+ "${PN}-programs" |
| 56 | FILES:${PN}-programs = "${bindir}/" | 56 | FILES:${PN}-programs = "${bindir}/" |
| 57 | 57 | ||
| 58 | ALTERNATIVE:${PN}-programs = "hello" | 58 | ALTERNATIVE:${PN}-programs = "${@bb.utils.contains('PACKAGECONFIG', 'programs', 'hello', '', d)}" |
| 59 | ALTERNATIVE_LINK_NAME[hello] = "${bindir}/hello" | 59 | ALTERNATIVE_LINK_NAME[hello] = "${bindir}/hello" |
| 60 | 60 | ||
| 61 | BBCLASSEXTEND = "native nativesdk" | 61 | BBCLASSEXTEND = "native nativesdk" |
