diff options
| -rw-r--r-- | recipes-mac/smack/smack_1.3.1.bb | 5 |
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 | ||
| 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. | ||
| 17 | CVE_CHECK_WHITELIST += "CVE-2014-0363" | ||
| 18 | CVE_CHECK_WHITELIST += "CVE-2014-0364" | ||
| 19 | CVE_CHECK_WHITELIST += "CVE-2016-10027" | ||
| 20 | |||
| 16 | inherit autotools update-rc.d pkgconfig ptest | 21 | inherit autotools update-rc.d pkgconfig ptest |
| 17 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} | 22 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} |
| 18 | inherit features_check | 23 | inherit features_check |
