summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libnsl
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-11-25 14:32:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-27 16:44:47 +0000
commit07b382255f737474191429a6cd446df389a1a271 (patch)
treeda11d0eb7beebba27d8010397a32c147e346497d /meta/recipes-extended/libnsl
parente75e8d28f33be752979a253fae47e3fca68741e7 (diff)
downloadpoky-07b382255f737474191429a6cd446df389a1a271.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/libnsl')
-rw-r--r--meta/recipes-extended/libnsl/libnsl2_2.0.1.bb (renamed from meta/recipes-extended/libnsl/libnsl2_git.bb)6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-extended/libnsl/libnsl2_git.bb b/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb
index 082c888be2..1b9be620c0 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"
12 12
13CVE_PRODUCT = "libnsl_project:libnsl" 13CVE_PRODUCT = "libnsl_project:libnsl"
14 14
15PV = "2.0.1" 15SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https"
16
17SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182" 16SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182"
18 17
19SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https \
20 "
21
22S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
23 19
24inherit autotools pkgconfig gettext 20inherit autotools pkgconfig gettext