summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/python3-dir.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/python3-dir.bbclass')
-rw-r--r--meta/classes-recipe/python3-dir.bbclass11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/classes-recipe/python3-dir.bbclass b/meta/classes-recipe/python3-dir.bbclass
new file mode 100644
index 0000000000..3d07de99b8
--- /dev/null
+++ b/meta/classes-recipe/python3-dir.bbclass
@@ -0,0 +1,11 @@
+#
+# Copyright OpenEmbedded Contributors
+#
+# SPDX-License-Identifier: MIT
+#
+
+PYTHON_BASEVERSION = "3.12"
+PYTHON_ABI = ""
+PYTHON_DIR = "python${PYTHON_BASEVERSION}"
+PYTHON_PN = "python3"
+PYTHON_SITEPACKAGES_DIR = "${libdir}/${PYTHON_DIR}/site-packages"