diff options
| -rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-bsp/grub/grub_git.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 59e5b6e1fe..39469576cc 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 \ | |||
| 26 | file://grub-efi-fix-with-glibc-2.20.patch \ | 26 | file://grub-efi-fix-with-glibc-2.20.patch \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | DEPENDS = "autogen-native flex-native bison-native xz" | 29 | DEPENDS = "flex-native bison-native xz" |
| 30 | 30 | ||
| 31 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" | 31 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" |
| 32 | SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3" | 32 | SRC_URI[sha256sum] = "65b39a0558f8c802209c574f4d02ca263a804e8a564bc6caf1cd0fd3b3cc11e3" |
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 @@ | |||
| 1 | require grub2.inc | 1 | require grub2.inc |
| 2 | 2 | ||
| 3 | DEPENDS += "autogen-native" | ||
| 4 | |||
| 3 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
| 4 | DEFAULT_PREFERENCE_arm = "1" | 6 | DEFAULT_PREFERENCE_arm = "1" |
| 5 | 7 | ||
