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:05:13 +0000 |
commit | 4cac4f194e0b9fda314771d3a2bf47818ba9547f (patch) | |
tree | 277742d0b9bc25b1aef5150c43d0ef625cda2d63 /meta/recipes-bsp/grub | |
parent | afeefb30c492583c0c06763f969833facf066775 (diff) | |
download | poky-4cac4f194e0b9fda314771d3a2bf47818ba9547f.tar.gz |
grub_git: remove redundant inherits
These are already inherited by grub2.inc.
(From OE-Core rev: 98cd9cd5fe99d0466712be3ec7c4a4ff74afeb11)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-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.*)' | |||
19 | COMPATIBLE_HOST_armv7a = 'null' | 19 | COMPATIBLE_HOST_armv7a = 'null' |
20 | COMPATIBLE_HOST_armv7ve = 'null' | 20 | COMPATIBLE_HOST_armv7ve = 'null' |
21 | 21 | ||
22 | inherit autotools gettext texinfo | ||
23 | |||
24 | # configure.ac has code to set this automagically from the target tuple | 22 | # configure.ac has code to set this automagically from the target tuple |
25 | # but the OE freeform one (core2-foo-bar-linux) don't work with that. | 23 | # but the OE freeform one (core2-foo-bar-linux) don't work with that. |
26 | 24 | ||