diff options
author | Ross Burton <ross.burton@intel.com> | 2019-03-27 23:07:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-29 08:28:53 +0000 |
commit | 59fada98b957aed6fb3255fc00c8f709b416f0ef (patch) | |
tree | c14d5ba1438bba516fa3c7fb692d62db2d3158d1 | |
parent | 594ac9ddff3ccc95a2bde58897d59ce4597be6a8 (diff) | |
download | poky-59fada98b957aed6fb3255fc00c8f709b416f0ef.tar.gz |
llvm: don't inherit perlnative
This doesn't appear to be required at all.
(From OE-Core rev: d8269db061c471d230dfd27e158f1aa5ce188e5a)
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.bb | 2 |
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" | |||
12 | 12 | ||
13 | RDEPENDS_${PN}_append_class-target = " ncurses-terminfo" | 13 | RDEPENDS_${PN}_append_class-target = " ncurses-terminfo" |
14 | 14 | ||
15 | inherit perlnative cmake pkgconfig | 15 | inherit cmake pkgconfig |
16 | 16 | ||
17 | PROVIDES += "llvm${PV}" | 17 | PROVIDES += "llvm${PV}" |
18 | 18 | ||