diff options
author | Michael Smith <msmith@cbnco.com> | 2009-05-11 16:53:23 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-05-21 00:00:51 -0300 |
commit | d096f15094cd362cced12628b4e25198f785d62c (patch) | |
tree | b4c9abc793d2b7ab2d8049459462d4b28c281814 /recipes/grub/grub_0.93.bb | |
parent | 36d5b6464b18caf961faf61b2f8a4732e40a15f9 (diff) |
Remove unused grub-0.93.
As far as I can tell, only the wrap board and gpe-phone-image are using
grub, and they use the default version, 0.97.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/grub/grub_0.93.bb')
-rw-r--r-- | recipes/grub/grub_0.93.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/grub/grub_0.93.bb b/recipes/grub/grub_0.93.bb deleted file mode 100644 index 9fc008412d..0000000000 --- a/recipes/grub/grub_0.93.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "GRUB is the GRand Unified Bootloader" -HOMEPAGE = "http://www.gnu.org/software/grub" -SECTION = "bootloaders" -PRIORITY = "optional" - -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" - -inherit autotools - -COMPATIBLE_HOST = 'i.86.*-linux' - -FILES_${PN}-doc = "${datadir}" |