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

Signed-off-by: Tim Orling <tim.orl...@konsulko.com>
---
Changes in v2:
Rebase on top of master-next

 meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 }
 
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#108906): 
https://lists.openembedded.org/g/openembedded-devel/message/108906
Mute This Topic: https://lists.openembedded.org/mt/104462161/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to