aboutsummaryrefslogtreecommitdiffstats
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:35:23 +0000
commit0ef983cd682134443020821fed6dd6e2bbbf3188 (patch)
treecde279ebb7847d233d1891974d1f241763c76489 /meta/recipes-bsp/grub/grub_git.bb
parent6755935e58b0414870adb7c7abab1aa331596209 (diff)
downloadopenembedded-core-contrib-0ef983cd682134443020821fed6dd6e2bbbf3188.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). Signed-off-by: Ross Burton <ross.burton@intel.com>
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 @@
require grub2.inc
+DEPENDS += "autogen-native"
+
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_arm = "1"