mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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:
@@ -50,7 +50,7 @@ EXTRA_OEMESON = " \
|
|||||||
do_install:append() {
|
do_install:append() {
|
||||||
# fix shebangs
|
# fix shebangs
|
||||||
for tool in `find ${D}${bindir} -name '*-tool'`; do
|
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
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user