oelint.vars.pythonpnusage
March 17, 2024 ยท View on GitHub
severity: info
Example
A = "${PYTHON_PN}"
Why is this bad?
${PYTHON_PN} was marked deprecated from scarthgap release.
Ways to fix it
Use python3 instead
A = "python3"
March 17, 2024 ยท View on GitHub
severity: info
A = "${PYTHON_PN}"
${PYTHON_PN} was marked deprecated from scarthgap release.
Use python3 instead
A = "python3"