1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

syslinux: imported from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1890 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-06-08 08:34:33 +00:00
parent ff2d75b7ea
commit 01f2cbe33c
7 changed files with 81 additions and 0 deletions
@@ -0,0 +1,10 @@
PR="r1"
SRC_URI="${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/Old/syslinux-${PV}.tar.bz2 \
file://edx_assume_zero.patch;patch=1"
require syslinux.inc
do_compile() {
oe_runmake syslinux
}