summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
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
parent6f196670e827ffd086aa769d482e6527f38eee06 (diff)
downloadast2050-yocto-poky-cc0ee9b56c55516a058e157a91a86a84b6676683.zip
ast2050-yocto-poky-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')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc2
-rw-r--r--meta/recipes-bsp/grub/grub_git.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 59e5b6e..3946957 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -26,7 +26,7 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
file://grub-efi-fix-with-glibc-2.20.patch \
"
-DEPENDS = "autogen-native flex-native bison-native xz"
+DEPENDS = "flex-native bison-native xz"
SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c"
SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3"
diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb
index e8179ba..3ab675b 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"
OpenPOWER on IntegriCloud