From: Ross Burton Date: Mon, 25 Nov 2024 14:32:01 +0000 (+0000) Subject: libnsl2: embed version in filename X-Git-Tag: yocto-5.2~1177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dddf0d4d5a702f07162852dd06b03582496a8736;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libnsl2: embed version in filename This recipe fetches a tagged commit, so embed the PV in the filename. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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