[oe-commits] Alexander Kanavin : syslinux: drop v6.xx/ from directory path in SRC_URI

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 06:35:19 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 27feaa9ae04c54e6b18d3c95024d245e1431ba8b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=27feaa9ae04c54e6b18d3c95024d245e1431ba8b

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Fri Jul 10 12:33:07 2015 +0300

syslinux: drop v6.xx/ from directory path in SRC_URI

This allows upstream version check.

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/syslinux/syslinux_6.03.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/syslinux/syslinux_6.03.bb b/meta/recipes-devtools/syslinux/syslinux_6.03.bb
index c42f05d..ef9ae2f 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 \



More information about the Openembedded-commits mailing list