diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-20 11:58:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-20 11:58:05 +0000 |
commit | 22170fe71182c7da0ae14fb3101be1c474753c64 (patch) | |
tree | a8385e332aa47103dfcc095d4662741a3a8c7cbf /meta/packages/syslinux/syslinux-installer-native_3.36.bb | |
parent | f105cdc88a735b6e0a0b1b0c5a0bd3931a5ad9c3 (diff) | |
download | poky-22170fe71182c7da0ae14fb3101be1c474753c64.tar.gz |
syslinux: Various cleanups and add back some missing staging pieces
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5542 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/syslinux/syslinux-installer-native_3.36.bb')
-rw-r--r-- | meta/packages/syslinux/syslinux-installer-native_3.36.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/packages/syslinux/syslinux-installer-native_3.36.bb b/meta/packages/syslinux/syslinux-installer-native_3.36.bb index ae5b73afac..88bc37a1d3 100644 --- a/meta/packages/syslinux/syslinux-installer-native_3.36.bb +++ b/meta/packages/syslinux/syslinux-installer-native_3.36.bb | |||
@@ -1,14 +1,13 @@ | |||
1 | # syslinux-native OE build file | ||
2 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved | 1 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved |
3 | # Released under the MIT license (see packages/COPYING) | 2 | # Released under the MIT license (see packages/COPYING) |
4 | 3 | ||
5 | DESCRIPTION="A multi-purpose linux bootloader" | 4 | DESCRIPTION = "A multi-purpose linux bootloader" |
6 | HOMEPAGE="http://syslinux.zytor.com/" | 5 | HOMEPAGE = "http://syslinux.zytor.com/" |
7 | LICENSE="GPL" | 6 | LICENSE = "GPL" |
8 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 " | 7 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 " |
9 | 8 | ||
10 | S="${WORKDIR}/syslinux-${PV}" | 9 | S = "${WORKDIR}/syslinux-${PV}" |
11 | STAGE_TEMP="${WORKDIR}/stage_temp" | 10 | STAGE_TEMP = "${WORKDIR}/stage_temp" |
12 | 11 | ||
13 | inherit native | 12 | inherit native |
14 | 13 | ||