From: Ross Burton Date: Thu, 11 Jul 2019 23:54:27 +0000 (+0100) Subject: grub: build with python 3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13911 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2286cc31bd92d75c7f8662abe816867ab041d50;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub: build with python 3 As part of the mission to remove the use of Python 2, explicitly use Python 3 when building grub. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 20877e77355..c5ff10e5986 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc @@ -60,6 +60,8 @@ BUILD_CFLAGS = "" BUILD_CXXFLAGS = "" BUILD_LDFLAGS = "" +export PYTHON = "python3" + CFLAGS_append = " -Wno-error" do_configure_prepend() {