mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
A recipe that fetches from git but is otherwise a released version should not be using _git.bb recipe names. Put the version in the filename, drop the explicit PV, and set the tag name in the SRC_URI to verify the SHA. (From OE-Core rev: 8529dbae1b345d1517023dae09637a4baad9ffe8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>