From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/8] syslinux: fix upstream version check
Date: Wed, 27 Mar 2019 15:09:16 +0100 [thread overview]
Message-ID: <20190327140922.109867-2-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20190327140922.109867-1-alex.kanavin@gmail.com>
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
index a7fc21e2fc1..67e5d57d48e 100644
--- a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
+++ b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
@@ -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"
--
2.17.1
next prev parent reply other threads:[~2019-03-27 14:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-27 14:09 [PATCH 1/8] db: fix upstream version check Alexander Kanavin
2019-03-27 14:09 ` Alexander Kanavin [this message]
2019-03-27 14:09 ` [PATCH 3/8] blktool: update to 4-7.1 Alexander Kanavin
2019-03-27 14:51 ` Adrian Bunk
2019-03-27 15:05 ` Alexander Kanavin
2019-03-27 14:09 ` [PATCH 4/8] bmap-tools: fix upstream version check Alexander Kanavin
2019-03-27 14:09 ` [PATCH 5/8] sysklogd: switch SRC_URI to the new, maintained location Alexander Kanavin
2019-03-27 14:09 ` [PATCH 6/8] binutils: fix upstream version check Alexander Kanavin
2019-03-28 12:16 ` ChenQi
2019-03-28 12:08 ` Alexander Kanavin
2019-03-27 14:09 ` [PATCH 7/8] llvm: update from 8.0.0rc2 to 8.0.0 final release Alexander Kanavin
2019-03-27 14:43 ` Martin Jansa
2019-03-27 14:55 ` Alexander Kanavin
2019-03-27 14:09 ` [PATCH 8/8] sysprof: drop obsolete no-update reason Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190327140922.109867-2-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox