mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 21:04:48 +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:
parent
87a83e3a90
commit
635260e2f2
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user