[OE-core] [meta-oe][PATCH v2] iso-codes: update to 3.79 and fix SRC_URI

Alexander Kanavin alex.kanavin at gmail.com
Tue Jun 5 16:03:16 UTC 2018


2018-06-05 18:48 GMT+03:00 Oleksandr Kravchuk
<open.source at oleksandr-kravchuk.com>:

> +UPSTREAM_CHECK_URI = "https://salsa.debian.org/iso-codes-team/iso-codes/tags"

This is needed only when taking source from tarballs, and the contents
of the tarball-containing directory cannot be listed due to web server
configuration (but the tarballs are referred to from some other
webpage). The upstream version checker downloads the webpage, and goes
over html links in it to determine which of those links point to the
tarball, and of those, which is the latest tarball.

When taking the source from git, the upstream checker lists git tags
directly from the repo clone, sorts them and picks the latest.

You can also fine-tune how the latest version is matched against the
tarball filenames through UPSTREAM_CHECK_REGEX, or against git tags
through UPSTREAM_CHECK_GITTAGREGEX but it's not needed here.

Alex



More information about the Openembedded-core mailing list