diff options
author | Ross Burton <ross.burton@arm.com> | 2024-11-25 14:32:00 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-02-12 06:29:33 -0800 |
commit | 3ca2b7ea9fc0bd3d82316c40762b26d5aa927cdf (patch) | |
tree | 61b34d67d24fc4375bc7771d0e18e883bb1e32c1 /meta | |
parent | c621ccd93bdb4bd72a931426d963c583f6109364 (diff) | |
download | poky-3ca2b7ea9fc0bd3d82316c40762b26d5aa927cdf.tar.gz |
libnsl2: set CVE_PRODUCT
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libnsl/libnsl2_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/libnsl/libnsl2_git.bb b/meta/recipes-extended/libnsl/libnsl2_git.bb index 8cc1f7cec3..082c888be2 100644 --- a/meta/recipes-extended/libnsl/libnsl2_git.bb +++ b/meta/recipes-extended/libnsl/libnsl2_git.bb | |||
@@ -10,6 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | DEPENDS = "libtirpc" | 11 | DEPENDS = "libtirpc" |
12 | 12 | ||
13 | CVE_PRODUCT = "libnsl_project:libnsl" | ||
14 | |||
13 | PV = "2.0.1" | 15 | PV = "2.0.1" |
14 | 16 | ||
15 | SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182" | 17 | SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182" |