diff mbox series

[2/2] libnsl2: embed version in filename

Message ID 20241125143201.822306-2-ross.burton@arm.com
State New
Headers show
Series [1/2] libnsl2: set CVE_PRODUCT | expand

Commit Message

Ross Burton Nov. 25, 2024, 2:32 p.m. UTC
This recipe fetches a tagged commit, so embed the PV in the filename.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../libnsl/{libnsl2_git.bb => libnsl2_2.0.1.bb}             | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
 rename meta/recipes-extended/libnsl/{libnsl2_git.bb => libnsl2_2.0.1.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/libnsl/libnsl2_git.bb b/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb
similarity index 95%
rename from meta/recipes-extended/libnsl/libnsl2_git.bb
rename to meta/recipes-extended/libnsl/libnsl2_2.0.1.bb
index 082c888be21..1b9be620c07 100644
--- a/meta/recipes-extended/libnsl/libnsl2_git.bb
+++ b/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb
@@ -12,13 +12,9 @@  DEPENDS = "libtirpc"
 
 CVE_PRODUCT = "libnsl_project:libnsl"
 
-PV = "2.0.1"
-
+SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https"
 SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182"
 
-SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https \
-          "
-
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig gettext