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

Signed-off-by: Tim Orling <tim.orl...@konsulko.com>
---
 meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb 
b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb
index 1dd043ec82..96fcba7f49 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.3.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 (#108884): 
https://lists.openembedded.org/g/openembedded-devel/message/108884
Mute This Topic: https://lists.openembedded.org/mt/104453501/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