diff options
Diffstat (limited to 'recipes/grub/grub-0.97')
-rw-r--r-- | recipes/grub/grub-0.97/automake-1.10.patch | 16 | ||||
-rw-r--r-- | recipes/grub/grub-0.97/menu.lst | 6 |
2 files changed, 22 insertions, 0 deletions
diff --git a/recipes/grub/grub-0.97/automake-1.10.patch b/recipes/grub/grub-0.97/automake-1.10.patch new file mode 100644 index 0000000000..e7c6ec061f --- /dev/null +++ b/recipes/grub/grub-0.97/automake-1.10.patch @@ -0,0 +1,16 @@ +--- grub-0.97/configure.ac.orig ++++ grub-0.97/configure.ac +@@ -56,12 +56,7 @@ + + AC_CHECK_TOOL(CC, gcc) + AC_PROG_CC +-# We need this for older versions of Autoconf. +-_AM_DEPENDENCIES(CC) +- +-dnl Because recent automake complains about AS, set it here. +-CCAS="$CC" +-AC_SUBST(CCAS) ++AM_PROG_AS + + AC_ARG_WITH(binutils, + [ --with-binutils=DIR search the directory DIR to find binutils]) diff --git a/recipes/grub/grub-0.97/menu.lst b/recipes/grub/grub-0.97/menu.lst new file mode 100644 index 0000000000..510e8f82b6 --- /dev/null +++ b/recipes/grub/grub-0.97/menu.lst @@ -0,0 +1,6 @@ +# menu.lst +default 0 +timeout 5 +title OpenEmbedded Linux (hda1) +root (hd0,0) +kernel /boot/bzImage root=/dev/hda1 ro |