summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/grub/grub_1.99.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb
index ba41e8f28f..0c8648e462 100644
--- a/meta/recipes-bsp/grub/grub_1.99.bb
+++ b/meta/recipes-bsp/grub/grub_1.99.bb
@@ -19,6 +19,9 @@ SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \
19 file://grub-install.in.patch;apply=yes \ 19 file://grub-install.in.patch;apply=yes \
20 file://40_custom" 20 file://40_custom"
21 21
22SRC_URI[md5sum] = "ca9f2a2d571b57fc5c53212d1d22e2b5"
23SRC_URI[sha256sum] = "b91f420f2c51f6155e088e34ff99bea09cc1fb89585cf7c0179644e57abd28ff"
24
22inherit autotools 25inherit autotools
23inherit gettext 26inherit gettext
24 27