aboutsummaryrefslogtreecommitdiffstats
path: root/packages/syslinux/syslinux-native_2.11.bb
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-04-18 01:43:43 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-18 01:43:43 +0000
commit5a8ed083b17f8f337e6e550b4b065a935e154986 (patch)
tree72649b82fdad80252148cd69a1e43b300ac5af93 /packages/syslinux/syslinux-native_2.11.bb
parentc2a4b021eb04924f8c8b0e0af1fac337a04cbcae (diff)
downloadopenembedded-5a8ed083b17f8f337e6e550b4b065a935e154986.tar.gz
syslinux: Upgrade to 3.11
Diffstat (limited to 'packages/syslinux/syslinux-native_2.11.bb')
-rw-r--r--packages/syslinux/syslinux-native_2.11.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/syslinux/syslinux-native_2.11.bb b/packages/syslinux/syslinux-native_2.11.bb
index 398a3f8b69..3c41afb945 100644
--- a/packages/syslinux/syslinux-native_2.11.bb
+++ b/packages/syslinux/syslinux-native_2.11.bb
@@ -1,12 +1,16 @@
# syslinux-native OE build file
-# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
+# 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/"
+MAINTAINER = "Raymond Danks <raymondd@ia.amd.com>"
LICENSE="GPL"
-SRC_URI="http://www.kernel.org/pub/linux/utils/boot/syslinux/Old/syslinux-${PV}.tar.bz2"
+PR="r1"
+
+SRC_URI="http://www.kernel.org/pub/linux/utils/boot/syslinux/Old/syslinux-${PV}.tar.bz2 \
+file://edx_assume_zero.patch;patch=1"
S="${WORKDIR}/syslinux-${PV}"