summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
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-14 08:38:43 -0700
commitd90fbed4b941bbc23f4cc68ae23882e5d7df4561 (patch)
tree945e1d088dcff280c3c393c89c23f97060d323fe /meta-python/recipes-devtools/python
parent17928fdcb942fff4c3d549143b3643e81671a93d (diff)
downloadmeta-openembedded-d90fbed4b941bbc23f4cc68ae23882e5d7df4561.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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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 =+ "\
37FILES:${PN}-test = " \ 37FILES:${PN}-test = " \
38 ${libdir}/${PYTHON_DIR}/site-packages/*/test \ 38 ${libdir}/${PYTHON_DIR}/site-packages/*/test \
39" 39"
40
41BBCLASSEXTEND += "native nativesdk"