diff options
| -rw-r--r-- | meta/recipes-bsp/grub/grub_1.99.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index ba41e8f28f..afd10f473f 100644 --- a/meta/recipes-bsp/grub/grub_1.99.bb +++ b/meta/recipes-bsp/grub/grub_1.99.bb | |||
| @@ -13,12 +13,15 @@ LICENSE = "GPLv3" | |||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 14 | 14 | ||
| 15 | RDEPENDS_${PN} = "diffutils freetype" | 15 | RDEPENDS_${PN} = "diffutils freetype" |
| 16 | PR = "r1" | 16 | PR = "r2" |
| 17 | 17 | ||
| 18 | SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ | 18 | 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 | ||
| 22 | SRC_URI[md5sum] = "ca9f2a2d571b57fc5c53212d1d22e2b5" | ||
| 23 | SRC_URI[sha256sum] = "b91f420f2c51f6155e088e34ff99bea09cc1fb89585cf7c0179644e57abd28ff" | ||
| 24 | |||
| 22 | inherit autotools | 25 | inherit autotools |
| 23 | inherit gettext | 26 | inherit gettext |
| 24 | 27 | ||
