summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-03-27 23:07:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-29 08:26:27 +0000
commitd8269db061c471d230dfd27e158f1aa5ce188e5a (patch)
tree93d71b1d67dac429f0f26c1279adcb7813f758de
parent1587475e45edc995b7643844594abc94160a5549 (diff)
downloadopenembedded-core-d8269db061c471d230dfd27e158f1aa5ce188e5a.tar.gz
llvm: don't inherit perlnative
This doesn't appear to be required at all. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/llvm/llvm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb
index 31abadcace..2a8cd4a3e4 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -12,7 +12,7 @@ DEPENDS = "libffi libxml2 zlib ninja-native llvm-native"
RDEPENDS_${PN}_append_class-target = " ncurses-terminfo"
-inherit perlnative cmake pkgconfig
+inherit cmake pkgconfig
PROVIDES += "llvm${PV}"