From 4b37dff6ae0d9d81d9968fcc8aae3009e438ad69 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 8 Mar 2017 12:40:58 -0800 Subject: libcxx: Add dependency on native python Fixes | /bin/sh: PYTHON_EXECUTABLE-NOTFOUND: command not found Signed-off-by: Khem Raj --- recipes-devtools/clang/libcxx_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index 43426ff..f6f1444 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb @@ -11,7 +11,7 @@ DEPENDS += "clang-cross-${TARGET_ARCH}" require clang.inc -inherit cmake +inherit cmake pythonnative PV .= "+git${SRCPV}" DEPENDS += "libcxxabi" -- cgit v1.2.3-54-g00ecf