On Thu, 15 Dec 2022 at 11:03, Alexander Kanavin <alex.kanavin@gmail.com> wrote:
On Thu, 15 Dec 2022 at 19:01, Alexander Kanavin via
lists.openembedded.org <alex.kanavin=gmail.com@lists.openembedded.org>
wrote:
> Ok, I think what we should do first is to actually drop the version
> from all of the .bb file names, and set it once, inside some .inc, and
> probably next to SRC_URI and tarball checksum. Then this should allow
> a convenient scheme for including and overriding things.
>
> rust_1.65.0.bb - > rust.bb, and so on.

Oh, and upstream version checks must be kept functional. It needs to
both correctly report a newer version, and match the recipe version
with upstream if it is already the latest.

Alex

How should I test that upstream checks are still functional?