Message ID | 20241125143201.822306-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] libnsl2: set CVE_PRODUCT | expand |
diff --git a/meta/recipes-extended/libnsl/libnsl2_git.bb b/meta/recipes-extended/libnsl/libnsl2_git.bb index 8cc1f7cec31..082c888be21 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" SECTION = "libs" DEPENDS = "libtirpc" +CVE_PRODUCT = "libnsl_project:libnsl" + PV = "2.0.1" SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182"
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 Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-extended/libnsl/libnsl2_git.bb | 2 ++ 1 file changed, 2 insertions(+)