]> code.ossystems Code Review - openembedded-core.git/commitdiff
syslinux: fix the SRC_URI by using the 4.xx directory
authorJan Luebbe <jluebbe@debian.org>
Sat, 12 Nov 2011 15:14:58 +0000 (16:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Nov 2011 11:16:28 +0000 (11:16 +0000)
This path should be valid for a longer time, as only the current
release stays in main directory.

Signed-off-by: Jan Luebbe <jluebbe@debian.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/syslinux/syslinux_4.03.bb

index e76fe1faf83fce65881459d5bba83489b6fb2a68..2d32f7bb8fa321efb7229b2932e9037bc2b301ca 100644 (file)
@@ -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"