blob: 83411844766c83092b004d071a3d2270c14ac268 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "GRUB is the GRand Unified Bootloader"
SECTION = "base"
HOMEPAGE = "http://www.gnu.org/software/grub"
SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
file://autohell.patch;patch=1 \
file://memcpy.patch;patch=1 \
file://reiserfs.patch;patch=1"
S = "${WORKDIR}/grub-${PV}"
inherit autotools
COMPATIBLE_HOST = 'i.86.*-linux'
|