[oe-commits] [meta-openembedded] 04/10: mbedtls: add native and nativesdk to BBCLASSEXTEND

git at git.openembedded.org git at git.openembedded.org
Thu Feb 20 16:22:42 UTC 2020


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

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

commit 90d73b1b91c11a65e6247c35caacb583620f9a23
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Tue Feb 18 09:00:50 2020 +0000

    mbedtls: add native and nativesdk to BBCLASSEXTEND
    
    Fixes:
    
    ERROR: Nothing PROVIDES 'mbedtls-native'
    
    Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-connectivity/mbedtls/mbedtls_2.16.3.bb | 2 ++
 1 file changed, 2 insertions(+)

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 79d0dbe..99c1867 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"

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


More information about the Openembedded-commits mailing list