summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)}