Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Copyright OpenEmbedded Contributors
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
PYTHON_BASEVERSION = "3.11"
|
||||
PYTHON_ABI = ""
|
||||
PYTHON_DIR = "python${PYTHON_BASEVERSION}"
|
||||
PYTHON_PN = "python3"
|
||||
PYTHON_SITEPACKAGES_DIR = "${libdir}/${PYTHON_DIR}/site-packages"
|
||||
Reference in New Issue
Block a user