[OE-core] [PATCH 2/2] llvm: don't inherit perlnative

Ross Burton ross.burton at intel.com
Wed Mar 27 23:07:12 UTC 2019


This doesn't appear to be required at all.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/llvm/llvm_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb
index 31abadcace5..2a8cd4a3e4e 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}"
 
-- 
2.11.0



More information about the Openembedded-core mailing list