diff options
Diffstat (limited to 'grub')
-rw-r--r-- | grub/grub_0.93.bb | 0 | ||||
-rw-r--r-- | grub/grub_0.93.oe | 18 |
2 files changed, 0 insertions, 18 deletions
diff --git a/grub/grub_0.93.bb b/grub/grub_0.93.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/grub/grub_0.93.bb diff --git a/grub/grub_0.93.oe b/grub/grub_0.93.oe deleted file mode 100644 index 987a9d08c6..0000000000 --- a/grub/grub_0.93.oe +++ /dev/null @@ -1,18 +0,0 @@ -SECTION = "base" -DESCRIPTION = "grand unified bootloader" - -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 - -python __anonymous () { - import re - host = oe.data.getVar('HOST_SYS', d, 1) - if not re.match('i.86.*-linux', host): - raise oe.parse.SkipPackage("incompatible with host %s" % host) -} |