[oe-commits] Martin Jansa : llvm2: add dependency on perl-native

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:09 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 9ba440308e42eeaddf5db0b576d44874134db23d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9ba440308e42eeaddf5db0b576d44874134db23d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug  8 15:27:20 2013 +0200

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 at gmail.com>

---

 meta-oe/recipes-core/llvm/llvm2.inc |    2 +-
 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 8765a76..f683fc3 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"



More information about the Openembedded-commits mailing list