diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-07-10 12:33:07 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-31 15:35:35 +0100 |
commit | 27feaa9ae04c54e6b18d3c95024d245e1431ba8b (patch) | |
tree | 38b828132faf3eb09918dafc716ec695eb472bd3 /meta/recipes-devtools/syslinux | |
parent | c0f5e92be2da10898a73470f92284802d00908e4 (diff) | |
download | openembedded-core-27feaa9ae04c54e6b18d3c95024d245e1431ba8b.tar.gz openembedded-core-27feaa9ae04c54e6b18d3c95024d245e1431ba8b.tar.bz2 openembedded-core-27feaa9ae04c54e6b18d3c95024d245e1431ba8b.zip |
syslinux: drop v6.xx/ from directory path in SRC_URI
This allows upstream version check.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/syslinux')
-rw-r--r-- | meta/recipes-devtools/syslinux/syslinux_6.03.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/syslinux/syslinux_6.03.bb b/meta/recipes-devtools/syslinux/syslinux_6.03.bb index c42f05d39a..ef9ae2fbea 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 \ |