summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-07-12 00:54:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-15 09:28:37 +0100
commitf2286cc31bd92d75c7f8662abe816867ab041d50 (patch)
tree4c5994f336d6c3767621dabf6a8dd2b5002cb0b0 /meta
parent5904f257cb3b9059959c3619e0c7fee248ab1d51 (diff)
downloadopenembedded-core-f2286cc31bd92d75c7f8662abe816867ab041d50.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 20877e7735..c5ff10e598 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() {