aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Parker <geoffrey.parker@arthrex.com>2024-04-11 12:24:55 -0700
committerKhem Raj <raj.khem@gmail.com>2024-04-12 08:57:35 -0700
commitdadf5db0983d34ab58ce598a30030e252b8039ac (patch)
tree22798290334d351c8147c80fa4a5f1a80af057d4
parent0a2e45c551bf74bae73606c31f7ff365147b2d65 (diff)
downloadmeta-openembedded-contrib-dadf5db0983d34ab58ce598a30030e252b8039ac.tar.gz
python3-tornado: extend for native and nativesdk
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-tornado_6.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
index e3d0209e1a..08c8672ebe 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
@@ -37,3 +37,5 @@ PACKAGES =+ "\
FILES:${PN}-test = " \
${libdir}/${PYTHON_DIR}/site-packages/*/test \
"
+
+BBCLASSEXTEND += "native nativesdk"