diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-25 14:32:00 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-27 16:44:47 +0000 |
| commit | e75e8d28f33be752979a253fae47e3fca68741e7 (patch) | |
| tree | 352b85e5964edb0a61b2c7d61825ce8b7fb8030c /meta/recipes-extended/libnsl | |
| parent | f6046d6465d18d421527b1f5daf721565026a971 (diff) | |
| download | poky-e75e8d28f33be752979a253fae47e3fca68741e7.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: d0e77d3f9217b96f1c77ba65fc9b8420f413c401)
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_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" |
