On Thu, 25 Jun 2026 at 15:42, <[email protected]> wrote: > - Drop redundant tag= from SRC_URI (SRCREV already pins the commit) > AI-Generated: Claude-opus-4.6 > -SRC_URI = > "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH};tag=v${PV}" > +SRC_URI = > "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}"
I can only assume AI is using outdated knowledge in what tag= is used for, and you didn't double check that. Please restore it. It's used to verify that SRCREV matches the tag, and the recipe isn't accidentally (or deliberately) fetching a random unrelated commit. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239578): https://lists.openembedded.org/g/openembedded-core/message/239578 Mute This Topic: https://lists.openembedded.org/mt/119973465/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
