From 635260e2f2ef3ab0189a244a925a55cec1bc9079 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 19 Feb 2024 20:10:28 -0800 Subject: [PATCH] meta-gnome: drop ${PYTHON_PN} python 2 is long unsupported, so we no longer need this variable Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- 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 }