diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 14:08:12 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-25 14:08:12 +0000 |
| commit | 91f093a2b26d4574cd5ce68171a2e872ac000047 (patch) | |
| tree | 7e7a9a398c220cb71e29559216d2b302058c0612 /meta/packages/syslinux/syslinux-installer-native_3.36.bb | |
| parent | 7ccc04673294c966cb9d212e401b1d90bde0f59f (diff) | |
| download | poky-91f093a2b26d4574cd5ce68171a2e872ac000047.tar.gz | |
syslinux: Convert to BBCLASSEXTEND, clean up recipe and staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/syslinux/syslinux-installer-native_3.36.bb')
| -rw-r--r-- | meta/packages/syslinux/syslinux-installer-native_3.36.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/packages/syslinux/syslinux-installer-native_3.36.bb b/meta/packages/syslinux/syslinux-installer-native_3.36.bb deleted file mode 100644 index c304a2d293..0000000000 --- a/meta/packages/syslinux/syslinux-installer-native_3.36.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved | ||
| 2 | # Released under the MIT license (see packages/COPYING) | ||
| 3 | |||
| 4 | DESCRIPTION = "A multi-purpose linux bootloader" | ||
| 5 | HOMEPAGE = "http://syslinux.zytor.com/" | ||
| 6 | LICENSE = "GPL" | ||
| 7 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 " | ||
| 8 | DEPENDS = "nasm-native" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/syslinux-${PV}" | ||
| 11 | STAGE_TEMP = "${WORKDIR}/stage_temp" | ||
| 12 | |||
| 13 | inherit native | ||
| 14 | |||
| 15 | do_compile() { | ||
| 16 | oe_runmake installer | ||
| 17 | } | ||
| 18 | |||
| 19 | NATIVE_INSTALL_WORKS = "1" | ||
| 20 | do_install() { | ||
| 21 | install -d ${STAGE_TEMP} | ||
| 22 | oe_runmake install INSTALLROOT="${STAGE_TEMP}" | ||
| 23 | |||
| 24 | install -d ${D}${bindir}/ | ||
| 25 | install -m 755 ${STAGE_TEMP}/usr/bin/syslinux ${D}${bindir}/ | ||
| 26 | install -m 755 ${STAGE_TEMP}/sbin/extlinux ${D}${bindir}/ | ||
| 27 | } | ||
