]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub: remove autogen-native dependency for tarball recipes
authorRoss Burton <ross.burton@intel.com>
Mon, 19 Jan 2015 13:33:04 +0000 (13:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:35:23 +0000 (11:35 +0000)
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>
meta/recipes-bsp/grub/grub2.inc
meta/recipes-bsp/grub/grub_git.bb

index 59e5b6e1fee366f827287b6a2049c98c53d002ed..39469576ccacc55828c103b8883b70fda6fe8be1 100644 (file)
@@ -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"
index e8179ba57619b8875cc450140a5ad4ea492932f9..3ab675b29828a455d7d70b0487983a087083171b 100644 (file)
@@ -1,5 +1,7 @@
 require grub2.inc
 
+DEPENDS += "autogen-native"
+
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_arm = "1"