]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
syslinux: drop v6.xx/ from directory path in SRC_URI
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 10 Jul 2015 09:33:07 +0000 (12:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 14:35:35 +0000 (15:35 +0100)
This allows upstream version check.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/syslinux/syslinux_6.03.bb

index c42f05d39ae3b0227be7d7cc155fad9974519be7..ef9ae2fbea886dd68d5294507bf08473db8f7167 100644 (file)
@@ -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 \