From: Ross Burton Date: Wed, 11 Jan 2017 14:49:18 +0000 (+0000) Subject: grub_git: remove redundant inherits X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23060 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98cd9cd5fe99d0466712be3ec7c4a4ff74afeb11;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub_git: remove redundant inherits These are already inherited by grub2.inc. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index f24cc2f1cf6..27a5d1f1231 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb @@ -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.