diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-08 12:40:58 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-03-08 12:40:58 -0800 |
commit | 4b37dff6ae0d9d81d9968fcc8aae3009e438ad69 (patch) | |
tree | cf5dde0415ef09d22ede8b65114190d73525c33b | |
parent | 0ec52ac6644862bf6212dc830fa31f06a558eda1 (diff) | |
download | meta-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.bb | 2 |
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 | ||
12 | require clang.inc | 12 | require clang.inc |
13 | 13 | ||
14 | inherit cmake | 14 | inherit cmake pythonnative |
15 | PV .= "+git${SRCPV}" | 15 | PV .= "+git${SRCPV}" |
16 | 16 | ||
17 | DEPENDS += "libcxxabi" | 17 | DEPENDS += "libcxxabi" |