diff options
author | Ross Burton <ross.burton@arm.com> | 2025-06-09 12:19:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 17:43:42 +0100 |
commit | f1181e56b0dd03a650862cd63fd93e6e848e01a7 (patch) | |
tree | 2d92f3bc9f9daeeb9b0fb664b9602de753733da0 | |
parent | 0246851d8ae97a0cb75c6a310f61ad7195dbdc82 (diff) | |
download | poky-f1181e56b0dd03a650862cd63fd93e6e848e01a7.tar.gz |
libmodulemd: 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: d3d2a8158b81920c51d366a5d38614bf7681e5b0)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb (renamed from meta/recipes-devtools/libmodulemd/libmodulemd_git.bb) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb index 0c73032923..4bdc587f4f 100644 --- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb +++ b/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb | |||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb" | |||
6 | 6 | ||
7 | SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=main" | 7 | SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=main" |
8 | 8 | ||
9 | PV = "2.15.1" | ||
10 | SRCREV = "e7f179eeeb6eee1403f090fc43a3c80bb08b5bfd" | 9 | SRCREV = "e7f179eeeb6eee1403f090fc43a3c80bb08b5bfd" |
11 | 10 | ||
12 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |