aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2024-02-19 11:13:55 -0800
committerTim Orling <tim.orling@konsulko.com>2024-02-19 19:57:38 -0800
commitbd9086015b1485d8b16d91954f9140901fd9a0fb (patch)
tree2a492da0d92779d02a497d2a414f1319b2d087db
parentb019a7a393ef4bee71433affaaf505e211575616 (diff)
downloadmeta-openembedded-contrib-timo/drop-PYTHON_PN.tar.gz
meta-gnome: drop ${PYTHON_PN}timo/drop-PYTHON_PN
python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling <tim.orling@konsulko.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb
index 7d7d508c11..9512f0b584 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb
@@ -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
}