diff options
author | Ross Burton <ross.burton@intel.com> | 2017-01-11 14:49:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-16 18:01:56 +0000 |
commit | 98cd9cd5fe99d0466712be3ec7c4a4ff74afeb11 (patch) | |
tree | d0b3f06502437707ce37d6638f0dc4acd710c00c /meta | |
parent | c92ccf2117a6fbc0beb82f540296e0e5b5c6a193 (diff) | |
download | openembedded-core-98cd9cd5fe99d0466712be3ec7c4a4ff74afeb11.tar.gz openembedded-core-98cd9cd5fe99d0466712be3ec7c4a4ff74afeb11.tar.bz2 openembedded-core-98cd9cd5fe99d0466712be3ec7c4a4ff74afeb11.zip |
grub_git: remove redundant inherits
These are already inherited by grub2.inc.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/grub/grub_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index f24cc2f1cf..27a5d1f123 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. |