diff options
Diffstat (limited to 'meta/classes/python3-dir.bbclass')
-rw-r--r-- | meta/classes/python3-dir.bbclass | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/classes/python3-dir.bbclass b/meta/classes/python3-dir.bbclass deleted file mode 100644 index 912c67253c..0000000000 --- a/meta/classes/python3-dir.bbclass +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | # SPDX-License-Identifier: MIT | ||
5 | # | ||
6 | |||
7 | PYTHON_BASEVERSION = "3.10" | ||
8 | PYTHON_ABI = "" | ||
9 | PYTHON_DIR = "python${PYTHON_BASEVERSION}" | ||
10 | PYTHON_PN = "python3" | ||
11 | PYTHON_SITEPACKAGES_DIR = "${libdir}/${PYTHON_DIR}/site-packages" | ||