summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/github-releases.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* github-releases: add a class that consolidates version checksAlexander Kanavin2022-09-281-0/+3
github has recently changed how the releases page is structured: the tarballs are no longer listed directly, but are included via separate 'fragment' URIs. For now, we can change the check to match against the release tags. This also establishes a common base URI to use for both fetching and checking the latest version. (From OE-Core rev: afa57a02ecd12ad176302d9631f4181b26d94f5c) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>