]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libnsl2: embed version in filename
authorRoss Burton <ross.burton@arm.com>
Mon, 25 Nov 2024 14:32:01 +0000 (14:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Nov 2024 16:44:01 +0000 (16:44 +0000)
This recipe fetches a tagged commit, so embed the PV in the filename.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libnsl/libnsl2_2.0.1.bb [moved from meta/recipes-extended/libnsl/libnsl2_git.bb with 95% similarity]

similarity index 95%
rename from meta/recipes-extended/libnsl/libnsl2_git.bb
rename to meta/recipes-extended/libnsl/libnsl2_2.0.1.bb
index 082c888be21dec9eebf56474098352d5bc750a07..1b9be620c078ad0b0a4d9dbd32a42e2484f2ba62 100644 (file)
@@ -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