Browse Source

libnsl2: embed version in filename

This recipe fetches a tagged commit, so embed the PV in the filename.

(From OE-Core rev: dddf0d4d5a702f07162852dd06b03582496a8736)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Ross Burton 6 tháng trước cách đây
mục cha
commit
07b382255f
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      meta/recipes-extended/libnsl/libnsl2_2.0.1.bb

+ 1 - 5
meta/recipes-extended/libnsl/libnsl2_git.bb → 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