diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-09-14 12:48:27 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-19 17:56:27 +0100 |
commit | a6d808f8c8aabb6fdc9ca6dc1ab27074fa159605 (patch) | |
tree | 77b4d5125bd31f09be48e5787f61a5682eb970db /meta/recipes-bsp/grub/grub_2.00.bb | |
parent | 48c01ee679810a751f17c919a095b190a2f37804 (diff) | |
download | poky-a6d808f8c8aabb6fdc9ca6dc1ab27074fa159605.tar.gz |
grub: disable lzma, device-mapper, zfs and nvpair
check-if-liblzma-is-disabled.patch: added
- add support for the --enable_liblzma option
[YOCTO #2750]
(From OE-Core rev: 1773a98b68dd223b016fe408b022c2c5475669c2)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 |