mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-17 04:07:20 +00:00
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>
This commit is contained in:
committed by
Scott Murray
parent
4e2b318a86
commit
ef79062165
@@ -13,10 +13,9 @@ SRC_URI = " \
|
|||||||
|
|
||||||
PV = "1.3.1"
|
PV = "1.3.1"
|
||||||
|
|
||||||
# CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 is valnerble for other product.
|
CVE_STATUS[CVE-2014-0363] = "cpe-incorrect: different product"
|
||||||
CVE_CHECK_IGNORE += "CVE-2014-0363"
|
CVE_STATUS[CVE-2014-0364] = "cpe-incorrect: different product"
|
||||||
CVE_CHECK_IGNORE += "CVE-2014-0364"
|
CVE_STATUS[CVE-2016-10027] = "cpe-incorrect: different product"
|
||||||
CVE_CHECK_IGNORE += "CVE-2016-10027"
|
|
||||||
|
|
||||||
inherit autotools update-rc.d pkgconfig ptest
|
inherit autotools update-rc.d pkgconfig ptest
|
||||||
inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
|
inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
|
||||||
|
|||||||
Reference in New Issue
Block a user