diff options
Diffstat (limited to 'meta/recipes-bsp/grub/grub_2.00.bb')
-rw-r--r-- | meta/recipes-bsp/grub/grub_2.00.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb b/meta/recipes-bsp/grub/grub_2.00.bb index 821d9ffe17..8d22424253 100644 --- a/meta/recipes-bsp/grub/grub_2.00.bb +++ b/meta/recipes-bsp/grub/grub_2.00.bb | |||
@@ -13,12 +13,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
13 | 13 | ||
14 | DEPENDS = "autogen-native flex-native" | 14 | DEPENDS = "autogen-native flex-native" |
15 | RDEPENDS_${PN} = "diffutils freetype" | 15 | RDEPENDS_${PN} = "diffutils freetype" |
16 | PR = "r0" | 16 | PR = "r1" |
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 \ |
20 | file://grub-2.00-fpmath-sse-387-fix.patch \ | 20 | file://grub-2.00-fpmath-sse-387-fix.patch \ |
21 | file://remove-gets.patch \ | 21 | file://remove-gets.patch \ |
22 | file://check-if-liblzma-is-disabled.patch \ | ||
22 | file://40_custom" | 23 | file://40_custom" |
23 | 24 | ||
24 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" | 25 | SRC_URI[md5sum] = "e927540b6eda8b024fb0391eeaa4091c" |
@@ -32,7 +33,8 @@ FILES_${PN}-dbg += "${libdir}/${BPN}/i386-pc/.debug" | |||
32 | inherit autotools | 33 | inherit autotools |
33 | inherit gettext | 34 | inherit gettext |
34 | 35 | ||
35 | EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix=""" | 36 | EXTRA_OECONF = "--with-platform=pc --disable-grub-mkfont --program-prefix="" \ |
37 | --enable-liblzma=no --enable-device-mapper=no --enable-libzfs=no" | ||
36 | 38 | ||
37 | do_install_append () { | 39 | do_install_append () { |
38 | install -d ${D}${sysconfdir}/grub.d | 40 | install -d ${D}${sysconfdir}/grub.d |