Message ID | 20250605161414.1050228-11-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [v2,01/16] libmodulemd: put version in recipe filename | expand |
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_0.10.0.bb similarity index 98% rename from meta/recipes-devtools/unfs3/unfs3_git.bb rename to meta/recipes-devtools/unfs3/unfs3_0.10.0.bb index 0a274d6ffd4..045e496ccdb 100644 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ b/meta/recipes-devtools/unfs3/unfs3_0.10.0.bb @@ -22,8 +22,6 @@ SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \ SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d" UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)" -PV = "0.10.0" - BBCLASSEXTEND = "native nativesdk" inherit autotools pkgconfig
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, and drop the explicit PV. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/unfs3/{unfs3_git.bb => unfs3_0.10.0.bb} | 2 -- 1 file changed, 2 deletions(-) rename meta/recipes-devtools/unfs3/{unfs3_git.bb => unfs3_0.10.0.bb} (98%)