mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
ixgbe/ixgbvf: use CVE_STATUS instead of CVE_CHECK_IGNORE
CVE_CHECK_IGNORE was deprecated and shouldn't be used anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
5c057b4fa3
commit
c7b6895705
|
@ -40,5 +40,4 @@ FILES:${PN}-script += "${sysconfdir}/network/set_irq_affinity"
|
|||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
# This was fixed in kernel v4.4
|
||||
CVE_CHECK_IGNORE += "CVE-2015-1142857"
|
||||
CVE_STATUS[CVE-2015-1142857] = "fixed-version: Fixed from version 4.4-rc1"
|
||||
|
|
|
@ -41,7 +41,6 @@ PACKAGES += "${PN}-script"
|
|||
|
||||
FILES:${PN}-script += "${sysconfdir}/network/set_irq_affinity"
|
||||
|
||||
# This was fixed in kernel v4.4
|
||||
CVE_CHECK_IGNORE += "CVE-2015-1142857"
|
||||
CVE_STATUS[CVE-2015-1142857] = "fixed-version: Fixed from version 4.4-rc1"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user