]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub_git: remove redundant inherits
authorRoss Burton <ross.burton@intel.com>
Wed, 11 Jan 2017 14:49:18 +0000 (14:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2017 18:01:56 +0000 (18:01 +0000)
These are already inherited by grub2.inc.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-bsp/grub/grub_git.bb

index f24cc2f1cf6e15733b72695709ab1dce435db4e2..27a5d1f12317812e66436989cad207a17efaed1c 100644 (file)
@@ -19,8 +19,6 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)'
 COMPATIBLE_HOST_armv7a = 'null'
 COMPATIBLE_HOST_armv7ve = 'null'
 
-inherit autotools gettext texinfo
-
 # configure.ac has code to set this automagically from the target tuple
 # but the OE freeform one (core2-foo-bar-linux) don't work with that.