diff options
author | Ross Burton <ross.burton@arm.com> | 2025-06-09 12:19:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 17:43:42 +0100 |
commit | 235fe2d9e7379ac76fbd76df246835ab1808af76 (patch) | |
tree | b51183d37b39c52c7bc93e3085cd1b3fb01400d1 | |
parent | 87a7e8c2447f006404a44a7b40d6c49373aff15c (diff) | |
download | poky-235fe2d9e7379ac76fbd76df246835ab1808af76.tar.gz |
unfs3: put version in recipe filename
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.
(From OE-Core rev: f288f7dc47a488eb3d388a2513f0908e09c0feca)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/unfs3/unfs3_0.10.0.bb (renamed from meta/recipes-devtools/unfs3/unfs3_git.bb) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_0.10.0.bb index 0a274d6ffd..045e496ccd 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 \ | |||
22 | SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d" | 22 | SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d" |
23 | UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)" | 23 | UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)" |
24 | 24 | ||
25 | PV = "0.10.0" | ||
26 | |||
27 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
28 | 26 | ||
29 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |