aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-09-24 17:55:58 +0800
committerRobert Yang <liezhi.yang@windriver.com>2019-09-25 16:41:47 +0800
commita20fc7ad0bd9ef121025e9ee076fc28efb7e7ce8 (patch)
tree3d8d21974e966a5c89247e67fcfcfb42c595c255
parent466fd78ac6a561ce7b47f2190f0aa3ea6aa3593e (diff)
downloadmeta-openembedded-contrib-a20fc7ad0bd9ef121025e9ee076fc28efb7e7ce8.tar.gz
python-asn1crypto: extend to nativesdk
Fixed: $ bitbake nativesdk-python3-cryptography ERROR: Nothing PROVIDES 'nativesdk-python3-asn1crypto' Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python-asn1crypto.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
index f1f0a3c51b..e85ce9a912 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"