From: Alexander Kanavin Date: Fri, 10 Jul 2015 09:33:07 +0000 (+0300) Subject: syslinux: drop v6.xx/ from directory path in SRC_URI X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29520 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27feaa9ae04c54e6b18d3c95024d245e1431ba8b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git syslinux: drop v6.xx/ from directory path in SRC_URI This allows upstream version check. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/syslinux/syslinux_6.03.bb b/meta/recipes-devtools/syslinux/syslinux_6.03.bb index c42f05d39ae..ef9ae2fbea8 100644 --- a/meta/recipes-devtools/syslinux/syslinux_6.03.bb +++ b/meta/recipes-devtools/syslinux/syslinux_6.03.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ # ldlinux.* stuff for now, so skip mtools-native DEPENDS = "nasm-native util-linux e2fsprogs" -SRC_URI = "${KERNELORG_MIRROR}/linux/utils/boot/syslinux/6.xx/syslinux-${PV}.tar.xz \ +SRC_URI = "${KERNELORG_MIRROR}/linux/utils/boot/syslinux/syslinux-${PV}.tar.xz \ file://syslinux-fix-parallel-building-issue.patch \ file://syslinux-libupload-depend-lib.patch \ file://syslinux-remove-clean-script.patch \