summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-01-19 13:33:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-23 11:36:25 +0000
commitcc0ee9b56c55516a058e157a91a86a84b6676683 (patch)
tree69adeea9ad446209c29ad3f14ec2134a7b1342e4 /meta/recipes-bsp/grub/grub_git.bb
parent6f196670e827ffd086aa769d482e6527f38eee06 (diff)
downloadpoky-cc0ee9b56c55516a058e157a91a86a84b6676683.tar.gz
grub: remove autogen-native dependency for tarball recipes
The tarballs of grub ship the files that are generated by autogen, so tarball recipes don't need to depend on autogen-native (and thus guile-native). (From OE-Core rev: 0ef983cd682134443020821fed6dd6e2bbbf3188) 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/grub_git.bb')
-rw-r--r--meta/recipes-bsp/grub/grub_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb
index e8179ba576..3ab675b298 100644
--- a/meta/recipes-bsp/grub/grub_git.bb
+++ b/meta/recipes-bsp/grub/grub_git.bb
@@ -1,5 +1,7 @@
1require grub2.inc 1require grub2.inc
2 2
3DEPENDS += "autogen-native"
4
3DEFAULT_PREFERENCE = "-1" 5DEFAULT_PREFERENCE = "-1"
4DEFAULT_PREFERENCE_arm = "1" 6DEFAULT_PREFERENCE_arm = "1"
5 7