]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub: build with python 3
authorRoss Burton <ross.burton@intel.com>
Thu, 11 Jul 2019 23:54:27 +0000 (00:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Jul 2019 08:28:37 +0000 (09:28 +0100)
As part of the mission to remove the use of Python 2, explicitly use Python 3
when building grub.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/grub2.inc

index 20877e7735559856ee6f7f039d93ecb261385cd5..c5ff10e59860d1d29ca1b4708caf62aad2b0cefc 100644 (file)
@@ -60,6 +60,8 @@ BUILD_CFLAGS = ""
 BUILD_CXXFLAGS = ""
 BUILD_LDFLAGS = ""
 
+export PYTHON = "python3"
+
 CFLAGS_append = " -Wno-error"
 
 do_configure_prepend() {