[oe-commits] [meta-openembedded] 06/13: python-asn1crypto: extend to nativesdk

git at git.openembedded.org git at git.openembedded.org
Wed Sep 25 13:09:19 UTC 2019


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 9ebabb22dcc26fa9e001ee239a08764f168e9f8c
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Wed Sep 25 17:35:34 2019 +0800

    python-asn1crypto: extend to nativesdk
    
    Fixed:
    $ bitbake nativesdk-python3-cryptography
    ERROR: Nothing PROVIDES 'nativesdk-python3-asn1crypto'
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-asn1crypto.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
index f1f0a3c..e85ce9a 100644
--- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
+++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
@@ -20,4 +20,4 @@ RDEPENDS_${PN}_class-target += " \
     ${PYTHON_PN}-netclient \
 "
 
-BBCLASSEXTEND = "native"
+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