diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-04 07:55:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-04 07:55:52 +0000 |
commit | 0f9d542422a9a6367eac8c67381e8f12d407ec5d (patch) | |
tree | 847eed68df13e3145646cd92b05f67f014a5a125 /packages/syslinux/syslinux-native_2.11.bb | |
parent | 70cf61304effae35faedc1030374be12e3727712 (diff) |
syslinux: unify
Diffstat (limited to 'packages/syslinux/syslinux-native_2.11.bb')
-rw-r--r-- | packages/syslinux/syslinux-native_2.11.bb | 36 |
1 files changed, 2 insertions, 34 deletions
diff --git a/packages/syslinux/syslinux-native_2.11.bb b/packages/syslinux/syslinux-native_2.11.bb index 3d0c5e5ad8..fc41678dc6 100644 --- a/packages/syslinux/syslinux-native_2.11.bb +++ b/packages/syslinux/syslinux-native_2.11.bb @@ -1,38 +1,6 @@ -# syslinux-native OE build file -# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -DESCRIPTION="A multi-purpose linux bootloader" -HOMEPAGE="http://syslinux.zytor.com/" -LICENSE="GPL" - PR="r1" SRC_URI="${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/Old/syslinux-${PV}.tar.bz2 \ -file://edx_assume_zero.patch;patch=1" - -S="${WORKDIR}/syslinux-${PV}" - -# If you really want to run syslinux, you need mtools. We just want the -# ldlinux.* stuff for now, so skip mtools-native - -DEPENDS="nasm-native" - -inherit native - -do_compile() { - oe_runmake syslinux -} - -do_stage() { - install -d ${STAGING_BINDIR} - install -m 755 ${S}/syslinux ${STAGING_BINDIR} - - # When building media, the syslinux binary isn't nearly as useful - # as the DOS data files, so we copy those into a special location - # for usage during a image build stage + file://edx_assume_zero.patch;patch=1" - install -d ${STAGING_DATADIR}/syslinux - install -m 644 ${S}/ldlinux.sys ${STAGING_DATADIR}/syslinux/ldlinux.sys - install -m 644 ${S}/ldlinux.bss ${STAGING_DATADIR}/syslinux/ldlinux.bss -} +require syslinux.inc |