diff options
| author | Geoff Parker <geoffrey.parker@arthrex.com> | 2024-04-11 12:24:55 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-12 08:57:35 -0700 |
| commit | dadf5db0983d34ab58ce598a30030e252b8039ac (patch) | |
| tree | 22798290334d351c8147c80fa4a5f1a80af057d4 /meta-python/recipes-devtools/python | |
| parent | 0a2e45c551bf74bae73606c31f7ff365147b2d65 (diff) | |
| download | meta-openembedded-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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tornado_6.4.bb | 2 |
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 =+ "\ | |||
| 37 | FILES:${PN}-test = " \ | 37 | FILES:${PN}-test = " \ |
| 38 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ | 38 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ |
| 39 | " | 39 | " |
| 40 | |||
| 41 | BBCLASSEXTEND += "native nativesdk" | ||
