All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: set PYTHON to python2 instead of python
@ 2020-06-07  8:56 Frédéric Pierret (fepitre)
  2020-06-07  8:59 ` Frédéric Pierret
  0 siblings, 1 reply; 2+ messages in thread
From: Frédéric Pierret (fepitre) @ 2020-06-07  8:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Frédéric Pierret (fepitre)

Newer distro like CentOS 8 does not include any reference
to 'python' binary but only 'python2'.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c20be15..995dc86 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ LD=$(CROSS_PREFIX)ld
 OBJCOPY=$(CROSS_PREFIX)objcopy
 OBJDUMP=$(CROSS_PREFIX)objdump
 STRIP=$(CROSS_PREFIX)strip
-PYTHON=python
+PYTHON=python2
 CPP=cpp
 IASL:=iasl
 LD32BIT_FLAG:=-melf_i386
-- 
2.25.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: set PYTHON to python2 instead of python
  2020-06-07  8:56 [PATCH] Makefile: set PYTHON to python2 instead of python Frédéric Pierret (fepitre)
@ 2020-06-07  8:59 ` Frédéric Pierret
  0 siblings, 0 replies; 2+ messages in thread
From: Frédéric Pierret @ 2020-06-07  8:59 UTC (permalink / raw)
  To: qemu-devel


[-- Attachment #1.1: Type: text/plain, Size: 633 bytes --]

I should have included [SeaBIOS]. Sorry.

On 2020-06-07 10:56, Frédéric Pierret (fepitre) wrote:
> Newer distro like CentOS 8 does not include any reference
> to 'python' binary but only 'python2'.
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index c20be15..995dc86 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -22,7 +22,7 @@ LD=$(CROSS_PREFIX)ld
>  OBJCOPY=$(CROSS_PREFIX)objcopy
>  OBJDUMP=$(CROSS_PREFIX)objdump
>  STRIP=$(CROSS_PREFIX)strip
> -PYTHON=python
> +PYTHON=python2
>  CPP=cpp
>  IASL:=iasl
>  LD32BIT_FLAG:=-melf_i386
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-07  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07  8:56 [PATCH] Makefile: set PYTHON to python2 instead of python Frédéric Pierret (fepitre)
2020-06-07  8:59 ` Frédéric Pierret

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.