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/compiler-rt_git.bb | 2 +- recipes-devtools/clang/libcxx_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 4fd29b4..9178031 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb @@ -8,7 +8,7 @@ SECTION = "base" require clang.inc require common-source.inc -inherit cmake pkgconfig pythonnative +inherit cmake pkgconfig python3native LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=d846d1d65baf322d4c485d6ee54e877a" 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