[oe] [PATCH 08/14] syslinux: add isolinux and chain packages
Otavio Salvador
otavio at ossystems.com.br
Wed Feb 23 13:07:19 UTC 2011
This syncs the package recipe with the O.S. Systems tree adding more
packages and fixing GNU_HASH issues.
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
recipes/syslinux/syslinux_3.82.bb | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/recipes/syslinux/syslinux_3.82.bb b/recipes/syslinux/syslinux_3.82.bb
index f899d9f..fcb066d 100644
--- a/recipes/syslinux/syslinux_3.82.bb
+++ b/recipes/syslinux/syslinux_3.82.bb
@@ -1,5 +1,5 @@
# syslinux OE build file
-# Copyright (C) 2009, O.S. Systems Software Ltda. All Rights Reserved
+# Copyright (C) 2009, 2011, O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
DESCRIPTION = "A multi-purpose linux bootloader"
@@ -7,7 +7,7 @@ HOMEPAGE = "http://syslinux.zytor.com/"
LICENSE = "GPL"
DEPENDS = "nasm-native"
RRECOMMENDS_${PN} = "mtools"
-PR = "r0"
+PR = "r3"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 "
@@ -27,17 +27,20 @@ do_configure() {
do_compile() {
# Rebuild only the installer; keep precompiled bootloaders
# as per author's request (doc/distrib.txt)
- oe_runmake CC="${CC}" installer
+ oe_runmake CC="${CC}" LDFLAGS="${LDFLAGS}" installer
}
do_install() {
oe_runmake install INSTALLROOT="${D}"
}
-PACKAGES =+ "${PN}-extlinux ${PN}-mbr"
+PACKAGES =+ "${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux"
FILES_${PN} = "${bindir}/syslinux"
FILES_${PN}-extlinux = "${base_sbindir}/extlinux"
FILES_${PN}-mbr = "${datadir}/${PN}/mbr.bin"
+FILES_${PN}-chain = "${datadir}/${PN}/chain.c32"
+FILES_${PN}-isolinux = "${datadir}/${PN}/isolinux.bin"
+FILES_${PN}-pxelinux = "${datadir}/${PN}/pxelinux.0"
FILES_${PN}-dev += "${datadir}/${PN}/com32"
SRC_URI[md5sum] = "c9f4e73e385c86b3a8faf9b615a04836"
--
1.7.2.3
More information about the Openembedded-devel
mailing list