From d8269db061c471d230dfd27e158f1aa5ce188e5a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 27 Mar 2019 23:07:12 +0000 Subject: llvm: don't inherit perlnative This doesn't appear to be required at all. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/llvm/llvm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools') 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}" -- cgit 1.2.3-korg