mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02:00
grub: build with python 3
As part of the mission to remove the use of Python 2, explicitly use Python 3 when building grub. (From OE-Core rev: f2286cc31bd92d75c7f8662abe816867ab041d50) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
65f5857513
commit
e79615e786
@@ -60,6 +60,8 @@ BUILD_CFLAGS = ""
|
||||
BUILD_CXXFLAGS = ""
|
||||
BUILD_LDFLAGS = ""
|
||||
|
||||
export PYTHON = "python3"
|
||||
|
||||
CFLAGS_append = " -Wno-error"
|
||||
|
||||
do_configure_prepend() {
|
||||
|
||||
Reference in New Issue
Block a user