mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
3ca2b7ea9f
Our libnsl2 recipe is just libnsl version 2.x, so set the CVE vendor and product pair appropriately as per: https://www.cvedetails.com/version/1177013/Libnsl-Project-Libnsl-2.0.0.html (From OE-Core rev: c8e9cde342e935b309aeab06029fc5a46ef89028) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d0e77d3f9217b96f1c77ba65fc9b8420f413c401) Signed-off-by: Steve Sakoman <steve@sakoman.com>
27 lines
840 B
BlitzBasic
27 lines
840 B
BlitzBasic
# Copyright (C) 2017 Khem Raj <raj.khem@gmail.com>
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SUMMARY = "Library containing NIS functions using TI-RPC (IPv6 enabled)"
|
|
DESCRIPTION = "This library contains the public client interface for NIS(YP) and NIS+\
|
|
it was part of glibc and now is standalone packages. it also supports IPv6"
|
|
HOMEPAGE = "https://github.com/thkukuk/libnsl"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
SECTION = "libs"
|
|
DEPENDS = "libtirpc"
|
|
|
|
CVE_PRODUCT = "libnsl_project:libnsl"
|
|
|
|
PV = "2.0.1"
|
|
|
|
SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182"
|
|
|
|
SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig gettext
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|