summaryrefslogtreecommitdiff
path: root/meta/packages/grub
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/grub')
-rw-r--r--meta/packages/grub/grub-0.97/autohell.patch19
-rw-r--r--meta/packages/grub/grub_0.97.bb31
2 files changed, 0 insertions, 50 deletions
diff --git a/meta/packages/grub/grub-0.97/autohell.patch b/meta/packages/grub/grub-0.97/autohell.patch
deleted file mode 100644
index 279c529bb..000000000
--- a/meta/packages/grub/grub-0.97/autohell.patch
+++ /dev/null
@@ -1,19 +0,0 @@
----
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-Index: grub-0.97/configure.ac
-===================================================================
---- grub-0.97.orig/configure.ac 2008-09-12 17:39:52.000000000 +0200
-+++ grub-0.97/configure.ac 2008-09-12 17:40:21.000000000 +0200
-@@ -60,8 +60,8 @@ AC_PROG_CC
- _AM_DEPENDENCIES(CC)
-
- dnl Because recent automake complains about AS, set it here.
--CCAS="$CC"
--AC_SUBST(CCAS)
-+AM_PROG_AS
-+AC_SUBST(AS)
-
- AC_ARG_WITH(binutils,
- [ --with-binutils=DIR search the directory DIR to find binutils])
diff --git a/meta/packages/grub/grub_0.97.bb b/meta/packages/grub/grub_0.97.bb
deleted file mode 100644
index 6b6b5b0c2..000000000
--- a/meta/packages/grub/grub_0.97.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "GRUB is the GRand Unified Bootloader."
-HOMEPAGE = "http://www.gnu.org/software/grub/"
-SECTION = "bootloaders"
-PRIORITY = "optional"
-
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \
- file://grub/main.c;beginline=3;endline=9;md5=22a5f28d2130fff9f2a17ed54be90ed6"
-
-RDEPENDS = "diffutils"
-PR = "r2"
-
-SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
- file://autohell.patch;apply=yes "
-
-inherit autotools
-
-python __anonymous () {
- import re
- host = bb.data.getVar('HOST_SYS', d, 1)
- if not re.match('i.86.*-linux', host):
- raise bb.parse.SkipPackage("incompatible with host %s" % host)
-}
-
-do_install_append_vmware() {
- mkdir -p ${D}/boot/
- ln -sf ../usr/lib/grub/{$TARGET_ARCH}{$TARGET_VENDOR}/ ${D}/boot/grub
-}
-
-FILES_${PN}-doc = "${datadir}"
-FILES_${PN} = "/boot /usr"