summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-08 12:40:58 -0800
committerKhem Raj <raj.khem@gmail.com>2017-03-08 12:40:58 -0800
commit4b37dff6ae0d9d81d9968fcc8aae3009e438ad69 (patch)
treecf5dde0415ef09d22ede8b65114190d73525c33b
parent0ec52ac6644862bf6212dc830fa31f06a558eda1 (diff)
downloadmeta-clang-4b37dff6ae0d9d81d9968fcc8aae3009e438ad69.tar.gz
libcxx: Add dependency on native python
Fixes | /bin/sh: PYTHON_EXECUTABLE-NOTFOUND: command not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/clang/libcxx_git.bb2
1 files changed, 1 insertions, 1 deletions
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}"
11 11
12require clang.inc 12require clang.inc
13 13
14inherit cmake 14inherit cmake pythonnative
15PV .= "+git${SRCPV}" 15PV .= "+git${SRCPV}"
16 16
17DEPENDS += "libcxxabi" 17DEPENDS += "libcxxabi"