mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
syslinux: fix the SRC_URI by using the 4.xx directory
This path should be valid for a longer time, as only the current release stays in main directory. (From OE-Core rev: 4013de36a60b8f69f04e58cf5751efaf0d26d5ea) Signed-off-by: Jan Luebbe <jluebbe@debian.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
97a40ff05e
commit
a4ff4e95c4
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
||||
# 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"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 \
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/boot/syslinux/4.xx/syslinux-${PV}.tar.bz2 \
|
||||
file://cross-build.patch"
|
||||
|
||||
SRC_URI[md5sum] = "a7ca38a0a5786b6efae8fb01a1ae8070"
|
||||
|
||||
Reference in New Issue
Block a user