summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Casciato <majortomtosourcecontrol@gmail.com>2025-03-10 10:55:11 -0600
committerScott Murray <scott.murray@konsulko.com>2025-07-04 12:41:18 -0400
commitef790621653f6b88adfe58be4a1f508408d48cd2 (patch)
tree331e9b44ff52a160f255f6175db5916e6478ffbb
parent4e2b318a86d1d4a799c4b609d4b626716fe6935e (diff)
downloadmeta-security-ef790621653f6b88adfe58be4a1f508408d48cd2.tar.gz
smack: Use new CVE_STATUS variable
Fix "CVE_CHECK_IGNORE is deprecated in favor of CVE_STATUS" https://docs.yoctoproject.org/dev/ref-manual/variables.html#term-CVE_STATUS Signed-off-by: Clayton Casciato <majortomtosourcecontrol@gmail.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--recipes-mac/smack/smack_1.3.1.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb
index 6c52392..7b20e6b 100644
--- a/recipes-mac/smack/smack_1.3.1.bb
+++ b/recipes-mac/smack/smack_1.3.1.bb
@@ -13,10 +13,9 @@ SRC_URI = " \
13 13
14PV = "1.3.1" 14PV = "1.3.1"
15 15
16# CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 is valnerble for other product. 16CVE_STATUS[CVE-2014-0363] = "cpe-incorrect: different product"
17CVE_CHECK_IGNORE += "CVE-2014-0363" 17CVE_STATUS[CVE-2014-0364] = "cpe-incorrect: different product"
18CVE_CHECK_IGNORE += "CVE-2014-0364" 18CVE_STATUS[CVE-2016-10027] = "cpe-incorrect: different product"
19CVE_CHECK_IGNORE += "CVE-2016-10027"
20 19
21inherit autotools update-rc.d pkgconfig ptest 20inherit autotools update-rc.d pkgconfig ptest
22inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} 21inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}