diff options
| -rw-r--r-- | meta/recipes-bsp/grub/grub_1.99.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/grub/grub_1.99.bb index 49c26f6fd1..8fe2be84ee 100644 --- a/meta/recipes-bsp/grub/grub_1.99.bb +++ b/meta/recipes-bsp/grub/grub_1.99.bb | |||
| @@ -13,7 +13,7 @@ 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 = "r2" | 16 | PR = "r3" |
| 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 \ | 19 | file://grub-install.in.patch \ |
| @@ -34,6 +34,7 @@ do_configure() { | |||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | do_install_append () { | 36 | do_install_append () { |
| 37 | install -d ${D}${sysconfdir}/grub.d | ||
| 37 | install -m 0755 ${WORKDIR}/40_custom ${D}${sysconfdir}/grub.d/40_custom | 38 | install -m 0755 ${WORKDIR}/40_custom ${D}${sysconfdir}/grub.d/40_custom |
| 38 | } | 39 | } |
| 39 | 40 | ||
