From 41fab212905a2047a277831ba9328465f242c27d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Jan 2020 09:16:39 -0800 Subject: libcxx,compiler-rt: Use python3 during build py2 is gone from oe-core Signed-off-by: Khem Raj --- recipes-devtools/clang/libcxx_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/clang/libcxx_git.bb') diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index 518682b..5bc864c 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb @@ -8,7 +8,7 @@ SECTION = "base" require clang.inc require common-source.inc -inherit cmake pythonnative +inherit cmake python3native PACKAGECONFIG ??= "compiler-rt unwind exceptions" PACKAGECONFIG_riscv32 = "exceptions" -- cgit v1.2.3-54-g00ecf