aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-09-25 17:35:34 +0800
committerKhem Raj <raj.khem@gmail.com>2019-09-25 09:48:19 -0700
commit4739ece8091952d461f3b5ecc5d338744459af0c (patch)
tree44ec6ee8e2ea0fc9c3a7cae9ec45f6dac77ae5bf
parentef1fbfd0f994f2464d01b3d13b775fb185a0fe58 (diff)
downloadmeta-openembedded-contrib-4739ece8091952d461f3b5ecc5d338744459af0c.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> Signed-off-by: Khem Raj <raj.khem@gmail.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"