From patchwork Sat Nov 12 15:14:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: syslinux: fix the SRC_URI by using the 4.xx directory Date: Sat, 12 Nov 2011 15:14:58 -0000 From: Jan Luebbe X-Patchwork-Id: 14871 Message-Id: <1321110898-29719-1-git-send-email-jluebbe@debian.org> To: openembedded-core@lists.openembedded.org This path should be valid for a longer time, as only the current release stays in main directory. Signed-off-by: Jan Luebbe --- meta/recipes-devtools/syslinux/syslinux_4.03.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/syslinux/syslinux_4.03.bb b/meta/recipes-devtools/syslinux/syslinux_4.03.bb index e76fe1f..2d32f7b 100644 --- a/meta/recipes-devtools/syslinux/syslinux_4.03.bb +++ b/meta/recipes-devtools/syslinux/syslinux_4.03.bb @@ -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"