summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-mac/smack/smack_1.3.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb
index b1ea4e9..88ae56c 100644
--- a/recipes-mac/smack/smack_1.3.1.bb
+++ b/recipes-mac/smack/smack_1.3.1.bb
@@ -13,6 +13,11 @@ 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.
17CVE_CHECK_WHITELIST += "CVE-2014-0363"
18CVE_CHECK_WHITELIST += "CVE-2014-0364"
19CVE_CHECK_WHITELIST += "CVE-2016-10027"
20
16inherit autotools update-rc.d pkgconfig ptest 21inherit autotools update-rc.d pkgconfig ptest
17inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} 22inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
18inherit features_check 23inherit features_check