aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-08 15:27:20 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-14 13:34:29 +0200
commit9ba440308e42eeaddf5db0b576d44874134db23d (patch)
tree84f4ec4465dfe9c85dae4079463991e19620ea5b /meta-oe/recipes-core
parent717ca9c0d2edc538676c9fb8622cfafe93b20637 (diff)
downloadmeta-openembedded-contrib-9ba440308e42eeaddf5db0b576d44874134db23d.tar.gz
llvm2: add dependency on perl-native
* it fails without it: | -- Could NOT find Perl (missing: PERL_EXECUTABLE) | CMake Error at tools/llvm-config/CMakeLists.txt:5 (message): | Perl required but not found! Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/llvm/llvm2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm2.inc b/meta-oe/recipes-core/llvm/llvm2.inc
index 8765a7606e..f683fc351a 100644
--- a/meta-oe/recipes-core/llvm/llvm2.inc
+++ b/meta-oe/recipes-core/llvm/llvm2.inc
@@ -1,4 +1,4 @@
-DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common"
+DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common perl-native"
DEPENDS_class-native = "llvm-common-native cmake-native"
SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz"