mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
syslinux-native: Try to make syslinux cross-compile friendly.
We only had one package for building both the bootloader and the installer, i.e. target and host code. It used always the host compiler. Split the package into syslinux and syslinux-installer-native, require both for a cd bootable image. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5539 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
14
meta/packages/syslinux/syslinux_3.36.bb
Normal file
14
meta/packages/syslinux/syslinux_3.36.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION="A multi-purpose linux bootloader"
|
||||
HOMEPAGE="http://syslinux.zytor.com/"
|
||||
LICENSE="GPL"
|
||||
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 "
|
||||
|
||||
# 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"
|
||||
|
||||
S="${WORKDIR}/syslinux-${PV}"
|
||||
|
||||
do_configure() {
|
||||
sed -i ${S}/Makefile ${S}/*/Makefile -e 's/\(CC[\t ]*\)=/\1?=/'
|
||||
}
|
||||
Reference in New Issue
Block a user