blob: d664205c02385ffdffe8449919a5a97ae563988d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "grand unified bootloader"
DEPENDS = "virtual/libc"
SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
file://${FILESDIR}/autohell.patch;patch=1 \
file://${FILESDIR}/memcpy.patch;patch=1 \
file://${FILESDIR}/reiserfs.patch;patch=1"
S = "${WORKDIR}/grub-${PV}"
inherit autotools
|