]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
syslinux: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 27 Mar 2019 14:09:16 +0000 (15:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Mar 2019 23:25:44 +0000 (23:25 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb

index a7fc21e2fc1ec30e9d0a76de5a93f2b6e9deb1b5..67e5d57d48e700933fc2285569a2d4609a18b2c0 100644 (file)
@@ -26,6 +26,10 @@ SRC_URI = "https://www.zytor.com/pub/syslinux/Testing/6.04/syslinux-${PV}.tar.xz
 SRC_URI[md5sum] = "2b31c78f087f99179feb357da312d7ec"
 SRC_URI[sha256sum] = "4441a5d593f85bb6e8d578cf6653fb4ec30f9e8f4a2315a3d8f2d0a8b3fadf94"
 
+UPSTREAM_CHECK_URI = "https://www.zytor.com/pub/syslinux/"
+UPSTREAM_CHECK_REGEX = "syslinux-(?P<pver>.+)\.tar"
+UPSTREAM_VERSION_UNKNOWN = "1"
+
 COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
 # Don't let the sanity checker trip on the 32 bit real mode BIOS binaries
 INSANE_SKIP_${PN}-misc = "arch"