diff options
author | Clayton Casciato <majortomtosourcecontrol@gmail.com> | 2025-03-10 10:55:11 -0600 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2025-07-04 12:41:18 -0400 |
commit | ef790621653f6b88adfe58be4a1f508408d48cd2 (patch) | |
tree | 331e9b44ff52a160f255f6175db5916e6478ffbb | |
parent | 4e2b318a86d1d4a799c4b609d4b626716fe6935e (diff) | |
download | meta-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.bb | 7 |
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 | ||
14 | PV = "1.3.1" | 14 | PV = "1.3.1" |
15 | 15 | ||
16 | # CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 is valnerble for other product. | 16 | CVE_STATUS[CVE-2014-0363] = "cpe-incorrect: different product" |
17 | CVE_CHECK_IGNORE += "CVE-2014-0363" | 17 | CVE_STATUS[CVE-2014-0364] = "cpe-incorrect: different product" |
18 | CVE_CHECK_IGNORE += "CVE-2014-0364" | 18 | CVE_STATUS[CVE-2016-10027] = "cpe-incorrect: different product" |
19 | CVE_CHECK_IGNORE += "CVE-2016-10027" | ||
20 | 19 | ||
21 | inherit autotools update-rc.d pkgconfig ptest | 20 | inherit autotools update-rc.d pkgconfig ptest |
22 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} | 21 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} |