diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-25 14:32:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-27 16:44:47 +0000 |
| commit | 07b382255f737474191429a6cd446df389a1a271 (patch) | |
| tree | da11d0eb7beebba27d8010397a32c147e346497d /meta/recipes-extended/libnsl/libnsl2_2.0.1.bb | |
| parent | e75e8d28f33be752979a253fae47e3fca68741e7 (diff) | |
| download | poky-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/libnsl2_2.0.1.bb')
| -rw-r--r-- | meta/recipes-extended/libnsl/libnsl2_2.0.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb b/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb new file mode 100644 index 0000000000..1b9be620c0 --- /dev/null +++ b/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # Copyright (C) 2017 Khem Raj <raj.khem@gmail.com> | ||
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 3 | |||
| 4 | SUMMARY = "Library containing NIS functions using TI-RPC (IPv6 enabled)" | ||
| 5 | DESCRIPTION = "This library contains the public client interface for NIS(YP) and NIS+\ | ||
| 6 | it was part of glibc and now is standalone packages. it also supports IPv6" | ||
| 7 | HOMEPAGE = "https://github.com/thkukuk/libnsl" | ||
| 8 | LICENSE = "LGPL-2.1-only" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 10 | SECTION = "libs" | ||
| 11 | DEPENDS = "libtirpc" | ||
| 12 | |||
| 13 | CVE_PRODUCT = "libnsl_project:libnsl" | ||
| 14 | |||
| 15 | SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https" | ||
| 16 | SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | inherit autotools pkgconfig gettext | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
