aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-02-18 09:00:50 +0000
committerKhem Raj <raj.khem@gmail.com>2020-02-20 08:22:38 -0800
commit90d73b1b91c11a65e6247c35caacb583620f9a23 (patch)
treeedda7d8d3edab4180312749bcacc356ac12b1e78 /meta-networking/recipes-connectivity
parentc58d9d500f90246d2d879e720fdfa5bbbc731c7f (diff)
downloadmeta-openembedded-90d73b1b91c11a65e6247c35caacb583620f9a23.tar.gz
mbedtls: add native and nativesdk to BBCLASSEXTEND
Fixes: ERROR: Nothing PROVIDES 'mbedtls-native' Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/mbedtls/mbedtls_2.16.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.16.3.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.16.3.bb
index 79d0dbeae4..99c1867b1f 100644
--- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.16.3.bb
+++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.16.3.bb
@@ -39,3 +39,5 @@ RPROVIDES_${PN} = "polarssl"
PACKAGES =+ "${PN}-programs"
FILES_${PN}-programs = "${bindir}/"
+
+BBCLASSEXTEND = "native nativesdk"