meta-gnome: drop ${PYTHON_PN}

python 2 is long unsupported, so we no longer need this variable

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Tim Orling 2024-02-19 20:10:28 -08:00 committed by Khem Raj
parent 87a83e3a90
commit 635260e2f2
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -50,7 +50,7 @@ EXTRA_OEMESON = " \
do_install:append() {
# fix shebangs
for tool in `find ${D}${bindir} -name '*-tool'`; do
sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool
sed -i 's:#!${PYTHON}:#!${bindir}/python3:' $tool
done
}