On Wed, 3 Apr 2024 at 17:27, Jon Mason <[email protected]> wrote: > -UPSTREAM_CHECK_URI = > "https://www.intel.com/content/www/us/en/download/776303/acpi-component-architecture-downloads-unix-format-source-code-and-build-environment-with-an-intel-license.html" > -UPSTREAM_VERSION_UNKNOWN = "1" > +UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases/" > +UPSTREAM_CHECK_REGEX = "releases/tag/G?(?P<pver>\d+(\.\d+)+)"
It is not necessary to add these lines. By default git upstream check will get all the tags with git itself, then sort them and pick what came on top, subject to UPSTREAM_CHECK_GITTAGREGEX if that is set. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197931): https://lists.openembedded.org/g/openembedded-core/message/197931 Mute This Topic: https://lists.openembedded.org/mt/105310932/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
